Hi
I have installed this script with my website and want to purchase the pro version.
I have tested this script in Ixwebhosting server. But now i want to change my server and found the error of
upload_status.cgi: Can't locate XUploadConfig.pm in @INC (@INC contains: . /usr/lib/perl5/5.8.8/i586-linux-thread-multi /usr/lib/perl5/5.8.8 /usr/lib/perl5/site_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i586-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl) at /html/cgi-bin/UPLOAD1/upload_status.cgi line 7.
Please help me.
I have just follow the instruction
XUpload - Can't locate XUploadConfig.pm in @INC
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Try to add
before
Code: Select all
use lib '.';
Code: Select all
use XUploadConfig;
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
plz help again
thanks for your reply. but my problen is till there. you suggested that add use lib '.'; before use XUploadConfig; i found that this code is already in upload_status.cgi(file) and in upload.cgi(file) it was not their. so i have added this code and found the same error again after upload window closing. the error is as under
Software error:
CGI open of tmpfile: No such file or directory
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.
Software error:
CGI open of tmpfile: No such file or directory
For help, please send mail to the webmaster ([no address given]), giving this error message and the time and date of the error.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
thank you
thank you very much by the solution you have given to me. my problem is solved.
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
problem in uploading
i have a problem in uploading of images can u plz help me that some of my images are not uploaded. But it shows the status as its uploaded. What me should do to solve this problem?
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
problem in uploading image with xupload
sir i have the problem in uploading images with xupload. it shows the status as it is uploaded but its not. caz i havnt the uploaded image in the upload folder.
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
problem in uploading
my problem is solved but i have difficuilty still that some images are not being displayed and the error is
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 13740 bytes) in /srv/www/htdocs/web0/html/imagecreation.php on line 33
can u help me that what me should do?
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 13740 bytes) in /srv/www/htdocs/web0/html/imagecreation.php on line 33
can u help me that what me should do?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
-
- Posts: 19
- Joined: Sep 03, 2008 6:39 pm
problem in uploading
i have a problem that is when an image is being uploaded with cgi status it takes very long time.my Xpload works fine.But it seem slow. When the pop up window appear by upload_status.cgi it first load the default html and some javascript so it take near about 10 sec. can u help me or weather i must use the iframe. to solve this problem.