PDA

View Full Version : FIX - VBulletin 3.8 mods; Warning: fetch_template() calls should be replaced by the v


juhler
01-20-2011, 09:52 AM
Well this is just a quick fix if you just want the warning text to go away. You should ofc take the time to re-write the mods, but if its working as it should and you just want to remove the errors you can do this:

Open the xml find and replace all:

eval(

with:

@eval(

Remember this just remove the error text it does NOT fix the problem itself.