PDA

View Full Version : Error after upgrading


Khalid-B
07-31-2010, 01:57 PM
getting error after upgrading from 3.8.6 to latest vb4 ..

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

any idea ?

Thanks

KevinL
07-31-2010, 01:58 PM
Did you delete your old styles before upgrading?

Khalid-B
07-31-2010, 02:09 PM
no , i deleted it but after upgrading

--------------- Added 1280591125 at 1280591125 ---------------

Problem solved ............. CLOSED

TNCclubman
07-31-2010, 04:00 PM
can you share your solution for people searching the forums in the future?

Khalid-B
07-31-2010, 04:48 PM
yes why not...


i just removed this line "" trigger_error('fetch_template() calls should be replaced by the vB_Template class. Template name: ' . htmlspecialchars($templatename), E_USER_WARNING); ""

from /includes/functions.php and every thing working fine now.