Log in

View Full Version : import file problem


windrider07
09-17-2008, 07:59 PM
When I try and import my PHPFox users to my vBulletin forum, I get the following errors:

Step 1 of import:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'rovobcom'@'localhost' (using password: NO) in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 15

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 15

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 16

Line 15 says:

$a = mysql_query("SELECT * FROM forum");

Line 16 says:

while ($b = mysql_fetch_array($a) )


Step 2 of import:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'rovobcom'@'localhost' (using password: NO) in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 47

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 47

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 48

Line 47 says:

$a = mysql_query("SELECT * FROM user");

Line 48 says:

while ($user = mysql_fetch_array($a) )


Step 3 (final step) of import:

Warning: mysql_query() [function.mysql-query]: Access denied for user 'rovobcom'@'localhost' (using password: NO) in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 112

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 112

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home1/rovobcom/public_html/a247/plugins/vbulletin/install/import.php on line 113

Line 112 says:

$a = mysql_query("SELECT * FROM forum_post");

Line 113 says:

while ($b = mysql_fetch_array($a) )


Any ideas?

Opserty
09-17-2008, 08:04 PM
You should ask questions about impex in the ImpEx support forum at vBulletin.com

Regarding your problem, triple check your config.php db settings or whichever settings ImpEx uses.

KillerStefan
09-17-2008, 08:09 PM
Try rovobcom_a247

windrider07
09-17-2008, 09:14 PM
Try rovobcom_a247

That is what I had down in /vbforum/includes/config.php