XFileSharing Free - I have some problem

Message
Author
mihanclub
Posts: 8
Joined: Apr 01, 2008 5:40 am

I have some problem

#1 Postby mihanclub » Apr 02, 2008 1:06 am

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 ?!

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 02, 2008 5:41 am

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.

mihanclub
Posts: 8
Joined: Apr 01, 2008 5:40 am

#3 Postby mihanclub » Apr 02, 2008 7:37 am

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 :).

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Apr 03, 2008 8:34 am

ok, nevermind :)

so what do you see on "link" from
upload.cgi: ERROR (problems with link)
check that upload.cgi is 755

mihanclub
Posts: 8
Joined: Apr 01, 2008 5:40 am

#5 Postby mihanclub » Apr 03, 2008 2:42 pm

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.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » Apr 04, 2008 8:40 am

Oh, then try this quick hack: in upload.cgi move line

Code: Select all

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

Code: Select all

use strict;
use lib '.';
use XFSConfig;
This happens sometimes when no HTML::Template installed.

mihanclub
Posts: 8
Joined: Apr 01, 2008 5:40 am

#7 Postby mihanclub » Apr 05, 2008 4:30 am

Thank you so much PilgrimX182.

Namaless
Posts: 107
Joined: Apr 20, 2008 12:10 pm

#8 Postby Namaless » Apr 20, 2008 12:34 pm

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

Thanks.