Created MySQL database
Changed Unix permissions to 777
Pointed web browser at mydomain/shop/ (real address not given here)
Get the following error:
Code: Select all
Notice: Use of undefined constant DIR_LIBRARY - assumed 'DIR_LIBRARY' in ..../shop/index.php on line 37
Warning: main(DIR_LIBRARYlocator.php) [function.main]: failed to open stream: No such file or directory in .../shop/index.php on line 37
Warning: main(DIR_LIBRARYlocator.php) [function.main]: failed to open stream: No such file or directory in ..../shop/index.php on line 37
Warning: main(DIR_LIBRARYlocator.php) [function.main]: failed to open stream: No such file or directory in ..../shop/index.php on line 37
Fatal error: main() [function.require]: Failed opening required 'DIR_LIBRARYlocator.php' ..../shop/index.php on line 37
require(DIR_LIBRARY . 'locator.php');
There is no file called locator.php in the OpenCart package.