Colleagues, prompt please.
I cannot transfer the website to another domain within the same hosting.
All the files physically moved to a new directory.
Changed
define('OW_URL_HOME', 'http://mysite.com/');
in config.php
The AutoCorrect in the database dump has replaced all references to the old domain to the new one.
However, when you try to log on to the domain fails with the following:
Warning: require_once(/var/www/mysite.com/ow_includes/init.php) [function.require-once]: failed to open stream: No such file or directory in/var/www/mysite.com/index.php on line 30
Fatal error: require_once() [function.require]: Failed opening required '/var/www/mysite.com/ow_includes/init.php' (include_path='.:/usr/share/pear:/usr/share/php') in/var/www/mysite.com/index.php on line 30
What is it? What could be wrong?