Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Nuffload Upload Error 
 
If your cgi-bin folder is outside of your web_root I would think the path would be

../../cgi-bin/

or

./../cgi-bin/

If it is in your web_root the path would be

../cgi-bin/

Did you create the tmp folder (and set it's permissions) in your cgi-bin ?

FYI: Support for Nuffload is very limited here ... it has been disabled in the Icy Phoenix package.
 



 
Edited by Artie, Sat 19 Jul, 2008 00:14: Confused about you cgi-bin location
ArtieSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post FAP SUPPORT - Nuffload Upload Error 
 
Hello i am using

FAP 1.4.1 on my Root Server.
There is PHP-Version: 4.3.9  installed.

My GD Information:
*****************
Versiyon: bundled (2.0.28 compatible)
Freetype Fonts Support: Yes
Freetype Link Type: with freetype
T1lib Support: No
Gif Support: Yes
Gif Support: Yes
Jpg/Jpeg Support: Yes
Png Support: Yes
WBMP Support: Yes
XBM Support: Yes
Japonca Font Support: No

I get following Error Mesage if i enable Upload with Nuffload:

Code: [Download] [Hide] [Select]
Warning: unlink(../cgi-bin/tmp/7b48fc69128a2b73acfce084559698e8_qstring): No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 207

Warning: fopen(../cgi-bin/tmp/7b48fc69128a2b73acfce084559698e8_qstring): failed to open stream: No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 208

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 209

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 210

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:207) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 922

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:207) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 924

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:207) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 925


If i disable the perl Upload, i get:
Code: [Download] [Hide] [Select]
Warning: move_uploaded_file(../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_actualdata0): failed to open stream: No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 107

Warning: move_uploaded_file(): Unable to move '/tmp/phpHInwlu' to '../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_actualdata0' in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 107

Warning: move_uploaded_file(../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_actualdata1): failed to open stream: No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 107

Warning: move_uploaded_file(): Unable to move '/tmp/phpjj64Sr' to '../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_actualdata1' in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 107

Warning: fopen(../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_qstring): failed to open stream: No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 110

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 111

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 112

Warning: unlink(../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_qstring): No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 207

Warning: fopen(../cgi-bin/tmp/102b4ca32b1f6da3fa93a177fb27b805_qstring): failed to open stream: No such file or directory in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 208

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 209

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php on line 210

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:107) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 922

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:107) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 924

Warning: Cannot modify header information - headers already sent by (output started at /var/www/vhosts/kocubaba.com/httpdocs/Forum/album_nuffload.php:107) in /var/www/vhosts/kocubaba.com/httpdocs/Forum/includes/page_header.php on line 925


The cgi-bin is root folder, like this:
/cgi-bin

the phpBB is in:
/httpdocs/Forum/

i test it with the paths:
./cgi-bin/
../cgi-bin/
../../cgi-bin/

in the Admin CP. What is the correct Path ?

The Folder permisssions are set correctly !

The cgi Works fine: h**p://***.kocubaba.com/cgi-bin/cgitest.cgi

What is the Problem on my System,

Thanks
 



 
TrippleExSend private message  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events