Quote:
Originally Posted by ForceHSS
it goes to line 8557 so i dont know what functions.php you are looking at
line 23 of product-gcheckout-1.01.xml
PHP Code:
plate name="subscription_payment_gcheckout" templatetype="template" date="1283011303" username="CaseLogic" version="1.01"><![CDATA[ <input type="hidden" name="item_name_1" value="<phrase 1="$subinfo[title]">$vbphrase[x_subscription]</phrase>"/>
line 4734 of functions.php
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
try a fresh install see if that replaces the missing code
|
I replace the codes with what you have given me, correct? I currently replaced line 23 with the code you gave me, now on line 4734, it says:
[
PHP Code:
trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING);
Replace it with what you gave me?
PHP Code:
LEFT JOIN " . TABLE_PREFIX . "userlist AS userlist ON (userlist.relationid = user.userid AND userlist.type = 'buddy' AND userlist.userid = " . $vbulletin->userinfo['userid'] . ")
Thanks for the help!!!!