Hi SpeedStreet,
I tried to integrate CPG1.2.1 with VBGold. I don't have a standard database name had to use what my ISP provided. I do have a running gallery but received "Fatal error: There was an error while processing a database query".
I'm not sure what info you want to see to help.
I replaced the section here with my database name and remove the slashes,
// define('UDB_INTEGRATION', 'mydbname');
Is that correct?
Thanks
rocket98
** addition
I may have solved my own issue on this line in vbulletin3.inc.php
// ------------------------------------------------------------------------- //
// Nothing to edit below this line
// ------------------------------------------------------------------------- //
// Prefix and names for the database tables
define('VB_TABLE_PREFIX', ''); // Leave empty, not supported by vBulletin 2.3
I simply added my database prefix and it seems to work. If I click login I get back to vbadvanced homepage where i don't yet have a link to head back to the gallery. Is that correct behaviour. Possible login/logout message in the gallery can just be removed and a link placed there for access back and forth to home page and elsewhere.
Thanks
|