Page 1 of 1

PHPFox Installation Error

PostPosted: 13 Jul 2014, 08:15
by Landman
I've done quite a thorough comparison between arrowchat and cometchat.

It seems arrow chat was the winner. After downloading the trial and then following the installation guide to get it setup.

After entering all the correct information on the configuration screen and then "Next" I receive this error:

Oops! There is an error:
Your table prefix is incorrect. We tried to retrieve information from the table "phpfox_" and could not do so. You might also receive this error if you're not using the same database that your exisiting integration is on. Please check the prefix and consult the ArrowChat documentation if you continue to have problems.

Could this be an issue related to IonCube? I see no reason why it shouldn't work... Any assistance would be appreciated. Otherwise, I'll settle with cometchat.

PostPosted: 13 Jul 2014, 08:18
by Landman
Oooh... I see, the prefix should be specified as phpfox_user. :)

PostPosted: 13 Jul 2014, 09:02
by Landman
Can someone tell me if this is the correct configuration for PHPFox?

define('DB_USERTABLE','user');
define('DB_USERTABLE_NAME','user_id');
define('DB_USERTABLE_USERID','user_name');
define('DB_USERTABLE_AVATAR','user_image');

define('DB_FRIENDSTABLE','friend');
define('DB_FRIENDSTABLE_USERID', 'user_id');
define('DB_FRIENDSTABLE_FRIENDID', 'friend_id');
define('DB_FRIENDSTABLE_FRIENDS', 'list_id');