|
Yes, that was my problem. I've solved it.
File: pp-inc.php
I put this code in the beginning: ini_set("memory_limit", "32M");
Like this:
error_reporting (E_ALL ^ E_NOTICE); ini_set("memory_limit", "32M");
if ( VB3_INTEGRATION == "off" )
{
// Let's work from one variable
if ( PHP_VERSION < '4.1.0' )
{...............
................
................
|