XUpload - Can't locate XUploadConfig.pm in @INC

Message
Author
umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

Can't locate XUploadConfig.pm in @INC

#1 Postby umer_izhar » Sep 03, 2008 6:43 pm

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

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Sep 04, 2008 6:30 am

Try to add

Code: Select all

use lib '.';
before

Code: Select all

use XUploadConfig;

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

plz help again

#3 Postby umer_izhar » Sep 04, 2008 7:18 am

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.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Sep 04, 2008 9:10 am

That's ANOTHER problem. Make sure you've entered correct full path for temp and uploads folders in config. Full means from the root folder (e.g. /var/www/uploader/temp)

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

thank you

#5 Postby umer_izhar » Sep 05, 2008 9:34 am

thank you very much by the solution you have given to me. my problem is solved.

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

problem in uploading

#6 Postby umer_izhar » Sep 18, 2008 11:06 am

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?

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

problem in uploading image with xupload

#7 Postby umer_izhar » Sep 19, 2008 7:49 am

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.

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

problem in uploading

#8 Postby umer_izhar » Sep 19, 2008 9:34 am

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?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#9 Postby PilgrimX182 » Sep 22, 2008 9:55 am

That's problem inside your PHP, not our Perl script.
But it looks you need extra RAM for your site.

umer_izhar
Posts: 19
Joined: Sep 03, 2008 6:39 pm

problem in uploading

#10 Postby umer_izhar » Sep 26, 2008 10:44 am

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.