Just tried installing Drupal but the SQL script failed because one of the tables (the commemts table) already exists for a todo list manager I have. Some CMS's I have seen allow the user to specify a prefix for all tables which are installed with the CMS, so the comments table would become the myprefixhere_comments table. Hence avoiding conflicts. Is this possible with Drupal?
I just installed the latest ECommerce module with the latest version of drupal. When I add an item to the cart and try and check out by clicking on Continue to Payment Details, I get the following error message:
Validation error, please try again. If this error persists, please contact the site administrator.
Looking at the log, I have the following:
mkdir(files): Permission denied in /home/virtual/site9/fst/var/www/html/drupal/includes/file.inc on line 86.
Hi;
i am having this problem when i try to load drupal;
Notice: Undefined index: localhost in d:\Inetpub\wwwroot\drupal\includes\database.mysql.inc on line 31
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'username'@'localhost' (using password: YES) in d:\Inetpub\wwwroot\drupal\includes\database.mysql.inc on line 31
Access denied for user 'username'@'localhost' (using password: YES)
i have created the database using phpmyadmin, and setup the server and it is working with other applications like xoops and phpnuke.
drupal 4.6.3 image.module 4.6.0 on a LINIX server.
When I create content Image, I fill in all the blanks and browse to the .jpg file on my computer. When I click on submit the .jpg file is loaded into the /files/images/temp directory but then nothing else happens. No error messages. Nothing shows up anywhere.
I have a brand new install on Windows 2000 Server. I'm running Drupal 4.6.3 on Apache 2.0.54, PHP 5.0.5, and MySql 4.1. I haven't changed anything. I just created the first user, and then when I goto Administer >> Users >> Configuration, it just loads a blank white page. I went through the rest of the Administer navigation and click on the links and everything else seemed to load up fine.