Warning: Missing argument 2 for add_presentationtoolkit_skin_options() in /home/nseidm1/bgevolution/blog/wp-content/plugins/presentation-toolkit/presentationtoolkit.php on line 460

500 Error Joomla

Posted on October 17, 2008 by nseidm1.
Categories: 500, error, globals, joomla, memory, register.

The most likely cause for a 500 error while using Joomla is the amount of memory allocated to php applications. To resolve this you create a php.ini file, which you can add to the related configuration folder in the /etc directory on linux hosts, or you can add the file directly to the directory where the php application is located.

In the php.ini file add:

memory_limit:40M
register_globals = 'off'

The registered globals option is a security feature that decreases the potential for nasty things to happen. Albeit the potential is practically miniscule, but turning registered globals off reduces risk even further.

Share, Enjoy, and Support:
  • Digg
  • del.icio.us
  • NewsVine
  • StumbleUpon
  • Technorati