RE: PHP Upload limit
05-30-2015, 05:08 AM
(This post was last modified: 05-30-2015, 05:10 AM by Crunchn.)
I did see that post and many others like it. I do work with cPanel a lot at work so I know how it works there, but for some reason the same thing doesn't apply to sentora.
Here is some info from a wordpress plugin that checks server info and wordpress permissions,
// Generated by the Send System Info Plugin //
Multisite: No
WordPress Version: 4.2.2
PHP Version: 5.5.9-1ubuntu4.9
MySQL Version: 5.5.43-0ubuntu0.14.04.1
Web Server Info: Apache
WordPress Memory Limit: 256MB
PHP Safe Mode: No
PHP Memory Limit: 256M
PHP Upload Max Size: 250M
PHP Post Max Size: 256M
PHP Upload Max Filesize: 250M
PHP Time Limit: 3000
PHP Max Input Vars: 10000
PHP Arg Separator: &
PHP Allow URL File Open: Yes
WP_DEBUG: Disabled
WP Table Prefix: Length: 3 Status: Acceptable
Show On Front: posts
Page On Front: ()
Page For Posts: ()
WP Remote Post: wp_remote_post() works
Session: Disabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /var/sentora/sessions
Use Cookies: On
Use Only Cookies: On
DISPLAY ERRORS: N/A
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.
SOAP Client: Your server has the SOAP Client enabled.
SUHOSIN: Your server has SUHOSIN installed.
And attached I have the important part of phpinfo in the picture.
I should have everything setup for PHP to upload a lot more, but it starts uploading and the bar just resets every time it gets to ~35 seconds or 40M of the 197M file I am trying to upload.
A 100M file I upload goes straight in without any issues. I can usually figure things out on my own pretty easily, but this has me straight stumped. I assume it may just be a limitation of something, I may just need to make an upload script with basic PHP to see if it's wordpress itself, in which I would be surprised because I have never faced this issue before with wordpress.
Here is some info from a wordpress plugin that checks server info and wordpress permissions,
// Generated by the Send System Info Plugin //
Multisite: No
WordPress Version: 4.2.2
PHP Version: 5.5.9-1ubuntu4.9
MySQL Version: 5.5.43-0ubuntu0.14.04.1
Web Server Info: Apache
WordPress Memory Limit: 256MB
PHP Safe Mode: No
PHP Memory Limit: 256M
PHP Upload Max Size: 250M
PHP Post Max Size: 256M
PHP Upload Max Filesize: 250M
PHP Time Limit: 3000
PHP Max Input Vars: 10000
PHP Arg Separator: &
PHP Allow URL File Open: Yes
WP_DEBUG: Disabled
WP Table Prefix: Length: 3 Status: Acceptable
Show On Front: posts
Page On Front: ()
Page For Posts: ()
WP Remote Post: wp_remote_post() works
Session: Disabled
Session Name: PHPSESSID
Cookie Path: /
Save Path: /var/sentora/sessions
Use Cookies: On
Use Only Cookies: On
DISPLAY ERRORS: N/A
FSOCKOPEN: Your server supports fsockopen.
cURL: Your server supports cURL.
SOAP Client: Your server has the SOAP Client enabled.
SUHOSIN: Your server has SUHOSIN installed.
And attached I have the important part of phpinfo in the picture.
I should have everything setup for PHP to upload a lot more, but it starts uploading and the bar just resets every time it gets to ~35 seconds or 40M of the 197M file I am trying to upload.
A 100M file I upload goes straight in without any issues. I can usually figure things out on my own pretty easily, but this has me straight stumped. I assume it may just be a limitation of something, I may just need to make an upload script with basic PHP to see if it's wordpress itself, in which I would be surprised because I have never faced this issue before with wordpress.