Quote:
Originally Posted by Jiggles
Yeah I saw that but where do I set that option? I don't know where to find the $phpAds_config setting.
|
Look for config.inc.php in the folder where phpAdsNew is installed. In there you'll find all the settings including the one for compatibility_mode.
PHP Code:
.
// Database compatibility mode to insure phpAdsNew
// won't disturb an available database connection
$phpAds_config['compatibility_mode'] = true;
Alternatively, you may use phpAdsNew to change the setting via the Admin interface.