View Single Post
  #1  
Old 04-04-2003, 08:59 AM
 
loopit loopit is offline
 

Advanced Member
  
Join Date: Apr 2003
Posts: 32
 

Default Smarty Fatal Error? HELP!!!

I just set up X-CART on my site and everything checked out fine in the install, but then at the end when it said to preview it, it came up with this error:

Fatal error: Failed opening required '//Smarty-2.3.0/Smarty_Compiler.class.php' (include_path='') in //Smarty-2.3.0/Smarty.class.php on line 1084

This comes up whenever I try accessing the customer directory or any other page. I wrote support last night and they wrote back with:

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 = ".:.."

Unfortunately, I cannot modify the php.ini file. Is there any other way around this?

Any help would be greatly appreciated.
Reply With Quote