vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   import file problem (https://vborg.vbsupport.ru/showthread.php?t=191155)

windrider07 09-17-2008 07:59 PM

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

Line 15 says:

Code:

        $a = mysql_query("SELECT * FROM forum");
Line 16 says:

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

Line 47 says:

Code:

$a = mysql_query("SELECT * FROM user");
Line 48 says:

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

Line 112 says:

Code:

$a = mysql_query("SELECT * FROM forum_post");
Line 113 says:

Code:

        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

Quote:

Originally Posted by KillerStefan (Post 1624362)
Try rovobcom_a247

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


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
  • Page Generation 0.01102 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (9)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete