Help - Search - Members - Calendar
Full Version: Undefined index, error in rss feed
CyberiaPC.com Community > Technical Zone > Zenith Picture Gallery
Zion
Hi, i have a problem with source code. In my hosting have file "error_log". The content of this file is:
CODE
[24-Mar-2009 00:45:13] PHP Notice:  Undefined index:  a in /home/zion/public_html/functions/f_search.php on line 126
[24-Mar-2009 00:45:13] PHP Notice:  Undefined index:  strength in /home/zion/public_html/functions/f_search.php on line 126
[24-Mar-2009 00:45:13] PHP Notice:  Undefined index:  cat in /home/zion/public_html/functions/f_search.php on line 126
[24-Mar-2009 00:45:13] PHP Notice:  Undefined index:  by in /home/zion/public_html/functions/f_search.php on line 126
[24-Mar-2009 00:45:13] PHP Notice:  Undefined index:  order in /home/zion/public_html/functions/f_search.php on line 126
[24-Mar-2009 00:45:13] PHP Notice:  Undefined variable: parent_name in /home/zion/public_html/functions/f_cats.php on line 310
[24-Mar-2009 00:45:13] PHP Notice:  Undefined variable: parent_name in /home/zion/public_html/functions/f_cats.php on line 310
[24-Mar-2009 00:45:13] PHP Notice:  Undefined variable: is_video in /home/zion/public_html/functions/f_global.php on line 108
[24-Mar-2009 00:45:13] PHP Notice:  Undefined variable: is_video in /home/zion/public_html/functions/f_global.php on line 112
.....
....
.......

How can i correct this problem? :[
And, sorry for bad English...
usr.c
Hi, Add

CODE
~E_NOTICE

to your error_reporting variable in php.ini, so that it looks something like this

CODE
error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
Zion
Thanks.
And I have other problem. In RSS the channel show error.
Screenshot:
Zion
Help me, please! online2long.gif
usr.c
Change your filenames to english ones to fix that.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.