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

0 Members and 1 Guest are viewing this topic.

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Error in search.php
« on: February 11, 2008, 12:09:54 PM »
Hello,
I have a error in search.php :


http://www.wallpaper-gratuit.net/search.htm


Quote
Notice: Undefined index: last_upload_images in /home/www/8e9db6b241ff405fa7c20f606b063d7a/web/includes/page_header.php on line 277

Notice: Undefined index: member_rating_title in /home/www/8e9db6b241ff405fa7c20f606b063d7a/web/includes/page_header.php on line 278

Can you help ?

Thanks :D

Offline Nicky

  • Administrator
  • 4images Guru
  • *****
  • Posts: 3.195
    • View Profile
Re: Error in search.php
« Reply #1 on: February 11, 2008, 12:51:53 PM »
hi,

i think that is coming from one or more mods that you added to your 4images.
please post this to this mod threads..

OR

remove mods and add one by one and test which one causing this error
cheers
Nicky
Your first three "must do" before you ask a question ! (© by V@no)
- please read the Forum Rules ...
- please study the FAQ ...
- please try to Search for your answer ...

nicky.net 4 4images
Signature stolen from mawenzi

Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: Error in search.php
« Reply #2 on: February 11, 2008, 04:29:33 PM »
Hi,
and normally you have this error in all pages.
But you can see it only in search. php

Reason is:

Code: [Select]
error_reporting(E_ALL); 
Delete this code, or find the problem in the mods


Kurt

Offline satine88

  • Sr. Member
  • ****
  • Posts: 265
    • View Profile
Re: Error in search.php
« Reply #3 on: February 11, 2008, 05:22:24 PM »
Ok, I delete this code, but i have always this error  :?