vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   adding tables to the vb database (https://vborg.vbsupport.ru/showthread.php?t=223294)

desie310 09-16-2009 12:13 AM

adding tables to the vb database
 
I'm using vba to add pages which contain mysql queries for a separate database and ... it doesn't work. It seems that vba only wants it's content to access vb's forum database. So would it be possible to add the tables from the other database to the vb forum database?

Lynne 09-16-2009 03:02 AM

Usually when you install vba, it is to the same database that vbulletin is using. If you didn't do that, you really should be asking for help over at the vba forum.

desie310 09-16-2009 03:12 AM

I actually just figured out what the problem was. The variable I used that stored the connection parameters of the non-vb database caused the errors. I was using:

PHP Code:

$db = new mysqli('w''x''y''z'); 

and got this error:

Quote:

Content Encoding Error

The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
When I changed $db to any other variable name the error disappeared and everything was fine. It must have been conflicting with a vb or vba global variable or something. I'm not sure.

*edit - actually $db would be an object, not a variable (me = noob). But I still don't know what the issue there was, I still guess the namespace was taken.


All times are GMT. The time now is 05:53 PM.

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.00962 seconds
  • Memory Usage 1,713KB
  • 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
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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