PDA

View Full Version : Problem with 2 x pixelpost on one MySQL


Rosen97
06-14-2006, 03:21 PM
I want to make 2 pixel post pages on one domain with one MySQL.

I have installed pixel post i 2 folders on my domain. But the newest install is overruling the oldest install. When i am making some changes in the new installation the changes are also taking effect in the old installation. The changes could be like uploading some pictures, making new folders ect...

Is it possible to use pixels post twice on one domain??

I want to make it like this.
www.mydomain.com/private/
www.mydomain.com/pixelpost/

/Rosen97

Joe[y]
06-14-2006, 03:53 PM
yeah.. you can even use pixelpost in the same database... you MUST make sure the table prefix for each installtion in includes/pixelpost.php is different though.

Connie
06-14-2006, 10:45 PM
I have 15 different PP installations at one server, for test purposes
the only thing you have to take care of is to have different tablenames for each installation

so give each installation a separate prefix for the tablenames, you define that in pixelpost.php

like this example:

$pixelpost_db_prefix = "skdlfö _pixelpost_";