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 ?!
XFileSharing Free - I have some problem
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
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
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
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 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.
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.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Oh, then try this quick hack: in upload.cgi move line
directly after "use lib '.';"
so it will be
This happens sometimes when no HTML::Template installed.
Code: Select all
use XFSConfig;
so it will be
Code: Select all
use strict;
use lib '.';
use XFSConfig;