Log in

View Full Version : Using a 3.8 addon in 4.0


SECTalk.com
09-17-2010, 08:43 PM
And the only problem I have come across is this templating error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: xxxx in [path]/includes/functions.php on line 4007

Can you point me in the direction of what I need to change to have this function properly? I get about 5 of these errors.

Also a: Parse error: syntax error, unexpected T_STRING in /path/public_html/boards/mod_file.php(150) : eval()'d code on line 2

borbole
09-17-2010, 09:04 PM
And the only problem I have come across is this templating error:

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: xxxx in [path]/includes/functions.php on line 4007

Can you point me in the direction of what I need to change to have this function properly? I get about 5 of these errors.

Also a: Parse error: syntax error, unexpected T_STRING in /path/public_html/boards/mod_file.php(150) : eval()'d code on line 2

Try to ask at that mod''s own thread.

SECTalk.com
09-17-2010, 09:12 PM
Try to ask at that mod''s own thread.

I can't. It's a custom addon for our site. Please see my thread in the paid services forum if you would know how to fix it. Willing to pay.

borbole
09-17-2010, 09:23 PM
I can't. It's a custom addon for our site. Please see my thread in the paid services forum if you would know how to fix it. Willing to pay.

Ah, I didn''t know that. Anyway, the template system has changed in vb 4x. Personally I don''t have the time required to look into this deeply right now but have a look at this article. It will help you a lot.

https://vborg.vbsupport.ru/showthread.php?t=228078