The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Warning error
Hey, well for some reason I am getting a warning message;
Code:
Warning: mktime() expects parameter 4 to be long, string given in ..../includes/class_userprofile.php on line 260 Thanks in advance. |
#2
|
|||
|
|||
What version of vb4?
What version of PHP? This could also be just an invalid data entry, which was not properly validated. Does it happen after anyone is envoking that page? PHP 5.1.15 and earlier had this bug, but that is a pretty early version of PHP at this point. It is not the kind of error I would want suppressed. |
#3
|
|||
|
|||
add the following line to the top of your /includes/config.php file under the <?php line:
Code: Code:
define('SKIP_ALL_ERRORS', true); |
#4
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|