PDA

View Full Version : $relpath errors on custom page with additional mysql connection


bzcomputers
11-24-2013, 10:13 AM
I have quite a few custom pages on my site and they all work but in Debug Mode any custom page which connects to another mysql database I have (separate from the vb database) has these errors showing:

Notice: Undefined property: vB_Registry::$relpath in /home/xxx/public_html/forum/includes/class_core.php on line 2780

Notice: Undefined variable: fragment in /home/xxx/public_html/forum/includes/class_core.php on line 2858

The pages display fine pulling information from both the vb database and the separate database, but something is wrong for these errors to be showing.