Page 1 of 1
version 1.1 RC4 and 1.2.5 DEV runnig at the same time
Posted: Tue 7. Feb 2006, 15:03
by dick265
hi
can I have v1.1 RC4 and v 1.2.5DEV running at the same time?
Are there any specific settings regarding rights in the database etc that I need to observe?
Posted: Tue 7. Feb 2006, 17:36
by isac
if they are in different directories and same database but with different prefix. you can.
versions
Posted: Tue 7. Feb 2006, 21:07
by dick265
Hi
Your english is fine, better than my German

.
Can I change the prefix on the flight, that is, the prefixes now are the same. So what happens if I change them now?
and to what should I / can I change them?
DO you need my data for reference?
Dick
Posted: Wed 8. Feb 2006, 11:56
by isac
if you change prefix tables, you must "tell" phpwcms, must/add change it in config.inc.php
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "user";
$phpwcms["db_pass"] = "pass";
$phpwcms["db_table"] = "database";
$phpwcms["db_prepend"] = "RC4"; <---------- prefix (dont add _ here )
$phpwcms["db_pers"] = 0;
Maybe there is others ways to do it but try to export, open and rename tables like phpwcms_address to RC4_phpwcms_address and so on, and import again in phpmyadmin
be careful