DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

EXT: Readable name of your extension

Author:Kasper Skårhøj
Created:2002-11-01T00:32:00
Changed:2009-11-07T14:28:33
Classification:extensionkey
Description:The keywords help with categorizing and tagging of the manuals. You can combine two or more keywords and add additional keywords yourself. Please use at least one keyword from both lists. If your manual is NOT in english, see next tab "language" ---- forEditors (use this for editors / german "Redakteure") forAdmins (use this for Administrators) forDevelopers (use this for Developers) forBeginners (manuals covering TYPO3 basics) forIntermediates (manuals going into more depth) forAdvanced (covering the most advanced TYPO3 topics) see more: http://wiki.typo3.org/doc_template#tags ----
Keywords:keywords comma-separated
Author:Author Name
Email:your@email.com
Info 4:
Language:en

img-1 img-2 set_devipmask-set_devipmaskEXT: Set devIPMaks

EXT: Set devIPmask

Extension Key: set_devipmask

Language: en

Keywords: development

Copyright 2000-2009, Sven Juergens, <post@t3area.de>

This document is published under the Open Content License

available from http://www.opencontent.org/opl.shtml

The content of this document is related to TYPO3

- a GNU/GPL CMS/Framework available from www.typo3.org

Table of Contents

EXT: Set devIPmask 1

`Introduction 3 <#1.1.Introduction|outline>`_

What does it do? 3

Screenshots 3

`Configuration 4 <#1.2.Configuration|outline>`_

`Known problems 5 <#1.3.Known%20problems|outline>`_

Introduction

What does it do?

During the development of Extensions, it's useful to debug some values. In TYPO3 you can set

$TYPO3_CONF_VARS['SYS']['devIPmask'] as filter for the debug() function. You can set this in the Install Tool.

With this Extension you can change your IP in a faster way.

Target group: Mostly Developers

Screenshots

- after Installation

img-3

Configuration

  • Install the Extension and use the given fields in Extension Manager to set a new IP for devIpMask.

  • If you don't set the Option “write to Localconf”, you can not display Debug message with PHP Errors, because in that situation the IP is only read from localconf. In all other situations you can set your IP and press Update, now the IP is set to $GLOBALS['TYPO3_CONF_VARS'].

    Use this Extension only in development environments!

Known problems

If you want write to localconf, you must Press the Update 2x. At the first time, the new value is only written to ExtensionConfiguration.

5