PDA

View Full Version : PHP Strict Standards: Declaration of vB_ProfileBlock_vBSEOLikes::block_is_enabled()


ufuk61
03-31-2022, 03:02 PM
php 5.4
Vbulletin version 3.8.9
vBSeo 3.6.0


vBSeo I get a warning like this when looking at like notifications.

http://site.com/uye/1.html?tab=likes_received#likes_received


PHP Strict Standards: Declaration of vB_ProfileBlock_vBSEOLikes::block_is_enabled() should be compatible with vB_ProfileBlock::block_is_enabled($id) in C:\xampp\htdocs\forums\vbseo\includes\functions_vb seo_ui_profile.php on line 51

ufuk61
03-31-2022, 06:24 PM
I found the solution.

find:
function block_is_enabled()


replace with this
function block_is_enabled($id)