Hi all
I'm not quite new to PHP, but also not very proficient in its use, so
please excuse me if my question is a FAQ. Perhaps I didn't know the right
terms, but google wasn't my friend this time :-)
I had a page running on a host which worked perfectly fine. Then, one day,
it stopped working since strangly some values in the $GLOBALS array are
not set. For example things such as $GLOBALS["_GET"], $GLOBALS["_POST"],
$GLOBALS["_ENV"] and $GLOBALS["_SERVER"] are just set to NULL. It would be
fine with me, if they were just empty arrays (as they are on my
test-system on the laptop), but I would really hate to hack into vBulletin
to get it to run again.
My suspicion is that the hosting company changed their php.ini, but they
have a lousy service, haven't gotten any answer from them for months
now. So I don't expect them to help me here either.
Thanks for any help
Michael
I'm not quite new to PHP, but also not very proficient in its use, so
please excuse me if my question is a FAQ. Perhaps I didn't know the right
terms, but google wasn't my friend this time :-)
I had a page running on a host which worked perfectly fine. Then, one day,
it stopped working since strangly some values in the $GLOBALS array are
not set. For example things such as $GLOBALS["_GET"], $GLOBALS["_POST"],
$GLOBALS["_ENV"] and $GLOBALS["_SERVER"] are just set to NULL. It would be
fine with me, if they were just empty arrays (as they are on my
test-system on the laptop), but I would really hate to hack into vBulletin
to get it to run again.
My suspicion is that the hosting company changed their php.ini, but they
have a lousy service, haven't gotten any answer from them for months
now. So I don't expect them to help me here either.
Thanks for any help
Michael
Comment