Author Topic: I have this strange error..  (Read 4507 times)

0 Members and 1 Guest are viewing this topic.

Offline Benator

  • Pre-Newbie
  • Posts: 4
    • View Profile
I have this strange error..
« on: March 18, 2007, 03:48:21 PM »
Hey,

I keep getting this strange error on some pages

http://www.harrisuk.org/4imagesgallery/search.php?search_keywords=hello (there are no results for this)
Code: [Select]
Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085


http://www.harrisuk.org/4imagesgallery/search.php (searched TEST, there are results for this)
Code: [Select]
Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085


http://www.harrisuk.org/4imagesgallery/search.php
Code: [Select]
Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085
http://www.harrisuk.org/4imagesgallery/search.php?search_new_images=1
Code: [Select]
Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

Notice: Undefined variable: script_url in /home/harrisuk/public_html/4imagesgallery/includes/functions.php on line 1085

line 1085 in functions.php contains
Code: [Select]
  "image_path" => $site_sess->url($script_url.(preg_replace("/(\?.*)/", "", str_replace("./", "/", $media_src)))),
which is for showing a link to an image

Ben

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: I have this strange error..
« Reply #1 on: March 19, 2007, 01:20:58 PM »

Offline Benator

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: I have this strange error..
« Reply #2 on: March 19, 2007, 06:23:31 PM »
cheers, i had seen that but i really wanted to get rid of the problem, not just pretend its not there :)

Ben

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: I have this strange error..
« Reply #3 on: March 19, 2007, 08:46:58 PM »
That is only a Notice, no Error or Warning... (o:

Offline Benator

  • Pre-Newbie
  • Posts: 4
    • View Profile
Re: I have this strange error..
« Reply #4 on: March 19, 2007, 09:07:39 PM »