I have a well functioning drupal site at http://peter.karlberg.org (all content in swedish but everything else in english because I havn't finished the translation yet - swedish is now optional for registered users). I do have one problem which relate to the Forum modul. The contributions to the forums (i.e. comments) are not displayed correctly - no linebreaks and they got the following message:
The default installation of the image module automatically creates links to the original image nodes for thumbnails that are inserted into story nodes using the defined image filter syntax. When [image:23,left,5,5,1] inserted in a node, the tumbnail displayed in the story node links to the original image node.
I would love to turn this off and have the thumbnails simply displayed with no link to the original image node.
I'm new to all of this and don't really know what I'm doing. I unzipped the files and uploaded them to mydomain.com/drupal. However, I get the error "Warning: mysql_connect(): Access denied for user: 'drupal@localhost' (Using password: YES) in /home/alforish/public_html/drupal/includes/database.mysql.inc on line 12
Access denied for user: 'drupal@localhost' (Using password: YES)"
I set up a mysql account for user drupal, but it created it as mydomain_drupal instead of just drupal. Is this what is going wrong? How can I fix this?
Hello,
I managed to install drupal and everything is working fine so far. THANKS for the great work !!
However, the first problem I stumbled upon has to do with commenting. I created two accounts, the admin and a user. Logged in as the user, I wrote a blog entry. When I try to comment that as admin, I get the following error notice:
---
Fatal error: Call to undefined function: comment_moderation() in /path/to/server/public_html/themes/goofy/goofy.theme on line 145
---
I am running drupal 4.2 under iis and php4.3.1. When I click on edit links in the header I get a 500 internal server error. I have checked and magic quotes is off. Any suggestions as to how I can correct this. I want to have links as per marvin, or as per drupal.org.