| View previous topic :: View next topic |
| Author |
Message |
mihanclub
Joined: 01 Apr 2008 Posts: 8
|
Posted: Apr 02, 2008 1:06 am Post subject: I have some problem |
|
|
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 |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Apr 02, 2008 5:41 am Post subject: |
|
|
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 |
|
 |
mihanclub
Joined: 01 Apr 2008 Posts: 8
|
Posted: Apr 02, 2008 7:37 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Apr 03, 2008 8:34 am Post subject: |
|
|
ok, nevermind
so what do you see on "link" from
| Quote: | | upload.cgi: ERROR (problems with link) |
check that upload.cgi is 755 |
|
| Back to top |
|
 |
mihanclub
Joined: 01 Apr 2008 Posts: 8
|
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2109 Location: UFO Lab
|
Posted: Apr 04, 2008 8:40 am Post subject: |
|
|
Oh, then try this quick hack: in upload.cgi move line
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 |
|
 |
mihanclub
Joined: 01 Apr 2008 Posts: 8
|
Posted: Apr 05, 2008 4:30 am Post subject: |
|
|
| Thank you so much PilgrimX182. |
|
| Back to top |
|
 |
Namaless
Joined: 20 Apr 2008 Posts: 107 Location: Italy
|
Posted: Apr 20, 2008 12:34 pm Post subject: |
|
|
This trick works correctly for me, but is possible to fix the 1.0 version?
Thanks. |
|
| Back to top |
|
 |
|