I'm trying to set up a D7 private file system, currently my private files are stored in /sites/default/files/private. This directory contains an htaccess file containing "SetHandler This_is_a_Drupal_security_line_do_not_remove
Deny from all"
I upload the file with file_save_upload, I move the file to my private directory with file_move($file, "private://"). The database file record is accurate and marks the file file as private, and it is in the correct directory.
I want to have a content type called 'budget'. This has fields
Period
Items
Quantity
Value
Total
Period is simply the time period for the the budget
Items is a referenced field from another content type – Items
Quantity is the amount of these items that will be required for the period
Value is a computed field for the cost (also from the Items content type)
Total is also a computed field for the sum of all the 'Values'
On the site i am working on, I have a content type stories that has an image field that supports mutiple images to be loaded. I have put a JQuery viewer on top of that. Works fine.
When the node displays in full mode, The images display in a vertical stack. I would like to have a grid of the images. Is this possible? Can someone point me in the right direction?
When i try update.php, i get white screen and then - 504 error.
And I have error in server`s log:
Cannot use a scalar value as an array in /modules/locale/locale.module on line 663