Author Topic: Error in search.php  (Read 3792 times)

0 Members and 1 Guest are viewing this topic.

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Error in search.php
« on: July 04, 2009, 07:03:18 PM »
Hello,
I have a problem with the script

Test :

Search with "new year"

http://www.fond-ecran-gratuit.biz/search.htm

Code: [Select]
Notice: Undefined variable: report_url in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/functions.php on line 431
/includes/functions.php on line 431 :

   "report_image_url" => $report_url,

This mod : http://www.4homepages.de/forum/index.php?topic=11447.0 (step 2)



Thanks :)

Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: Error in search.php
« Reply #1 on: July 04, 2009, 07:50:20 PM »
versuche mal folgendes

Try with:

Quote
"report_image_url" => (isset($report_url)) ? $report_url : "",

from includes/functions.php file.

LG Harald
Danke Harald




Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: Error in search.php
« Reply #2 on: July 04, 2009, 08:14:04 PM »
Danke :) !!!


Offline Jan-Lukas

  • Addicted member
  • ******
  • Posts: 1.289
    • View Profile
    • Discover the New World of Kindersurprise
Re: Error in search.php
« Reply #3 on: July 04, 2009, 08:41:44 PM »
hab ich mit der Suchefunktion in 30 sek. gefunden  :wink:
Danke Harald




Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: Error in search.php
« Reply #4 on: July 04, 2009, 08:52:21 PM »
Ah ok  :D