X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   3.5.0: Please read if you're using a previous custom mod (https://forum.x-cart.com/showthread.php?t=5422)

B00MER 12-02-2003 01:31 PM

3.5.0: Please read if you're using a previous custom mod
 
any include statement with .. in it needs to be changed to $xcart_dir."/

Example:
Code:

include "../smarty.php";

Version 3.5.0 needs:
Code:

include $xcart_dir."/smarty.php";

New changes in 3.5.x will break any previous version custom mods, the above should fix the error "Can't to find template engine!".

Happy X-Mas! :wink:

jpsowin 12-02-2003 01:56 PM

Can't to find template engine!

All your base are belong to us!

B00MER 12-02-2003 02:03 PM

Move Zig!

:arrow: http://forum.x-cart.com/viewtopic.php?p=32605#32605

chikira 12-03-2003 06:33 PM

Thanks
 
Just converting all my custom mods... thanks for posting that fix!

leon 12-04-2003 07:13 PM

Hey, that might have to do with pages comming out in Blank, I am going to review and try it out.


All times are GMT -8. The time now is 07:13 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.