View Single Post
Old March 8th, 2005, 04:11 PM   #4 (permalink)
thechameleon
Registered User
 
Join Date: Mar 2005
Posts: 17
Thanks Omegatron, I know you have said numerous times in teh forums to check the permissions and I had like a dozen time so I apologize...stupid windows, I had done them all but for some reason data and uploads didn't get the correct permissions... okay, so next issue is once I click to the admin-main.php page, I get these errors:

Warning: opendir(c:inetpubwwwroot/data): failed to open dir: Invalid argument in c:\inetpub\wwwroot\adm-main.php on line 19

Warning: readdir(): supplied argument is not a valid Directory resource in c:\inetpub\wwwroot\adm-main.php on line 21

Warning: closedir(): supplied argument is not a valid Directory resource in c:\inetpub\wwwroot\adm-main.php on line 29

now it looks to me like the $dir variable in admin-main is having issues since it is throwing opendir errors. any thoughts? I assume it should be c:\inetpub\wwwroot but it hasn't put in that backslash but I don't know how I should fix that.

Finally, as I mentioned previously, once I exit the admin screen and try to login from the front page, it says:

Invalid login. Please check your username and password, or register.

I have checked the MySQL database and the admin user is listed there under usergroups with a groupid of 5. My admin user is listed under the users with a groupid of 5, so I assume I should have full admin access and be able to login, but I can't.

Thanks omegatron, I appreciate it greatly!
thechameleon is offline   Reply With Quote