Hello,
I'm running joomla 1.5.25 and chroforms V4.0.
When I try to enter wizard (form wizard and easy form wizard), I get a white page.
Maximum error reporting give me :
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 701113 bytes) in /var/www/vhosts/xxxxx.com/httpdocs/libraries/joomla/document/html/html.php on line 389.
=> Memory Limit is set to 128M in php.ini
=> When I look at ligne 389 of html.php, looks like it has something to do with header (doctype) or utf-8
Firebug console give me :
- "NetworkError: 500 Internal Server Error - http://www.xxxxx.com/administrator/index.php?option=com_chronoforms&task=form_wizard&form_id=1&formname=contact"
- L'encodage de caractères du document HTML n'a pas été déclaré. Le document sera affiché avec des caractères incorrects pour certaines configurations de navigateur si le document contient des caractères en dehors de la plage US-ASCII. L'encodage de caractères de la page doit être déclaré dans le document ou dans le protocole de transfert.
Any idea ? Thanks !
I'm running joomla 1.5.25 and chroforms V4.0.
When I try to enter wizard (form wizard and easy form wizard), I get a white page.
Maximum error reporting give me :
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 701113 bytes) in /var/www/vhosts/xxxxx.com/httpdocs/libraries/joomla/document/html/html.php on line 389.
=> Memory Limit is set to 128M in php.ini
=> When I look at ligne 389 of html.php, looks like it has something to do with header (doctype) or utf-8
Firebug console give me :
- "NetworkError: 500 Internal Server Error - http://www.xxxxx.com/administrator/index.php?option=com_chronoforms&task=form_wizard&form_id=1&formname=contact"
- L'encodage de caractères du document HTML n'a pas été déclaré. Le document sera affiché avec des caractères incorrects pour certaines configurations de navigateur si le document contient des caractères en dehors de la plage US-ASCII. L'encodage de caractères de la page doit être déclaré dans le document ou dans le protocole de transfert.
Any idea ? Thanks !
Hello,
The "16777216 bytes" = about 16 MB only, so please try to restart the web server or make sure that your site/server has at least 32 MB or even 48 MB ?
did you change the php.ini value recently ? if yes then you must restart the web server service.
Regards,
Max
The "16777216 bytes" = about 16 MB only, so please try to restart the web server or make sure that your site/server has at least 32 MB or even 48 MB ?
did you change the php.ini value recently ? if yes then you must restart the web server service.
Regards,
Max
Hi admin.
I only checked the "master" php memory limit which was set to 128M...but there was a "local" php memory limit for this website whiwh was set to 16M ! Changing this value to 64M solved the problem .
Thanks for your help.
I only checked the "master" php memory limit which was set to 128M...but there was a "local" php memory limit for this website whiwh was set to 16M ! Changing this value to 64M solved the problem .
Thanks for your help.
Can I just add this for those who have the same issue. How you can change the local limit may have several answers, but I did it by adding
ini_set('memory_limit', '32M');
to the top of my administrator/index.php
It wasn't really explained 'how' the OP changed the local limit (as php.ini and .htaccess make no difference)
Hope this saves someone some time.
ini_set('memory_limit', '32M');
to the top of my administrator/index.php
It wasn't really explained 'how' the OP changed the local limit (as php.ini and .htaccess make no difference)
Hope this saves someone some time.
This topic is locked and no more replies can be posted.
