Just wanted to start this so peeps can post problems that shows up
I got one when testing dl.cgi
[root@fs03 cgi-bin]# perl dl.cgi
Can't locate HCE_MD5.pm in @INC (@INC contains: Modules /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at dl.cgi line 3.
BEGIN failed--compilation aborted at dl.cgi line 3.
Tried to do a perl -MCPAN -e shell with install Crypt::HCE_MD5 without any luck
When doing perl on the other files it looks like it works.
Update:
----
Found out that that FS files folder doesnt contain the HCE_MD5.pm file.
So if you install a new FS from 1.6 you need to copy this file from the cgi-bin to the main install.
XFileSharing Pro - Problem thread for xfs 1.6
When choosing direct link everything works
When not choosing directlink
Instead of forced download i get a new link:
http://s01.site.com:81/cgi-bin/dl.cgi/n ... a/some.rar
If i choose directlink i get almost the same..
http://s01.site.com:81/files/5/xgbirg8i4keasm/some.rar
I am missing the forced download? or is how its going to be now?
When not choosing directlink
Instead of forced download i get a new link:
http://s01.site.com:81/cgi-bin/dl.cgi/n ... a/some.rar
If i choose directlink i get almost the same..
http://s01.site.com:81/files/5/xgbirg8i4keasm/some.rar
I am missing the forced download? or is how its going to be now?
Sing up problem:
IPB: Warning: IPBSDK::require_once(//init.php): failed to open stream: No such file or directory in /vhosts/www/cgi-bin/Plugins/ipb/ipbsdk_class.inc.php on line 307 Fatal error: IPBSDK::require_once(): Failed opening required '//init.php' (include_path='.:/usr/share/php:/usr/share/pear:/vhosts/www/cgi-bin/Plugins/ipb/') in /vhosts/www/cgi-bin/Plugins/ipb/ipbsdk_class.inc.php on line 307
IPB: Warning: IPBSDK::require_once(//init.php): failed to open stream: No such file or directory in /vhosts/www/cgi-bin/Plugins/ipb/ipbsdk_class.inc.php on line 307 Fatal error: IPBSDK::require_once(): Failed opening required '//init.php' (include_path='.:/usr/share/php:/usr/share/pear:/vhosts/www/cgi-bin/Plugins/ipb/') in /vhosts/www/cgi-bin/Plugins/ipb/ipbsdk_class.inc.php on line 307
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
PilgrimX182
I have this error when tur ON mod_perl:
panic: no address for 'WSD::Filter::bootstrap' in 'DynaLoader' at /vhosts/www/cgi-bin/Modules/WSD/Filter.pm line 25.\nCompilation failed in require at /vhosts/www/cgi-bin/Modules/Session.pm line 1.\nBEGIN failed--compilation aborted at /vhosts/www/cgi-bin/Modules/Session.pm line 1.\nCompilation failed in require at /vhosts/www/cgi-bin/index.cgi line 11.\nBEGIN failed--compilation aborted at /vhosts/www/cgi-bin/index.cgi line 11.\n
I have this error when tur ON mod_perl:
panic: no address for 'WSD::Filter::bootstrap' in 'DynaLoader' at /vhosts/www/cgi-bin/Modules/WSD/Filter.pm line 25.\nCompilation failed in require at /vhosts/www/cgi-bin/Modules/Session.pm line 1.\nBEGIN failed--compilation aborted at /vhosts/www/cgi-bin/Modules/Session.pm line 1.\nCompilation failed in require at /vhosts/www/cgi-bin/index.cgi line 11.\nBEGIN failed--compilation aborted at /vhosts/www/cgi-bin/index.cgi line 11.\n
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
When I run the command Run File-to-DB consistancy check of options for servers
The following error appears:
The following error appears:
Code: Select all
Software error:
Can't locate object method "api3" via package "Session" at index.cgi line 1676.
The list of errors so far:
1- Redirecting Wrong IP direct links to original download page instead of 404.html -- not working
2-When download a file from a visitor to show his link to the following form "
3-After you delete the file from the owner and try to download the file from the guest page does not appear the file does not exist
It shows the words No such file with this filename
1- Redirecting Wrong IP direct links to original download page instead of 404.html -- not working
2-When download a file from a visitor to show his link to the following form "
Code: Select all
http://site.com/gi-bin/dl.cgi/5nmlysamewsdljdmrybvwnhmefgkh7ndi5muwzhg6m/file/zip
It shows the words No such file with this filename
Last edited by adiga on Oct 30, 2009 11:29 pm, edited 5 times in total.
To fix the first error:
1- Redirecting Wrong IP direct links to original download page instead of 404.html -- not working
in api.cgi
find:
Replaced by:
1- Redirecting Wrong IP direct links to original download page instead of 404.html -- not working
in api.cgi
find:
Code: Select all
print FILE qq[RewriteEngine on\nRewriteCond %{REMOTE_ADDR} !^$ip\nRewriteRule ^.*\$ "$c->{site_url}/404.html?$c->{site_url}/$f->{file_code1}/$file_name.html"];
Code: Select all
print FILE qq[RewriteEngine on\nRewriteCond %{REMOTE_ADDR} !^$ip\nRewriteRule ^.*\$ "$c->{site_url}/$f->{file_code1}/$file_name.html"];