PDA

View Full Version : Problem with $_GET['x'] at installation


chto
11-06-2005, 07:56 PM
Hi, I tried to install Pixel post on my server, but get into problems.

Windows 2000 operative system
---
PHP-version 4.3.11 (Pixelpost's min requirement: PHP version 4.3.0)
MySQL version 4.0.23-nt (Pixelpost's min requirement: MySQL 3.23.58)
GD-lib bundled (2.0.28 compatible) with JPEG support
Server software Apache 2.0.55
EXIF Pixelpost is using exifer v1.5 for EXIF information.
---

However, at installation time I get these errors from PHP scripting
---
Notice: Undefined index: x in ***\includes\12cropimageinc.php on line 30
Notice: Undefined index: x in ***\admin\index.php on line 64
Notice: Undefined index: x in ***\admin\index.php on line 123
Notice: Undefined index: x in ***\admin\index.php on line 135
Notice: Undefined index: x in ***\includes\12cropimageincscripts.php on line 30
Notice: Undefined variable: login ***\admin\index.php on line 197
---

Do any one of you have a suggestion what to do?
I've tried to search on the forum but could not find anything, maybe I missed something.

BR
/Christer

Connie
11-06-2005, 08:23 PM
I am sure there are postings for this problem, because it occured from time to time

do a more detailled search

raminia
11-06-2005, 08:43 PM
error_reporting(0); at top index.php

chto
11-06-2005, 09:15 PM
Thanks!

This solved my problem !