Hi, had a look 'round but couldn't see this specific error.
I'm adding book pages to my drupal site. They add ok without errors, and the pages are viewable, but they don't show up in the automatically generated index on the main book page, or in the book block.
If I view a page just under the top level, I get a breadcrumb back to the top level book page, but from the main book there's no sign of the page.
I'm curious if anyone is using Zend Studio to debug local installations of drupal? I've been using Zennd for development purposes for a while but just decided to try and make it work locally allowing me to debug code without actuallly running it on my server.
I managed to get the server up and running fine but can't seem to make it debug drupal. Any suggestions, tips, etc would be greatly appreciated. Please share your experiences with this product.
I want to create php page which having form tag and I want to submit that page.
How to specify action. Is is possible to do it using drupal.
Give me replay as early as possible.
I was wondering if anyone tackled this task before, coverting from postgres to mysql. Searching on google only seem to find results that go the other way. I was hoping for some help here before I attempt this myself.
I have Drupal 4.5.5 installed on Ubuntu, running fine. One wierd problem is with the TextArea on the admin pages - such as blocks, the site settings page etc.
What happens is that the width attribute for the textarea comes up as " 70 " instead of "70" when I do a "view source". I checked common.inc, and did not see anything out of place there either.
Everywhere else, the textarea comes up as required (for user pages). Any help will be appreciated. I also tried hacking it by modifying the drupal.css file, without any luck.