RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Error - htdocs URL accessibility: ERROR (should see XFS on..

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
GMC



Joined: 15 Aug 2009
Posts: 159

PostPosted: Aug 25, 2009 7:16 am    Post subject: Error - htdocs URL accessibility: ERROR (should see XFS on.. Reply with quote

Trying to add a second server

Its a new server I got today - Debian Dedicated

I am been working on this all day, and am down to the last hurdle

I get this

Code:

File Server tests:
api.cgi: OK
temp dir exist: OK
temp dir mkdir: OK
temp dir rmdir: OK
tmp dir exist: OK
tmp dir mkdir: OK
tmp dir rmdir: OK
upload dir exist: OK
upload dir mkdir: OK
upload dir rmdir: OK
htdocs dir exist: OK
htdocs dir mkdir: OK
htdocs dir symlink: OK
htdocs dir symlink del: OK
htdocs dir rmdir: OK
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: OK
htdocs URL accessibility: ERROR (should see XFS on link)


Funny thing is when I press the should see XFS on this link - I DO see XFS - lol

Any one got any info for me

Cheers

GMC
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2109
Location: UFO Lab

PostPosted: Aug 25, 2009 10:31 am    Post subject: Reply with quote

That's weird, but you can comment these lines in index.cgi to disable this check:

Code:
my $res = $ua->get("$f->{srv_htdocs_url}/index.html");
   push @tests, $res->content eq 'XFS' ? 'htdocs URL accessibility: OK' : "htdocs URL accessibility: ERROR (should see XFS on <a href='$f->{srv_htdocs_url}/index.html' target=_blank>link</a>)";
Back to top
View user's profile Send private message Visit poster's website
GMC



Joined: 15 Aug 2009
Posts: 159

PostPosted: Aug 25, 2009 10:41 am    Post subject: Reply with quote

PilgrimX182 wrote:
That's weird, but you can comment these lines in index.cgi to disable this check:

Code:
my $res = $ua->get("$f->{srv_htdocs_url}/index.html");
   push @tests, $res->content eq 'XFS' ? 'htdocs URL accessibility: OK' : "htdocs URL accessibility: ERROR (should see XFS on <a href='$f->{srv_htdocs_url}/index.html' target=_blank>link</a>)";


Thanks for the fast response - I'll try that now!!

G
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group