The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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 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 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 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 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 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 Code:
$a = mysql_query("SELECT * FROM forum_post"); Code:
while ($b = mysql_fetch_array($a) ) Any ideas? |
#2
|
|||
|
|||
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. |
#3
|
|||
|
|||
Try rovobcom_a247
|
#4
|
|||
|
|||
That is what I had down in /vbforum/includes/config.php
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|