Archive for the 'php' Category

Trying to clone an uncloneable object of class ReflectionClass in error

Written by anil on Thursday, June 28th, 2007 in php.

"Fatal error: Trying to clone an uncloneable object of class ReflectionClass in …".

Set the PHP option

zend.ze1_compatibility_mode=Off in php.ini

This error almost killed me. So sharing the soloution … ;)

Thanks

A small help on sysvshm and sysvsem php modules

Written by anil on Sunday, June 24th, 2007 in php, Linux.

 Did you come across with these errors during ModernBill installation??

* You MAY have the “sysvshm” extension loaded for Unix performance optimizations [you do not].
* You MAY have the “sysvsem” extension loaded for Unix performance optimizations [you do not].

Solution,

Support for sysvshm and sysvsem functions are not enabled by default. To enable System V semaphore support recompile PHP with the option –enable-sysvsem. To enable the System V shared memory support recompile PHP with the option –enable-sysvshm.

As always take the backups of important conf files before trying anthing new

Thanks

Best easy how to for installing IONCUBE Loader

Written by anil on Thursday, June 21st, 2007 in php, Linux, cPanel/WHM.

The ionCube PHP Encoder and optional licensing system is the one-stop solution for protecting PHP source code and other files from prying eyes, theft and change. For more information please visit IONCUBE homepage Installation steps … First change the directory to

(more…)



Site Navigation