I turned magic_quotes on via an htaccess file in the cart directory. I deleted everything and did a fresh install and when it ran the checks, everything turned out OK this time. I then installed it via the Command Line after unpacking the tar file.
It is still coming up with this error. I would think there has to be a way around this because I image that most of the users of X-CART do not have a server just for their site so there must be some other way.
I was told in a ticket last night that it isn't working because of the following:
That means PHP module can not include a file with Smarty class and you should correct include_path setting in php.ini. Try to set it to:
include_path = ".:.."
However, I can't change the php.ini file because it would affect hundreds of accounts and I don't want to mess anything up.
Any help would be greatly appreciated.
|