![]() |
also is this script XHTML compliant?
when i check my site for compliancy i get these errors: Quote:
|
Quote:
Yes it is certainly possible, I just need some time to do it. (been flat out since the new baby) Quote:
Im a tad uneducated (and lazy) when it comes to XHTML compliance :( |
congrates on the new baby ;)
I found time today anyways and modifed the script and its almost 100% validated on my site except from 2 errors i made myself modifying the layout. One problem i am having is with the link showing double // for example when a unregisterd user clicks register they r sent to this link: http://www.bluepearl-design.com/forums//register.php?s= Here is a link to the test page using this script: http://www.bluepearl-design.com/test.php |
Hi Billspaintball,
I get this error, only when I'm not logged. Code:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /includes/functions.php on line 4259 EDIT: fixed!!:cool: |
Fatal error: Cannot use object of type vB_Database as array in /public_html/admin/common.php on line 53
line 53: $udb->start($db['host'],$db['user'],$db['pass'],$db['name']); because i have another sql database for my site that it calls it does this. How can i stop it from trying to make a vb array database? Thanks. |
any ideas why i am getting double // in my urls? been trying so many different combinations of paths and i just cant seem to figure it out hehe
|
Quote:
|
either change this $forumpath = "http://www.yoursite.com/forums/";
to $forumpath = "http://www.yoursite.com/forums"; or go into the login_inc and find You have to <a href=\"".$forumpath."/register.php?s=$session[sessionhash]\" take out that / in front of register You have to <a href=\"".$forumpath."register.php?s=$session[sessionhash]\" should be this. |
Quote:
I think you got this error because vbulletin has a variable called $db. Try to rename your variable, $db_site instead of $db. |
Quote:
|
All times are GMT. The time now is 08:07 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|