Author Topic: [4images 1.7.4] I got error on New Images Page  (Read 4156 times)

0 Members and 1 Guest are viewing this topic.

Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
[4images 1.7.4] I got error on New Images Page
« 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 ?

Thanx God

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: [4images 1.7.4] I got error on New Images Page
« Reply #1 on: February 03, 2007, 01:54:09 PM »
open search.php

search for:
error_reporting(E_ALL);

replace with:
//error_reporting(E_ALL);

Offline egyptsons

  • Newbie
  • *
  • Posts: 47
    • View Profile
    • Egypt Sons
Re: [4images 1.7.4] I got error on New Images Page
« Reply #2 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
Thanx God