This topic is locked

Difference in Local Table names and working Server

2/12/2007 2:27:07 PM
PHPRunner General questions
jimhnet author

I am using xammp for local to use with 3.1. When I create table with root or "host"(username I will install to on working server), it does not allow me to create a table which will work correctly on working server(virtual with only user login).
For instance table "_transactions" has to be "host_transactions" on the working server. How can I fix this so that I not only have

tables called as "host_transactions", but all of the php files created with the "host" tag as well. With 3.0 I just connected to

the working server and it automatically came out that way.
BTW, I love the Visual Editor.
Thanks

Jim Freeman

J
Jane 2/13/2007

Jim,
just connect to your working server in the PHPRunner 3.1.

jimhnet author 2/15/2007

Jim,

just connect to your working server in the PHPRunner 3.1.



Jane:
I had already done that and thats where I got the server not responding error message.
The problem was the "_" in front of the tables. I edited the dbcommon.php to show the "hosttransproc" db and renamed

all of the tables with the "
" in the front of the table name then everything worked fine.
Still cannot get the 3.1 connection directly to the working server to allow the server to respond. Works fine with 3.0.
Thanks
Jim

Alexey admin 2/16/2007

Jim,
I suppose you use "connect using PHP" mode in PHPRunner.

In this case upload phprunner.php that comes with version 3.1 to your site.

It has been changed since 3.0