Page 1 of 1

Error after Advanced Multi Level Affiliate System module

Posted: Wed Oct 11, 2017 9:59 pm
by hrisi87
Hello, After I installed Advanced Multi Level Affiliate System module show me this error message "Parse error: syntax error, unexpected 'private' (T_PRIVATE) in D:\xampp\htdocs\opencart\vqmod\vqcache\vq2-admin_controller_sale_order.php on line 5322". Are anybody have suggestion how to fix? I'm using version 1.5.6.4 if does matter.

Re: Error after Advanced Multi Level Affiliate System module

Posted: Thu Oct 12, 2017 2:09 am
by yodapt
You should contact the extensions author, to fix it for you.

Re: Error after Advanced Multi Level Affiliate System module

Posted: Thu Oct 12, 2017 9:38 am
by ocmta
Edit the file vqmod/xml/multi_tier_affiliate_system.xml

Line 3096, replace:

Code: Select all

 <search position="before" offset="1"><![CDATA[?>]]></search>
with:

Code: Select all

 <search position="before"><![CDATA[function index(]]></search>

.

Re: Error after Advanced Multi Level Affiliate System module

Posted: Thu Oct 12, 2017 11:38 am
by hrisi87
ocmta wrote:
Thu Oct 12, 2017 9:38 am
Edit the file vqmod/xml/multi_tier_affiliate_system.xml

Line 3096, replace:

Code: Select all

 <search position="before" offset="1"><![CDATA[?>]]></search>
with:

Code: Select all

 <search position="before"><![CDATA[function index(]]></search>
.

Woow a lot of thanks, Its work perfectly now. :))