RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Cannot Access upload.cgi - Software Error
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 04, 2010 4:20 am    Post subject: Cannot Access upload.cgi - Software Error Reply with quote

I just purchased XUploader Pro - I made sure all of the paths are correct.

Upon uploading a file I get the following error:
Software error:

Can't locate object method "e" via package "e" (perhaps you forgot to load "e"?) at XUploadConfig.pm line 8.
Compilation failed in require at upload_status.cgi line 6.
BEGIN failed--compilation aborted at upload_status.cgi line 6.


I went to www.myserver.com/cgi-bin/upload.cgi

And got the same exact error. All of the files are correctly CHMOD'ed.

I emailed support[at]sibsoft.net with my FTP information. I hope you guys can find the problem.

Thanks.
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 04, 2010 4:34 am    Post subject: disregard Reply with quote

Please disregard my emails. I got the error fixed. I wanted to disable the email confirmation in the xupload.pm by making it a comment with the "#" symbol.

Here I left a letter BEFORE the "#" symbol!

Great uploader!
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 04, 2010 5:18 am    Post subject: Reply with quote

I am now getting an error 500 after the uploads complete. The file writes, but the error 500 remains. What's going on?
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 04, 2010 6:12 am    Post subject: Reply with quote

Another update. The 500 error was being caused by my post.php page. Dunno the problem with it - it works at times then doesn't - so I completely removed it.

Second update: For those who are on shared servers, KEEP AN EYE on your "processes". I found out I had too many upload scripts running with was maxing out my server limit!

The ONLY way to make these processes go away is to close the tab/window of the said uploader.

Thanks.
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 04, 2010 1:58 pm    Post subject: Reply with quote

Ok. Although I fixed my problem, why hasn't Sibsoft replied to ANY of my emails?

Uploader is still going strong. Will try to implant the password option and see if it works.
Back to top
View user's profile Send private message
admin
Site Admin


Joined: 22 Mar 2006
Posts: 1281

PostPosted: Jun 07, 2010 4:30 am    Post subject: Reply with quote

We replied on your first email and told you that you have syntax error in your config file.

Sorry, but on weekends our office is closed.

Anyway, glad that you solved your problems.
Thanks
Back to top
View user's profile Send private message Send e-mail
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 07, 2010 4:56 am    Post subject: Reply with quote

I apologize for the complaints. The uploader has been working GREAT! No problems whatsoever! Best $37 I ever spent.

I cracked up when I read the email "you screw config file".

LOL

Thanks.
Back to top
View user's profile Send private message
Fritter



Joined: 07 Jun 2010
Posts: 6

PostPosted: Jun 07, 2010 2:41 pm    Post subject: password Reply with quote

Utar did you ever get the password part working? I was trying to but couldn't figure out what part to change in the upload_form.html and wondered if you figured it out
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 07, 2010 6:49 pm    Post subject: Re: password Reply with quote

Fritter wrote:
Utar did you ever get the password part working? I was trying to but couldn't figure out what part to change in the upload_form.html and wondered if you figured it out

Yes I got it working. Are you getting any errors?
Back to top
View user's profile Send private message
Fritter



Joined: 07 Jun 2010
Posts: 6

PostPosted: Jun 07, 2010 7:05 pm    Post subject: Re: password Reply with quote

Utar wrote:
Fritter wrote:
Utar did you ever get the password part working? I was trying to but couldn't figure out what part to change in the upload_form.html and wondered if you figured it out

Yes I got it working. Are you getting any errors?


No, I just can't get the password thing to show up on the upload_form.html. I noticed that it has it under the optional fields, but i don't know how to make them active.
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 07, 2010 7:08 pm    Post subject: Re: password Reply with quote

Fritter wrote:
Utar wrote:
Fritter wrote:
Utar did you ever get the password part working? I was trying to but couldn't figure out what part to change in the upload_form.html and wondered if you figured it out

Yes I got it working. Are you getting any errors?


No, I just can't get the password thing to show up on the upload_form.html. I noticed that it has it under the optional fields, but i don't know how to make them active.

Add this code in the upload_form.html right before the "upload" button:
Code:
<input type="password" name="upload_password" style="width: 131px">


If you want to PM me the url to your form, I can have a look at the html source.
Back to top
View user's profile Send private message
Fritter



Joined: 07 Jun 2010
Posts: 6

PostPosted: Jun 07, 2010 7:13 pm    Post subject: Reply with quote

I may have figured it out, unfortunately they disable PM's so I can't pm you the link =/ I'll let you know if i figure it out
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 07, 2010 7:15 pm    Post subject: Reply with quote

Fritter wrote:
I may have figured it out, unfortunately they disable PM's so I can't pm you the link =/ I'll let you know if i figure it out

Didn't know they disabled that - lol.

Hope you get it working. You're using upload_form right? The first form provided?
Back to top
View user's profile Send private message
Fritter



Joined: 07 Jun 2010
Posts: 6

PostPosted: Jun 07, 2010 7:26 pm    Post subject: Reply with quote

Yes, I realized I had to set the Display:None to just Display whoops!

Also i realized that I had to change the upload.js to be true on the require password. They don't provide much documentation on what parameters certain things require or how to do much unfortunately Sad

Do you know if it's possible to hardcode an email address in? I want to receive an email every time someone uploads but don't necessary want to require them to input the email.
Back to top
View user's profile Send private message
Utar



Joined: 03 Jun 2010
Posts: 13

PostPosted: Jun 07, 2010 7:33 pm    Post subject: Reply with quote

Fritter wrote:
Yes, I realized I had to set the Display:None to just Display whoops!

Also i realized that I had to change the upload.js to be true on the require password. They don't provide much documentation on what parameters certain things require or how to do much unfortunately Sad

Do you know if it's possible to hardcode an email address in? I want to receive an email every time someone uploads but don't necessary want to require them to input the email.

Not that I know of yet. I just needed an uploader with a password. I am now testing recaptcha with it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group