| Author |
Message |
Idan Member
|
Posted: 25 Nov 2005 17:57:07
Hi.
I tried to install for the first time.
I have php working fine on the site but only skalinks gives me the following error whenever I try to run anything.
SORRY, there is an "500 Internal Server Error" !
Your browser sent a request that this server could not handle
Can you help ?
Idan
|
skalinks Admin
|
Posted: 26 Nov 2005 01:09:49
Hello Idan
Try to set chmod 755 for php files in skalinks_root_directory, admin, SkaLinks_include folders.
|
D11 Member
|
Posted: 30 Dec 2005 04:24:42
Hi,
I have the same problem.
I can see the admon panel but not the directory, it appears the only links not working from admin panel are "Directory | Find URL | Directory Tree" all the others do work ok.
I have made sure that the directory root, cache and compile are chmod 777 and all php files are 755 and it still doesn't work.
Can anybody help me, this directory looks good other than this problem.
Thanks in advance
|
skalinks Admin
|
Posted: 4 Jan 2006 03:55:34
Hello D11
Well, let's try to move .htaccess file from skalinks_root_directory to your other temp folder , and try to go to directory pages.
If it will help, please tell me about it here.
Thank you!
|
Anonymous
|
Posted: 8 Jan 2006 17:55:09
hello~~~
i am not D11, but i just installed skalinks,
i also had same problem, so i del .htaccess
and then no error .. and seems good ~~~
may i know what function of that .htaccess (rewrite engine)
THANKS a lot ! and skalinks is very good script!
|
skalinks Admin
|
Posted: 9 Jan 2006 04:33:22
Well, .htacces is very main file in package, ( as you noticed the main functionality is modrewrite ), but, you can disable modrewrite in script settings on "Settings" page. And SkaLinks will be worked nice and generate the php URLs. But, we strongly recomedate to use .htaccess, please, whould you ask your hosting provider about this problem, because I think, that there is the hosting problem.
Thank you!
|
Naima
|
Posted: 9 Jan 2006 16:56:54
I have the same problem. I have checked twice and every file's permissions is correct. I have also tried to delete the .htaccess file, but that didn't work either...
So what do I do?
|
skalinks Admin
|
Posted: 11 Jan 2006 00:44:42
Hello All !
Ok, let try to fix this problem, somebody , hwo have the same problem, please, whould send me your attributes to connect to your site via ftp, and I will check and try to fix this problem, after that, I hope, I will fid the reason of this problem, and tell about it all.
Thank you!
|
treasure_55 Member
|
Posted: 25 May 2006 16:13:00
Hi all,
After running for sometime without a problem I have been forced to switch services. now I get 500 errors all over. I did the things with .httaccess and the dirs are at 777 where needed files at 755 from the install manual . when I try to logoff as admin it 500's try viewing categories and 500s.
|
skalinks Admin
|
Posted: 30 May 2006 07:59:59
Hi treasure_55
Whould show your .htaccess file?
|
Jim Member
|
Posted: 2 Jun 2006 21:03:45 | Edited by: Jim
Hi Skalinks,
This is a new install.
I'm also having a problem with a 500 error.
When I look at my error log it states:
[2006-06-02 20:16:31]: error: directory is writable by others: (/home/myname/public_html/dir)
[Fri Jun 2 20:16:31 2006] [error] [client 68.76.99.248] Premature end of script headers: /home/myname/public_html/dir/search.php
[Fri Jun 2 20:16:25 2006] [error] [client 68.76.99.248] Premature end of script headers: /home/myname/public_html/dir/dirtree.php
[Fri Jun 2 20:15:38 2006] [error] [client 68.76.99.248] Premature end of script headers: /home/myname/public_html/dir/index.php
Do you have any suggestions on how to fix this.
I can get into the admin. But I cannot access index.php, search.php, or dirtree.php
Here is a copy of my .htaccess file:
##############
# BEGIN SkaLinks
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.*)detailed/listing([0-9]+)\.html $1detailed/listing.php?link_id=$2
RewriteRule search_(.*)\.html search.php?$1
RewriteRule ^(.*)page([0-9]*)\.html $1index.php?page=$2
RewriteRule ^(.*)index.html $1index.php
</IfModule>
# END SkaLinks
##############
Thanks for your assistance.
Best Regards,
Jim
|
Jim Member
|
Posted: 2 Jun 2006 21:32:48
Hi Skalinks,
After changing my permission on the dir directory from 777 to 755 it seems to work okay.
I'll do some more work and see if I am getting any more errors.
I can access index.php, search.php, and dirtree.php now after that minor permission change.
Thanks for your assistance.
Best regards,
Jim
|