PDA

View Full Version : plz help me


abobeesan
12-12-2006, 11:41 PM
i have 2 proplem

1-
when i upload in form its stop in
Initializing upload ...
the flash upload and others is work
i fix cgi and chomd it to 755
and upload it in ascii
2-
when i apduat any thing in admin panel
its tske me to
http://yabsoft.com/client/license.php?key=PB2R-356W-W48L-RNZW&code=ILLEGAL_PATH
The License Key can not run with this installtion!
Keycode: PB2R-356W-W48L-RNZW
Valid Througth: 11/Dec/2006 10:23:31 to 01/Jan/2007 10:23:31
Domain: palsic.com
IP: 72.36.149.162
Path: /home/palsic/public_html/admin
MAC: MAC_404


plz help me
thx

killoo
02-08-2007, 01:51 PM
From issues.txt in

##Issue 1.Form upload doesn't work!
The possible reason:
+-------------------------
CGI files in directory "cgi-bin" are uploaded by Bianry mode or are not chmoded to 0755
+-------------------------
Solution:
Try to delete these *.cgi files and reupload them via ASCII mode and chmod them to 0755.
Directory "cgi-bin" need 0755 permission to execute cgi scripts!

##Issue 2.Form upload still doesn't work,although I try the solution of Issue 1!
Solution:
Login admin panel,browser to "Server",click "Test Server" to check if the related scripts of this server can work well.It will also give you a solution when it fails.

Also you can edit "incldues/inc.php":
Line 43:
----------------
$debug = 0;
----------------
change to
----------------
$debug = 1;
----------------
This will add 2 small windows on index page,when you try to upload a file,these 2 windows may show some related information for the upload.

##Issue 3.Form Upload is fine,but progress bar doesn't work!
The possible reason:
+-------------------------
First.It is sure that progress bar is slower then upload process!

If you upload small files,the upload may be too fast, the progress bar may show when upload is complete.Try a big file about 500-1000K.

Also,the progress bar depends on the speed of internet between your PC and server.