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

quicksketch’s picture

Category: bug » support

and then I got a error of http 500 on a vps of nginx 1.26 php 5.3.1

Could 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_limit in php.ini on your server.

quicksketch’s picture

ywq111’s picture

My 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.

quicksketch’s picture

Status: Active » Closed (fixed)

Thanks for the follow-up.