Page 2 of 2

Posted: Thu Apr 08, 2004 11:59 pm
by John Cartwright
i would much appreciate any help :P

Posted: Fri Apr 09, 2004 1:02 pm
by John Cartwright
Mark, do you see any other way I can do what I'm trying to do?

Posted: Fri Apr 09, 2004 1:06 pm
by markl999
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.

Posted: Fri Apr 09, 2004 1:26 pm
by John Cartwright

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.
HRM???? I don't really use htaccess but I put it in my root directory named .htaccess and added php_value register_globals 0 ..

Posted: Sun Apr 11, 2004 1:39 pm
by John Cartwright
up!

Posted: Sun Apr 11, 2004 10:15 pm
by markl999
Hmm, try php_flag register_globals off in the .htaccess instead.

Posted: Mon Apr 12, 2004 11:06 am
by John Cartwright
same error message...

am I just supposed to have this in htaccess ?:

php_flag register_globals off