To create the new prefix tables edit the SQL script that creates them and run is again. Regards Ron
InterNet Marketing Resource Center A Free Super Mart of Articles, Demos, Tutorials everything you need to Succeed on the net. www.inmrc.com
-----Original Message----- From: Emiliano [mailto:emiliano@novayork.com] Sent: Sunday, June 19, 2005 4:30 PM To: drupal-support@drupal.org Subject: Re: [drupal-support] New sites and db prefixes
Hi Tib!
If you set a db prefix in settings.php you must have all the tables with the same prefix in your database. You can have one installation without any prefix and many others with several prefixes.
That's it! ;-) Cheers, Emiliano.
Tib wrote:
Ok - so I have my first site, which has no prefix.. now how do I add another site with it's own prefix? I've extracted the drupal files into a new folder, verified that it has access to modrewrite, and configured the sites/default/settings.php to have a prefix of my choosing, and setup the .htaccess properly. But when I go to the web page it errors out telling me the tablespace for my prefix doesn't exist.
The handbook doesn't really cover this that I could find. Hopefully I'm just reading too fast and missing something obvious..?
<EOL> Tib