Weirdest thing ever :S
Moderator: General Moderators
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Sorry for not replying to this sooner. With globals On the code becomes confusing as there's namespace clashes with session vars and the var itself being in the global namespace.
The first step i'd take is to turn register_globals Off and take it from there. You can turn them Off in a .htaccess file (as you have no php.ini access).
php_value register_globals 0
That in itself may not fix it, but it feels like a step in the right direction.
The first step i'd take is to turn register_globals Off and take it from there. You can turn them Off in a .htaccess file (as you have no php.ini access).
php_value register_globals 0
That in itself may not fix it, but it feels like a step in the right direction.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Code: Select all
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@jcartonline.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: