PDA

View Full Version : Problem, First time Install of 1.4.1


perk
06-15-2005, 12:57 PM
Hey guys,

I tried to do the install as described in the ReadMe file and everything looks good up to the point where it creates the tables and verifies the permissions on the image and thumbnail directories but when I click the link for the admin page, I get the following messages:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Notice: Undefined index: x in /var/www/html/pixelpost/includes/12cropimageinc.php on line 30

Notice: Undefined index: x in /var/www/html/pixelpost/admin/index.php on line 62

Notice: Undefined index: x in /var/www/html/pixelpost/admin/index.php on line 121

Notice: Undefined index: x in /var/www/html/pixelpost/admin/index.php on line 133

Notice: Undefined index: x in /var/www/html/pixelpost/includes/12cropimageincscripts.php on line 30

Notice: Undefined index: view in /var/www/html/pixelpost/includes/12cropimageincscripts.php on line 30
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

After this is the Admin login requesting the Username and password and one last error message :

Notice: Undefined variable: loginmessage in /var/www/html/pixelpost/admin/index.php on line 210

I am running this on my Fedora Core 3 with all the requested software installed although my version of MySQL is 3.23.58 but the database tables seem to be just fine.

Please Help

Mike.

The admin login screen is here : www.mootilator.com/pixelpost/admin

Connie
06-15-2005, 01:36 PM
Perk,

read this posting, there are some solutions there:

http://pixelpost.org/forum/viewtopic.php?t=926

hope that helps!

perk
06-15-2005, 02:08 PM
Perk,

read this posting, there are some solutions there:

http://pixelpost.org/forum/viewtopic.php?t=926

hope that helps!

Yep, adding the line

error_reporting(0);

At the top of /admin/index.php did the trick.

thanks.