| Author |
Message |
elreteipos Member
|
Posted: 11 Jun 2005 02:10:32
If I add a new category in the root folder, and then enter that category, I get the error 'You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1'. What could be the problem?
|
skalinks Admin
|
Posted: 11 Jun 2005 03:37:08
Did you change anything in code? Or may be you use incorrect symbols in category name and category folder name. Use only a-z,'-','_', withour spaces for category Dir name. Shuold you give URL of your site with directory?
Thank you!
|
elreteipos Member
|
Posted: 11 Jun 2005 13:42:11
The URL is http://pdedecker.5gigs.com/linkman. I only changed the header.php file as described in the manual.
|
elreteipos Member
|
Posted: 12 Jun 2005 04:32:53
It is already working again.
|
Anonymous
|
Posted: 13 Jul 2005 19:35:24
when adding catorgories i get the following errors :
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 32087 is not allowed to access /home/usrname/public_html/linkexchange/root owned by uid 99 in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 265
Warning: fopen(root/index.php): failed to open stream: No such file or directory in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 265
Warning: fwrite(): supplied argument is not a valid stream resource in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 267
Warning: fclose(): supplied argument is not a valid stream resource in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 268
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 32087 is not allowed to access /home/usrname/public_html/linkexchange/root owned by uid 99 in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 269
Warning: fopen(root/listing.php): failed to open stream: No such file or directory in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 269
Warning: fwrite(): supplied argument is not a valid stream resource in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 292
Warning: fclose(): supplied argument is not a valid stream resource in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 293
MFM Link Exchange
I know /home/usrname/public_html/ is incorecct becouse i changed it here for security reasons.
|
skalinks Admin
|
Posted: 14 Jul 2005 00:54:55
Hi Anonymous :)
This is not problem in script.
when adding catorgories i get the following errors :
Warning: fopen(): SAFE MODE Restriction in effect. The script whose uid is 32087 is not allowed to access /home/usrname/public_html/linkexchange/root owned by uid 99 in /home/usrname/public_html/linkexchange/SkaLinks_include/SkaLinks.class .php on line 265
You tried to install script in folder, which is not your, please, conatact your hosting administrator for correct this error, you can see rights of this folder via SSH, just connect to your hosting , go to the root directory and insert command ls -l.
Thank you!
|