[Plugin: WP-osCommerce] Symbiosis Mode not working…
-
Hi.
Have serious problems with activating symbiosis mode…
Done install of oscommerce.(experienced user of Oscommerce)
Done install of wordpress. (experienced user of wp)
Put plugin.php where it belongs.
Changed wposc-configure.php in symbiosis and set the WP sql data.
// ** Mode: SYMBIOSIS or STANDALONE ? ** //
define(‘WPOSC_MODE’, ‘SYMBIOSIS’);// ** if SYMBIOSIS : Your WordPress MySQL settings ? ** //
define(‘WORDPRESS_DB_NAME’, ‘xxxxx_wposc‘); // The name of the database
define(‘WORDPRESS_DB_USER’, ‘xxxxxxxxx’); // Your MySQL username
define(‘WORDPRESS_DB_PASSWORD’, ‘xxxxxxxx’); // Your MySQL password
define(‘WORDPRESS_DB_HOST’, ‘xxxxxx’); // Your MySQL Host
define(‘WORDPRESS_TABLE_PREFIX’, ‘wp_’); // Table PrefixI get error xxxxxx_oscwp.wp_options doesnt exist..
Why it wants to use OSCWP database while i set DBname WPOSC ???
Regards..
- The topic ‘[Plugin: WP-osCommerce] Symbiosis Mode not working…’ is closed to new replies.