Warran Posted February 20 Share Posted February 20 Hi I am having an issue uploading files via 'Files' fields in my templates. Progress goes to 100% but then goes no further i.e. to the point where you would add the description for the file just uploaded. Attached is a screenshot showing where it gets stuck. Works ok with very small file sizes but not with larger files such as the 8MB one in the screenshot. The ini file settings are: memory_limit 128M post_max_size 32M upload_max_filesize 32M max_input_time 360 Hosting provider is adamant it's a CMS issue. Any help would be appreciated. Thanks Link to comment Share on other sites More sharing options...
elabx Posted February 20 Share Posted February 20 Check if there is an error on the console, this has happened to me when there is a javascript error parsing the console, sometimes happening when a PHP warning or errors gets attached to the response of the ajax file upload. 1 Link to comment Share on other sites More sharing options...
Warran Posted March 6 Author Share Posted March 6 Thanks, I'll check that and report back. Link to comment Share on other sites More sharing options...
Warran Posted Tuesday at 01:19 PM Author Share Posted Tuesday at 01:19 PM I've checked and no errors are being generated in console. Link to comment Share on other sites More sharing options...
JamesFletcher Posted Thursday at 10:40 AM Share Posted Thursday at 10:40 AM You're on the right track! Adjusting PHP settings should help. Link to comment Share on other sites More sharing options...
Warran Posted Thursday at 02:15 PM Author Share Posted Thursday at 02:15 PM Update: I've uncovered the following error: session_write_close(): Failed to write session data using user defined save handler. (session.save_path: /var/cpanel/php/sessions/ea-php82, handler: write) in <b>Unknown</b>on line <b>0</b> Any thoughts? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now