PHP

PHP: Notice: Undefined variable: HTTP_SESSION_VARS in

Posted by on January 2, 2009 at 8:40 pm

HTTP_SESSION_VARS is part of older PHP version and it is recommended not to use it Undefined variable: HTTP_SESSION_VARS in to clear turn register long arrays on register_long_arrays = On Pre defined variabled Session Register

wordpress: update failed , unable to log in

Posted by on November 29, 2008 at 9:31 pm

after updating wordpres , you are unable to log in. Try renaming the plugins folder to something like plugins1 . then try to log in. after logging in , rename the plugins folder back and reactivate them. :)

PHP : run PHP 32bit on a 64bit system

Posted by on September 14, 2008 at 1:56 pm

In order to configure IIS to run in 32-bit mode you need to execute the following command : cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1   Reference  http://support.microsoft.com/?id=894435 http://support.microsoft.com/?id=895976

php -json installation

Posted by on July 7, 2008 at 1:38 pm

Json has to be installed using the following command pecl install json if you encounter the following Bash: phpize: command not found install the php-devel package yum -y install php-devel if you encounter any permissions error , try install from source http://freshmeat.net/projects/php-json-ext/ untar using tar -xjvf cd into the folder and issue ./configure then make [...]

PHP – wordpress secureimage plugin error

Posted by on July 5, 2008 at 3:27 pm

The error Couldn’t find your convert utility. Check that you have ImageMagick installed. Solution Turn off safe_mode