MahdyE23 |
04-22-2013 03:15 AM |
Quote:
Originally Posted by ForceHSS
(Post 2417775)
Don't edit functions.php file you need to upload the default one redown load it from the members area and take out the functions.php file from the zipped pack
|
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
|