PDA

View Full Version : Initializing upload ...


soxman
05-28-2007, 08:44 PM
Hello Yab,

Thanks for the free trial !
But i have a problem with the upload bar who doesn't start :(

Status: unknow bytes of unknow sent (at unknow Kbps)
Est time left: unknow
Elapsed time: unknow

Plz help me ! Do you want domain and ftp infos on pm ?

Thanks again and sorry for english i'm french :p

yabsoft
05-29-2007, 05:49 AM
First you need check if you upload all *.cgi scripts via ASCII mode by FTP and chmod them to 0755.

You can also test the "local server" at admin panel>server to check possible errors.

If these don't help you resolve the issue, please send me your ftp details to check it.

soxman
05-29-2007, 03:20 PM
PM send.

CGI scripts are in chmod 755 and uploaded via ascii mod :(
I can't access to my admin panel.

yabsoft
05-29-2007, 05:14 PM
Now formupload should work.

Before your $tmp_dir in cgi-bin/header.cgi doesn't point to the correct temp folder. Now I changed to $tmp_dir="../htdocs/temp";

Your PHP setting applys open_basedir restriction to scripts to cause admin errors. You can ask your hosting to remove open_basedir restriction in php.ini or switch to ioncube version. To use ioncube version, you only need update /admin folder and upload /ioncube folder.

soxman
05-30-2007, 12:12 PM
Perfect, thanks !