icon Learn how to get the most out of Surmunity - read our forum tips here! | Welcome! Please register to access all of our features.

» Surpass Web Hosting Forums » Discussions » PHP, MySQL » PHPsuexec » Large Upload problem, 500 Error

PHPsuexec Information and tips

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread
Old March 8th, 2008, 3:34 PM   #1 (permalink)
ya...
Fresh Surpasser
 
Joined in Aug 2007
Lives in CA, USA
Hosted on Pass74
6 posts
Gave thanks: 0
Thanked 0 times
Question Large Upload problem, 500 Error

Ok, I'm working on a site that people can use to upload images, but I want to be able to upload larger files like videos and songs to it. My problem is that somehow I cannot do this.

At first the uploader was saying that my upload_max_filesize was too low(in php.ini).
So I changed it to reflect a higher value.

After this I tried to upload the file again and the script encountered a "500 Internal Server Error" and the file still was not uploaded.

I've been messing with this for a while now and I can't figure out why it won't work. Anyone have any ideas?
__________________
Site: Biofever.com | Server: Pass74
troskater is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old March 8th, 2008, 4:19 PM   #2 (permalink)
Race Surpass
Super #1
 
MarkRH's Avatar
 
Joined in Jul 2006
Lives in Oklahoma City, OK
Hosted on sh102
1,103 posts
Gave thanks: 17
Thanked 79 times
Make sure that you also increase the post_max_size in PHP.INI to a value larger than upload_max_filesize as you're most likely hitting that limit now if you are using a form for them to upload files with.

Hope that helps,
Mark H.
MarkRH is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old March 8th, 2008, 4:21 PM   #3 (permalink)
ya...
Fresh Surpasser
 
Joined in Aug 2007
Lives in CA, USA
Hosted on Pass74
6 posts
Gave thanks: 0
Thanked 0 times
Quote:
Originally Posted by MarkRH View Post
Make sure that you also increase the post_max_size in PHP.INI to a value larger than upload_max_filesize as you're most likely hitting that limit now if you are using a form for them to upload files with.

Hope that helps,
Mark H.
Yes, I did that as well, but with no success..
__________________
Site: Biofever.com | Server: Pass74
troskater is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On