4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: egyptsons on February 03, 2007, 01:43:41 PM

Title: [4images 1.7.4] I got error on New Images Page
Post by: egyptsons on February 03, 2007, 01:43:41 PM
Hello,
After I upgrade my gallery from 4images 1.7.2 to 4images 1.7.4
I got this error when I try to check the new images

http://gallery.egyptsons.com/search.php?search_new_images=1

Code: [Select]
Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

Notice: Undefined variable: script_url in /home/egyptson/public_html/gallery/includes/functions.php on line 543

I don't know why ?

Title: Re: [4images 1.7.4] I got error on New Images Page
Post by: Acidgod on February 03, 2007, 01:54:09 PM
open search.php

search for:
error_reporting(E_ALL);

replace with:
//error_reporting(E_ALL);
Title: Re: [4images 1.7.4] I got error on New Images Page
Post by: egyptsons on February 04, 2007, 01:11:09 AM
open search.php

search for:
error_reporting(E_ALL);

replace with:
//error_reporting(E_ALL);

Thanks it's disabled now