| Author |
Message |
Afrah Member
|
Posted: 11 Feb 2008 14:36:48
Hi,
After I installed the script and run the index page of the main directory I got the following errors
Notice: Undefined variable: id in /home/..../index.php on line 24
Notice: Undefined index: page in /home/..../index.php on line 25
Notice: Undefined index: cat_arr in /home/..../index.php on line 26
Notice: Undefined index: link_arr in /home/..../index.php on line 27
Notice: Undefined index: adminname in /home/..../SkaLinks_include/SkaLinks.class.php on line 1963
Notice: Undefined index: pwd in /home/..../SkaLinks_include/SkaLinks.class.php on line 1963
There were some error in the installation also.
Please advise what to do?
Thanks
|
krnl Member
|
Posted: 12 Mar 2008 15:57:54
I'd guess that you need to resolve the installation errors before tackling these errors.
|
Ron Member
|
Posted: 19 Mar 2008 00:32:14
You have nothing to worry about. These are not errors but notices, which do not any impact on the software. Please ask you hosting provider to put E_ALL & ~E_NOTICE in the "php.ini" file> "error_reporting" directive.
|