In the log, a warning message recurrently appears stating that the page "public/sites/default/files/languages/es_VKrtA8ZoNP4geeutm_GRmMBPvKLMjDcwa1gh2Az4oyo.js?lxp88a" was not found. I've reviewed in the server the files at the public/sites/default/files/languages/ path and found a js file that has a different name than the one stated in the log message.
How do I correct this?
Thanks,
Spencer
edited by silverwing - adding spaces to title so it wouldn't break layouts
I've been working for this site for a while, and the theme & modules are both quite custom. I was working on it tonight when my node add/edit pages began white screening out of no where.
I disabled my theme and all my custom modules. Nothing. Stripped a few unnecessary modules. Nothing. The site seemed to work alright BUT the node edit&add pages.
I edited my index.php to enable error reporting and the pages where spitting out a memory limit error.
I've got a Views implementation with exposed filters. When the page initially loads, it basically returns a 'null' set of nodes. Using the exposed filters immediately will display results, even when returning to the initial filter settings that the page loaded with in the first place. I'm figuring I've got some sort of 'settings' issue with the initial page load. What should I be looking at?
I've successfully created private files programmatically but with no one allowed to access them. How do I allow users or roles permission to view private files?
i'd like to have a multiple-choice field that dynamically generates its options based on a list of nodes instead of a taxonomy vocabulary, and links the tag to the corresponding page\node instead of the default taxonomy term page.
For example...
I have a content type named "ingredients", containing 2 fields (title, description) and 3 nodes: "carrots", "apples", "bananas".
I have a content type named "recipes", containing 3 fields (title, descriptions, ingredients) and one node: "apple pie".