Is there a way to print the developer documentation? There were print-friendly pages for the regular documentation pages but it doesn't look like there is an easy way to print the API documentation and other stuff that I would like to have on paper.
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.
Warning: mysql_connect(): User peter_n_drupaluser has already more than 'max_user_connections' active connections in /home/peter_n/public_html/includes/database.mysql.inc on line 31
User peter_n_drupaluser has already more than 'max_user_connections' active connections
I have searched the forums, but not found any answers. The site does not seem overloaded (far from it) and a suggestion to check the mysql settings with phpinfo look reasonable to me:
Directive Local Value Master Value
mysql.allow_persistent Off Off
mysql.connect_timeout 60 60
mysql.max_links 100 100
mysql.max_persistent 10 10
mysql.trace_mode Off Off
This could well be a shared hosting issue, so I've logged a support ticket (I will report back on that).
One thought I had was that running cron.php was taking up connections, but that doesn't seem likely as I run it once an hour.
So, I've started using the Shortcuts module which I love (and it brings taxonomy to life)... I select a menu option, it displays the menu and I choose a submenu... it displays the one story that has that taxonomy term. The story that's displayed is authored with links at the bottom of it - everything down to the links get displayed but the links don't show up! Why not?!?
I want to move from my current URL to a new one, I have the URL's all pointing to the account. I want to know, if there a way to make the new URL the main one (I know chnage the config file) but still have my old links to work?