28
Quote:
It completed just fine, but keep in mind I forgot to do the following steps:
# Delete the following folders and files:
* class/smarty/core
* class/smarty/plugins/resource.db.php
My question is, should I redo 2.0.14 because of that?
No, you can even let them if you want to... The point is that 2.0.14 contains a more recent version of the Smarty template engine, and that the Smarty devs decided to rename the "core" folder to "internals".
So, at this point you must have:
- the old (unused) Smarty files in class/smarty/core
- the new Smarty files in class/smarty/internals
So, you could keep the old files, but it's more clean to delete them.
And it's same for
resource.db.php: XOOPS devs moved XOOPS-specific plugins to a "xoops_plugins" folder.
And for the prviewing: I looks like it's a known issue. David said that using the 2.0.13.2 should do it (maybe not the 2.0.7 one tho). If I remember correctly, there a link to the correct file in the 2.0.14 news comments.