I'm working on a project using Drupal 5.8 I set up a new install of Drupal 5.8. Installed almost all the modules I need and I started getting all those infamous fatal errors. The weird in this case is that all errors say - "allocated 9699328" but according to phpinfo memory limit is 16M. Originally the server was setup with PHP4 but I need PHP5 so I tried a manual procedure for activating PHP5, which includes placing in the root ( / ) folder a new folder "/modules/php5" stuffed with precompiled extensions , a php5.ini pointing those extensions and a .htaccess file with the following line in it - "AddType application/x-httpd-php5 .php".
That project works fine on my computer with memory limit set at 16M. The Devel module shows no more than 14M memory drain.
Any ideas, anybody?
Thanks
By Miteto on
Comments
Update on the subject -
Update on the subject - seems that database is misconfigured. The site is supposed to be in bulgarian language so I imported the bg.po file. So far so good. But when some content in bulgarian is inserted - the problem appear again. Anyone seen such thing ?
Thanks