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
I have some problem

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



Joined: 01 Apr 2008
Posts: 8

PostPosted: Apr 02, 2008 1:06 am    Post subject: I have some problem Reply with quote

Hi

I'm new to xfilesharing pro, I've faced this error:

Can't update config for server ID: 1:OK:0:ERROR: fs_key is not empty in config

And this error when trying to generate a link for download:

Error happened when generating Download Link.
Please try again or Contact administrator.

And Also I can't upload anything...

Would you please tell me what's wrong ?!
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



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

PostPosted: Apr 02, 2008 5:41 am    Post subject: Reply with quote

Hi.
Bold font is way you like talking to people?

Did you successfully added FileServer?
"fs_key is not empty in config" message appears when you're adding FileServer with non-empty srv_key in it's XFSConfig.pm or when srv_key in XFSConfig.pm is not equal to that srv_key in database.
Back to top
View user's profile Send private message Visit poster's website
mihanclub



Joined: 01 Apr 2008
Posts: 8

PostPosted: Apr 02, 2008 7:37 am    Post subject: Reply with quote

Hi.
Although I didn't mean anything, I apologize.
The bold font is just because of my screen resolution, the screen is adjusted at 1680 x 1050. So when I type with the normal size I can't read it, I guess it would be the same thing to others Smile.

I've removed everything from my host, and I upload them again. but this time I'm facing this error when trying to add the file server:

File Server tests:
api.cgi: OK
.
.
.
config read: OK
config write: OK
fs.cgi: OK
upload.cgi: ERROR (problems with link)
upload_status.cgi: OK
htdocs URL accessibility: OK
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



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

PostPosted: Apr 03, 2008 8:34 am    Post subject: Reply with quote

ok, nevermind Smile

so what do you see on "link" from
Quote:
upload.cgi: ERROR (problems with link)


check that upload.cgi is 755
Back to top
View user's profile Send private message Visit poster's website
mihanclub



Joined: 01 Apr 2008
Posts: 8

PostPosted: Apr 03, 2008 2:42 pm    Post subject: Reply with quote

I see nothing in the first host, but in the second host I get internal error...

Here is the link
http://www.persisteam.com/cgi-bin/upload.cgi?mode=test

And Here is the link to the 2nd host
http://www.persisbox.com/cgi-bin/upload.cgi?mode=test

I did use binary file upload mode, and I did set the permissions correctly.
I've added 2 file servers successfully... but I'm not able to install those hosts that I've mentioned.
Back to top
View user's profile Send private message Visit poster's website
PilgrimX182



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

PostPosted: Apr 04, 2008 8:40 am    Post subject: Reply with quote

Oh, then try this quick hack: in upload.cgi move line
Code:
use XFSConfig;

directly after "use lib '.';"
so it will be
Code:
use strict;
use lib '.';
use XFSConfig;


This happens sometimes when no HTML::Template installed.
Back to top
View user's profile Send private message Visit poster's website
mihanclub



Joined: 01 Apr 2008
Posts: 8

PostPosted: Apr 05, 2008 4:30 am    Post subject: Reply with quote

Thank you so much PilgrimX182.
Back to top
View user's profile Send private message Visit poster's website
Namaless



Joined: 20 Apr 2008
Posts: 107
Location: Italy

PostPosted: Apr 20, 2008 12:34 pm    Post subject: Reply with quote

This trick works correctly for me, but is possible to fix the 1.0 version?

Thanks.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Free 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