I am using front end uploads to control a photo gallery within our webpage. Users have the ability upload images from the frontend once logged into the page.
When we upload a large photo (approx 2000px x 2000px ) the webpage crashes. I can see the image successfully uploaded in the "front end uploads" module. However, the author appears to be sometimes blank or something different then the usual authors email.
If we limit the file size "dimensions" to 1000px x 1000px everything works fine. Image uploads and webpage does not crash. I cannot find anything in the module that is restricting the size of the images?
- Any help here would we appreciated.
webpage is http://welsfordvfd.com/gallery.html
[Solved] Front End Uploads - Image Help
-
welsfordvfd
- Forum Members

- Posts: 20
- Joined: Tue Dec 16, 2014 4:48 pm
[Solved] Front End Uploads - Image Help
Last edited by welsfordvfd on Thu Jan 15, 2015 8:11 pm, edited 1 time in total.
Re: Front End Uploads - Image Help
Sounds like a memory issue to me. Posting your system information would probably assist, see my signature:
To copy System Information to the forum:
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
https://docs.cmsmadesimple.org/troubles ... nformation
CMS Made Simple Geekmoots attended:
Nottingham, UK 2012 | Ghent, Belgium 2015 | Leicester, UK 2016
-
welsfordvfd
- Forum Members

- Posts: 20
- Joined: Tue Dec 16, 2014 4:48 pm
Re: Front End Uploads - Image Help
Here is my server information:
----------------------------------------------
Cms Version: 1.11.11
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
ModuleManager: 1.5.8
News: 2.14.4
Search: 1.7.11
ThemeManager: 1.1.8
Album: 1.10.3
FormBuilder: 0.8
Captcha: 0.5.0
CGExtensions: 1.42.2
FrontEndUsers: 1.24.1
CustomContent: 1.10
TinyMCE: 2.9.12
CGSimpleSmarty: 1.7.4
Uploads: 1.18.4
ListIt2: 1.4.1
ListIt2utubes: 1.4.1
CGUserDirectory: 1.4.4
CGGoogleMaps: 2.4.7
Guestbook: 1.4_RC2
CGFeedback: 1.6.7
MicroTiny: 1.2.7
JQueryTools: 1.2.6
Products: 2.21
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 20000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.13
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 32M
max_execution_time: 120
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /home/users/web/b2870/ipg.welsfordvfd/cgi-bin/tmp (0755)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.40
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found
----------------------------------------------
----------------------------------------------
Cms Version: 1.11.11
Installed Modules:
CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
ModuleManager: 1.5.8
News: 2.14.4
Search: 1.7.11
ThemeManager: 1.1.8
Album: 1.10.3
FormBuilder: 0.8
Captcha: 0.5.0
CGExtensions: 1.42.2
FrontEndUsers: 1.24.1
CustomContent: 1.10
TinyMCE: 2.9.12
CGSimpleSmarty: 1.7.4
Uploads: 1.18.4
ListIt2: 1.4.1
ListIt2utubes: 1.4.1
CGUserDirectory: 1.4.4
CGGoogleMaps: 2.4.7
Guestbook: 1.4_RC2
CGFeedback: 1.6.7
MicroTiny: 1.2.7
JQueryTools: 1.2.6
Products: 2.21
Config Information:
php_memory_limit:
process_whole_template:
max_upload_size: 20000000
url_rewriting: mod_rewrite
page_extension: .html
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true
Php Information:
phpversion: 5.3.13
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 32M
max_execution_time: 120
output_buffering: On
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 20M
upload_max_filesize: 20M
session_save_path: /home/users/web/b2870/ipg.welsfordvfd/cgi-bin/tmp (0755)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)
Server Information:
Server Api: cgi-fcgi
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.40
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found
----------------------------------------------
Re: Front End Uploads - Image Help
Seems pretty low to me.memory_limit: 32M
increase the limit or contact your host 64MB of 128MB.
Image manipulation needs memory. The fact that smaller images do work makes I'm pretty sure it's a memory issue.
-
welsfordvfd
- Forum Members

- Posts: 20
- Joined: Tue Dec 16, 2014 4:48 pm
Re: Front End Uploads - Image Help
Bumped the memory up to 128MB and it works perfectly now. Thanks for the help!

