PDA

View Full Version : 2 PHPDigs in 1 server? Installation problems


aladdin610
01-09-2006, 10:55 AM
Hi,

I'm trying to install PHPDig in one of my sites but when I try to open the ../admin/install.php page, I get this error message:

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/*******/www/*******/search/includes/config.php on line 289

See, I'm trying to install PHPDig in a site that shares a server with another site that already has PHPDig running. Would trying to have 2 PHPDigs running in the same server cause any problems? I'm also a total noob in PHP. The first instance of PHPDig was set up by some other guy.

What I'm trying to do is set up this instance of PHPDig for testing reasons. I want to have a product thumbnail for each search result.

Thanks a lot!

Charter
02-03-2006, 03:32 AM
Yes, you can set up two installs of PhpDig on the same server. Just specifiy a different table prefix for each install, and you can even use the same database. The parse error is just a typo in the config file. Try comparing the original config to the one you're editing.

aladdin610
02-04-2006, 06:25 PM
Thank you for your help.