
04-23-2013, 02:01 PM
|
|
|
Join Date: Apr 2013
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MahdyE23
Oh my... So, I was going into my webhosting files to edit the error on line 4734..
I opened it in notepad and this is what it currently is:
PHP Code:
trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING);
I was going to switch it with this:
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
Then save, reupload the functions.php file and then test the mod.. Do I not do that? I thought that is what you said to do in your previous post
|
Still need help. Anyone  ?
|