PDA

View Full Version : Error notices on login screen


urinalfrsh
09-07-2005, 11:16 PM
After a successful (pretty sure) creation of databases and username and password I am taken to a login screen which has the following notices before the login area:

Notice: Undefined index: x in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\includes\12cropimag einc.php on line 30

Notice: Undefined index: x in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\admin\index.php on line 64

Notice: Undefined index: x in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\admin\index.php on line 123

Notice: Undefined index: x in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\admin\index.php on line 135

Notice: Undefined index: x in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\includes\12cropimag eincscripts.php on line 30

Notice: Undefined index: view in C:\Program Files\Apache Group\Apache2\htdocs\pixelpost\includes\12cropimag eincscripts.php on line 30



After this is the area where it asks for login and password, which I know I am putting in correctly. After entering user/pass i get a regular 403 forbidden while trying on the server computer and a

Forbidden
You don't have permission to access /pixelpost/admin/<br /><b>Notice</b>: Undefined variable: PHP_SELF in <b>C:/Program Files/Apache Group/Apache2/htdocs/pixelpost/admin/index.php</b> on line <b>206</b><br /> on this server.

message from a computer that is not my server. Any advice?

Connie
09-08-2005, 05:55 AM
could you give us a link to your installation?
there is a file phpinfo.php in /includes-folder

this might help for identifying the problems

by the way, your user-ID is not very sympathetic ;-)

urinalfrsh
09-08-2005, 06:19 AM
http://desnudo.ath.cx/pixelpost/admin/index.php is where its at

I'm using mySQL 4.1 and PHP 5

by the way the name is from the simpsons "mmm...urinal fresh..."

GeoS
09-08-2005, 07:05 AM
The best way to fix it is edit php.ini and turn off notice. Its enough to report E_ALL & ~E_NOTICE.

urinalfrsh
09-08-2005, 08:17 PM
Those errors arent the problem, the problem is it wont let me log in with the correct username/password. I just thought those errors might be the reason why.

raminia
09-08-2005, 08:51 PM
the notice is the reasone 'cause it makes problems for the POSTs. when it prompts errors, the header is sent before the place it should be.