Hi All,
I have been having errors relating to line 2442 in language/en/lang.inc.php
The errors I recieved said that it was unable to find config.inc.php
Line 2442 reads include("config.inc.php");
I have changed this to include("/home/sites/web/cubecart/language/en/config.inc.php");
I am not sure if this is a bug in Cubecart or just relates to my server set up?
The comments say that line 2442 was added in V3.0.3
Is there anyway to make my edited code more dynamic?
Is this code change going to cause other problems?