Page 1 of 1
[Solved] Front End Uploads - Image Help
Posted: Thu Jan 15, 2015 3:35 pm
by welsfordvfd
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
Re: Front End Uploads - Image Help
Posted: Thu Jan 15, 2015 5:16 pm
by paulbaker
Sounds like a memory issue to me. Posting your system information would probably assist, see my signature:
Re: Front End Uploads - Image Help
Posted: Thu Jan 15, 2015 6:35 pm
by welsfordvfd
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
----------------------------------------------
Re: Front End Uploads - Image Help
Posted: Thu Jan 15, 2015 7:51 pm
by velden
memory_limit: 32M
Seems pretty low to me.
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.
Re: Front End Uploads - Image Help
Posted: Thu Jan 15, 2015 8:09 pm
by welsfordvfd
Bumped the memory up to 128MB and it works perfectly now. Thanks for the help!