Warning: mysql_connect(): Host 's1.meesterlijk.nl' is not allowed to connect to this MySQL server in /home/httpd/vhosts/paone.nl/httpdocs/drupal/includes/database.mysql.inc on line 12
Host 's1.meesterlijk.nl' is not allowed to connect to this MySQL server.
Upon logging in or out, the user is greeted with the following error message:
warning: Cannot modify header information - headers already sent by (output started at /home/nolagay/public_html/drupal/themes/xtemplate/xtemplate.theme:209) in /home/nolagay/public_html/drupal/includes/common.inc on line 472.
The user is logged in/out, but you have to manually go back to the home page.
Any ideas what I may have done? I checked for white space at the end of my user.module, and that wasn't it.
When I try to add this RSS feed to Drupal I get the following error
warning: fopen("http://www.domin.se/wiki/index.php?action=rss", "r") -
Success in /home/unnnn/web/modules/import.module on line 313.
Home » administer » content » syndication
RSS/RDF
Status: failed to parse RSS feed '': no data.
If I try to add a WikkiTikkiTavi RSS feed from another domain it works without problems.
My guess is that the rewrite rules or some other part of Drupal is doing something with the url when the wiki is in the same domain.
At the first login (superuser) I put the username and email address where required and press "Create New Account". I get an immediate error message "The URL is not valid and cannot be loaded". Other usernames and other email's fail as well. Can someone help please?
I have a (probably silly) question concerning virtual hosts. I'm creating a series of sites which all use different databases. That part already works perfect and I'm beginning to love Drupal for not making me reinvent the wheel. But, the problem I'm encountering is dealing with paths. For example, with the image.module, you pick the images directory which is relative to the index.php of the Drupal application itself instead of some virtual root. With the suggested documentation, you have Apache's virtual configuration point to the same site for each site.
I finally figured out a way to bring my postnuke content over to drupal.. over 400 posts. But now, when I try to post a new blog entry, it's giving me "user error: Duplicate entry '8' for key 1" Seems like it's trying to put the entry into position 8 instead of after the last entry (it should be going into position 414)
Is there a way to tell it to start at 414 now instead of 8 (which is where it was before I imported the posts)