Closed (fixed)
Project:
FileField Sources
Version:
7.x-1.7
Component:
General
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Feb 2013 at 14:28 UTC
Updated:
7 Jun 2013 at 15:40 UTC
I have install this module.
And then I want goto the content file field setting page
Structure -> Content Types -> [Type name] -> Manage Fields -> image filed --> edit
and then I got a error of http 500 on a vps of nginx 1.26 php 5.3.1
when I unchecked the file filed source ,then I can open this page with out any errors.
I have used jquery update module beacuse Nivo slider 3.2 recommend jquery 1.7.
I changed the jquery update setting to jquery 1.5, and it aslo have this problem .
I have enabled a module : File (Field) Paths .
Can anyone help me ?
Thank you !
Comments
Comment #1
quicksketchCould you check your error logs to determine what the source of the problem is? My guess is that the page is exhausting the available memory to PHP. Try increasing your setting for
memory_limitin php.ini on your server.Comment #2
quicksketchThis may also have been fixed by #1936836: Load includes for validation (Fatal error: Call to undefined function _filefield_source_attach_file_path_validate), which would also give an HTTP 500 error.
Comment #3
ywq111 commentedMy vps's memory is very litter,and my memory_limit in php.ini is set to 128M,and can not to increase。
I no longer use FileField Sources now, thank you very much.
Comment #4
quicksketchThanks for the follow-up.