Posted on: 04/30/02 03:52am
By: Anonymous (digitalboy)
I'm trying to install 1.3.5, have set the relevant paths in config.php, changed permissions etc, and when I load the install.php script in my browser I can't get off the first page - I put in the path to geeklog and hitting submit just reloads the same page.
Looking at the code I can see that it is supposed to update the page number using a hidden field, but for some reason this doesn't appear to be happening (a couple of extra echo's here and there show this).
Any ideas what's going wrong?? This is driving me insane!
Thanks,
Mark
Ahhh...found the problem
Posted on: 04/30/02 05:52am
By: Anonymous (digitalboy)
register_globals was turned off!
I was kind of hoping that register_globals didn't have to be on - is there any PHP CMS system out there that doesn't rely on register globals?