Support Forum
You will need to edit the importer script and that should be enough.
In the /importers folder is the vbulletin.php file and down on line 46 is this line of code:
$def->required = 'dbname,dbuser,dbpass,dbhost,dbbasepfix,dbpassoption';
if you remove the prefix option then it should pass:
$def->required = 'dbname,dbuser,dbpass,dbhost,dbpassoption';
Try that....
YELLOW
SWORDFISH
|
Okay, that much worked, now we're onto another problem. It got part of the way through the import and it kicked up a long string of errors, here are the first few:
Warning: mysql_ping() [function.mysql-ping]: Access denied for user 'root'@'localhost' (using password: NO) in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-error.php on line 145
Warning: mysql_ping() [function.mysql-ping]: A link to the server could not be established in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-error.php on line 145
Warning: mysql_affected_rows() [function.mysql-affected-rows]: Access denied for user 'root'@'localhost' (using password: NO) in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-wpdb.php on line 227
Warning: mysql_ping() [function.mysql-ping]: Access denied for user 'root'@'localhost' (using password: NO) in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-error.php on line 145
Warning: mysql_ping() [function.mysql-ping]: A link to the server could not be established in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-error.php on line 145
Warning: mysql_affected_rows() [function.mysql-affected-rows]: A link to the server could not be established in /problem-with-post-edit-buttonome/cinagro/public_html/wp/wp-content/plugins/simple-press/sp-api/sp-api-wpdb.php on line 227
are you using root with no password on a live mysql db??
are both db on the same server? they must be...
Visit Cruise Talk Central and Mr Papa's World
I'm not sure I know what you mean. The forum is not on the root, but in its own directory, /forum. I entered the database un/pw into the importer form. It's localhost. It's on the same server I've just installed wp to. When I go to try again, how can I erase everything that's been imported during this failed attempt?
Thanks!
so both the vbulletin and simple press installs are on localhost?
Visit Cruise Talk Central and Mr Papa's World
You wouldn't be messing with the vBulleitin settings at all. the question is whether the databases are both set up to enable the same set of user accounts and that is a server thing.
I am not even sure if this will resolve the issue as I have no real idea why the issue is happening except I see the username being used. using cpanel you should be able to grant access to both databases using the WordPress config settings and that should help I believe
YELLOW
SWORDFISH
|
1 Guest(s)