PDA

View Full Version : help


maxdelia
01-19-2003, 03:56 PM
i have installed phpdev...evrything works fine except the administrator's page. I can't log into administrator's page using the given user ID and password. what did i do wrong???

firepages
01-20-2003, 08:13 AM
Hi, if you mean in phpwebsite then you did nothing wrong :)

phpwebsite (at least the version that went with dev423) does not work with register globals off .. something I managed to miss :o

you can change the c:\windows(winnt)\php.ini to turn
register_globals=On

to solve the problem, though a better solution is perhaps to choose another CMS or check pout if the latest phpwebsite works with register_globals=off (I have not checked myself yet)

if you didnt mean phpwebsite then please let us know

maxdelia
01-20-2003, 10:01 AM
i am using phpdev423. i have put the global_register=On in the php.ini. but still the same...can't log into the admin page. do i need to put my website on the web?because i havent do so. it's working on my pcp only. what should i do?

firepages
01-20-2003, 11:48 AM
Hi, does the forum and the other test stuff work? if so perhaps just ditch phpwebsite - grab post-nuke or similar which work fine - there are loads of CMS's at hotscripts.com

and it is supposed to work locally (offline) thats partly the point behind phpdev.