PDA

View Full Version : login problems


Anonymous
11-07-2004, 10:35 PM
hey,
when i log in, i get the following message:
The requested URL /pixelpost/admin/<br />Notice: Undefined variable: PHP_SELF in E:\Server\optivity\pixelpost\admin\index.php on line 223<br /> was not found on this server.

i also get these errors on the login page:
Notice: Undefined index: x in E:\Server\optivity\pixelpost\admin\index.php on line 23
Notice: Undefined index: x in E:\Server\optivity\pixelpost\admin\index.php on line 34
Notice: Undefined variable: loginmessage in E:\Server\optivity\pixelpost\admin\index.php on line 230
I have the latest apache, php and mysql running on windows.

pixelpunk
12-03-2004, 03:52 PM
Another really old topic. I should hit the "View Un-answered Posts" more often.

Notice's are nothing to worry about, you could turn them off by typing
error_reporting(0);
at the top of the script.

Unfortunately I can not give support on Windows as I have no experience with the system. Basically you're on your own, unfortunately. I know it can be set up on Windows (even on IIS I believe) but I don't have any knowledge to assist :(

// punk