What can I do if Openads fails with the “not enough memory” error?
Openads is making an attempt to increase the memory limit however it may not work in all PHP versions. Openads can’t increase your memory limit if your PHP version is older than 4.2 and wasn’t compiled with option ‘–enable-memory-limit’. Openads requires 16MB for all PHP versions older than PHP5.2 and 24MB for PHP 5.2 or any newer version. There are two ways of increasing PHP memory_limit manually: • Edit php.ini file and set the “memory_limit”. • If you do not have access to your php.ini but your webserver uses Apache you may try to put following line into your .htaccess file: “php_value memory_limit 24M” and save “.htaccess” file in your main folder where Openads is installed. In order to do the latter Apache needs to allow use of .htaccess files. For more information on .htaccess file see the Apache documentation.
Related Questions
- When trying to print reports, I get an error message "Cannot shift objects off sheet" or Cashflow Plan fails to hide columns in certain reports?
- When trying to print reports, I get an error message "Cannot shift objects off sheet" or Exl-Plan fails to hide columns in certain reports?
- What can I do if Openads fails with the "not enough memory" error?