Hi,
I already share one MySQL DB trough Drupal & Gallery2 and I have configured both applications to uses prefixes ( 'dr5_' for drupal & 'g2_' for Gallery2). When I try to create the "prefixed" tables for "domain access" sub-domains, it fails and generates some error code :
# user warning: Unknown table 'aggregator_category' query: CREATE TABLE domain_3_aggregator_category LIKE aggregator_category in /home/collec83/public_html/includes/database.mysql.inc on line 172.
Regards
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | domain_prefix.patch | 6.69 KB | agentrickard |
Comments
Comment #1
agentrickardI suspected this would happen. I'll take a look.
Comment #2
agentrickardGot it working. Will post a proper patch later.
Comment #3
agentrickardPatch, as promised.
Comment #4
lpirotte commentedI'm not familiar with PHP, CVS, Drupal API's & Drupal table structure. If there is a simple way to apply the patch to a beta6 version, I agree to test it on my config. Otherwise, I will wait for beta7.
Regards
Comment #5
skizzo commentedneither am I :-)
If you have ssh access to your server,
a simple way to apply a patch is
described in http://drupal.org/patch/apply
Comment #6
agentrickardThis is now in beta 7.