Few Problems with the 3.6.8 Release

Guernica

New Member
I set my index.php variable $forumpath to a correct one and it gives me a database error when I go to the page.

Code:
http://www.apphell.com/

That is the site.

Also, when I try and view someone's profile, it loads but it seems like it doesn't load the CSS with it because none of the images are showing up on the page, just the basic bg colors, etc.

Example:
http://www.apphell.com/forum/members/apphell.html

Before I was getting some database error there as well...

Any help greatly appreciated!

Now I am getting this error whenever I try and go to a page:
Fatal error: Call to undefined function eaccelerator_get() in /home/uber/public_html/apphell.com/forum/includes/functions_vbseo.php on line 3833
 
Fatal error: Call to undefined function eaccelerator_get() in /home/uber/public_html/apphell.com/forum/includes/functions_vbseo.php on line 3833

Looks like you have coded something wrong as this:
Code:
/home/uber/public_html/apphell.com/forum/includes/functions_vbseo.php

should be:
Code:
/home/uber/public_html/forum/includes/functions_vbseo.php
 
No, it's right the way it is, cause it's an addon domain to my hosting. :)

I didn't code anything, I got this straight off vbteam's release.
 
I am still having a problem -> my header image isn't showing up on pages. Like /members/bgallz.html, the images' path is to that actual folder (members/images/misc/header.jpg). Any ideas?
 
Back
Top