![]() |
import file problem
When I try and import my PHPFox users to my vBulletin forum, I get the following errors:
Step 1 of import: Code:
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 Code:
$a = mysql_query("SELECT * FROM forum"); Code:
while ($b = mysql_fetch_array($a) ) Step 2 of import: Code:
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 Code:
$a = mysql_query("SELECT * FROM user"); Code:
while ($user = mysql_fetch_array($a) ) Step 3 (final step) of import: Code:
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 Code:
$a = mysql_query("SELECT * FROM forum_post"); Code:
while ($b = mysql_fetch_array($a) ) Any ideas? |
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. |
Try rovobcom_a247
|
Quote:
|
All times are GMT. The time now is 09:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|