The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hacked and favicon not showing
Ok, went into Styles & Templates -> Style Manager -> StyleVars and went into favicon. I put the FULL path to the favicon icon and hit save and get this:
Warning: Declaration of vB_DataManager_StyleVarDefn::delete() should be compatible with that of vB_DataManager::delete() in ..../includes/class_dm_stylevar.php on line 233 Warning: Declaration of vB_DataManager_StyleVar::save() should be compatible with that of vB_DataManager::save() in ..../includes/class_dm_stylevar.php on line 615 |
#2
|
||||
|
||||
As of vBulletin 4.2.2, notices and warnings are no longer suppressed by default like in previous versions of the software. This means that on some servers, you may see warnings that you never saw before. In order to stop them from showing, please add the following line to your config.php file under the <?php line:
PHP Code:
|
#3
|
||||
|
||||
Open your includes/config.php file and below <?php add the following.
PHP Code:
PHP Code:
This turns off the extra error reporting in php 5.3 & 5.4 (for strict & deprecated warnings), but will allow other important errors to show. |
#4
|
||||
|
||||
Thanks! I assume this is not a "bad" thing? Normal?
|
#5
|
||||
|
||||
Yeah it is just a PHP compatibility warning, no biggie.
But you should be running 4.2.2 pl4 for sure. |
#6
|
||||
|
||||
Yes, I am . Thanks again!
|
#7
|
||||
|
||||
Once 4.2.3 is stable, you can upgrade to that and remove that line from the config file.
|
#8
|
||||
|
||||
You could link the Favicon in the "headerinclude" template.
Before the closing </head> tag: Code:
<link rel="icon" type="image/png" href="http://example.com/favicon.png"> OR If your Favicon is in the same directory as your vBulletin forum: Code:
<link rel="icon" type="image/png" href="favicon.png"> Change the RED with where your Favicon is located. You can use the full URL or the local directory. You can also use ICO or PNG format for your Favicon. This is how I have my Favicon set on my vB forum. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|