PDA

View Full Version : BUG (Maybe): PHP Error



Rye Seronie Oh
11-24-2005, 12:14 PM
Okay, here's what the run down on this one is:

When I log in to the system and close the window, then go back to the system, I remain logged in and see a PHP error then the rest of the site is fine below. I don't know why it does that. The PHP errors will go away if I log out of the site and log back in.


Notice: Undefined offset: 1 in /home/jpc/www/jaguarpc/clients_new/beta/index.php on line 339

Notice: Undefined variable: page in /home/jpc/www/jaguarpc/clients_new/beta/index.php on line 389

Notice: Undefined variable: page in /home/jpc/www/jaguarpc/clients_new/beta/index.php on line 390

Notice: Undefined variable: pg in /home/jpc/www/jaguarpc/clients_new/beta/index.php on line 400

And for reference, here's my user agent string: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/416.11 (KHTML, like Gecko) Safari/416.12

wildo69
11-24-2005, 06:03 PM
i am getting the same thing.
i am also using safari Version 2.0.2 (416.12)
on Mac OS X 10.4.3

as stated above, it happens when you close your browser window and then go back to the page VIA the link i recieved in email

JPC-Greg
11-25-2005, 09:14 AM
gotcha, I know the cause and will patch it later. Also it should be noted we are testing of course with all error reporting on so even simple notices could be generated, Ideally we would like to remote every single thing php gripes about.

JPC-Greg
11-25-2005, 11:23 AM
fixed