Support > cpg1.6 upload
Upload problem
lazlo:
I changed it to 1 gig but same problem. It has to be something else
ron4mac:
Quite strange!! You'll have to give me some greater access to your site. We can start with an admin account for your gallery (PM me with login). If that doesn't help find a solution, you may have to give me access to your files (I'll give you something to make that simple).
ron4mac:
The problem comes from the fact that your php memory_limit is set to -1 (I wasn't aware it could be).
In the file plugins/upload_h5a/initialize.inc.php, change line 41:
--- Code: --- $this->sys_max_chnk_size = min($this->to_bytes(ini_get('upload_max_filesize')), $this->to_bytes(ini_get('post_max_size')), $this->to_bytes(ini_get('memory_limit')));
--- End code ---
to:
--- Code: --- $this->sys_max_chnk_size = min($this->to_bytes(ini_get('upload_max_filesize')), $this->to_bytes(ini_get('post_max_size')));
--- End code ---
That should take care of your issue. Changes will be made to keep it from being an issue in the future.
lazlo:
Thank you Ron, this worked
Lazlo
Navigation
[0] Message Index
[*] Previous page
Go to full version