I am brand new to Drupal, so I may be missing the obvious but I have been through all of the administration areas, searched help and searched the forum without finding an answer.
On the menu (in the left border) it has a link for books and for forums which link to an index page for those types of entries. I can not find a similar link for stories and pages.
Is it possible to add a link for stories and pages and if not how does one find stories and pages?
I'd like to have a gallery node showing all images contained within Stories, Blogs etc... shown on one page, a sort of 'image sitemap' if ya like, with links to the relevant post they originate from.
I reckon I could use to cron to scan the image folders, I just can't work out how to get the images into the 'All Images' node.
I hope I've explained it clear enough, I'm still getting used to Drupal and the terms used (node & taxonomy are two I struggle to get round).
This is a solution, not a question. I had to do quite a bit of research to come up with a procedure to fix this headache. Hopefully this post will make it easier for the next person who gets this error.
Platform: Linux.
Problem: All of the 'Administer' pages, except 'Administer Modules', work fine. When trying to access Administer Modules, the following error occurs: "... Zero Sized Reply ..." (plus other miscellaneous, less relevant text).
Solution: Modify the php.ini file to allow more memory to be allocated to the Administer Modules script. To make the change, use a text editor such as vi, pico, or any other plain text editor. Masochists prefer emacs.
Open the relevant php.ini file in the text editor. My php.ini file is /etc/httpd/438/php.ini (your mileage may vary).
Scroll to the "Resource Limits" section. My "Resource Limits" section, from the top of the file, was down 20% at Line 236 of 1128 (character 10226). --more --
Drupal is working like a charm!
However, whenever I try to include a new module it gives me the following error (it happens with any module, for example with tinymce).
warning: opendir(sites/default/modules/tinymce/tinymce): failed to open dir: Permission denied in /var/www/html/drupal/includes/file.inc on line 638.
I have read about file and folder permissions, I even 777 the whole site and still does not work.
Any ideas?
Can anyone tell me if and how it is possible to insert links in content to pages within drupal. I dont want to find out which node but I want to be able to select from a list of available content.
I use TinyMCE and the only thing I get is a basic link form. Who can help me out?
Or maybe there is an other editor that can do the trick?