Author Topic: SVP Problème de "functions.php"  (Read 7681 times)

0 Members and 1 Guest are viewing this topic.

Offline KamelN

  • Newbie
  • *
  • Posts: 23
    • View Profile
SVP Problème de "functions.php"
« on: October 12, 2008, 03:47:52 PM »

Salut tous

J’ai rencontré un problème bizarre  :cry:

Lorsque je fais une recherche ce message s'affiche



Code: [Select]
Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 350

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 351

Notice: Undefined variable: allow_download in /home/agrituni/public_html/logotheque/includes/functions.php on line 421

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 350

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 351

Notice: Undefined variable: allow_download in /home/agrituni/public_html/logotheque/includes/functions.php on line 421

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 350

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 351

Notice: Undefined variable: allow_download in /home/agrituni/public_html/logotheque/includes/functions.php on line 421

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 350

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 351

Notice: Undefined variable: allow_download in /home/agrituni/public_html/logotheque/includes/functions.php on line 421

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 350

Notice: Undefined variable: target in /home/agrituni/public_html/logotheque/includes/functions.php on line 351

Notice: Undefined variable: allow_download in /home/agrituni/public_html/logotheque/includes/functions.php on line 421

mon site sur ce lient http://www.logotheque.pubdespubs.net

Svp donner moi la solution   :(





Offline KurtW

  • 4images Guru
  • *******
  • Posts: 2.778
    • View Profile
    • Malediven-Bilder ~~Dreams~~
Re: SVP Problème de "functions.php"
« Reply #1 on: October 12, 2008, 06:51:24 PM »
Hi,

fast way  :wink:
in search.php
search and delete:
Code: [Select]
error_reporting(E_ALL); 
or you must define your new variables in includes/functions.php


Kurt

Offline KamelN

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: SVP Problème de "functions.php"
« Reply #2 on: October 24, 2008, 10:18:07 AM »
Hi,

fast way  :wink:
in search.php
search and delete:
Code: [Select]
error_reporting(E_ALL); 
or you must define your new variables in includes/functions.php


Kurt


thnx  :P