Hey guys, I borked my current Matrix installation messing with the core. So I re-installed - no sweat (thanks to that long threat a few months back). No warnings, everything went well but when I get into the site I get this warning.
PHP Warning
DAL::require_once([SYSTEM_ROOT]/core/lib/DAL/Oven/authentication_default/authentication_defaultQueries.inc) [dal.require-once]: failed to open stream: No such file or directory
Fatal error: DAL::require_once() [function.require]: Failed opening required '/home/websites/mysource_matrix/core/lib/DAL/Oven/authentication_default/authentication_defaultQueries.inc' (include_path='.:/home/websites/mysource_matrix/php_includes:/usr/share/php:/usr/share/pear') in /home/websites/mysource_matrix/core/lib/DAL/DAL.inc on line 1584
Does anyone know what causes this and how to fix this?
Hey there - I torched my installation and re-did the installation. Everything is fine, but the default username: root password: root login does not work? I remeber seeing something on the forum about this but I can't find it. What's this all about?
EDIT: Oh, I got it. Apache aliases conflicting with CONF. Blazing. I should now sleep.
The original error looks as though queries haven't been "baked" properly. Re-running step_02.php should fix that. Make sure the user you are running the steps as has write permission to /home/websites/mysource_matrix/core/lib/DAL/Oven.
If that doesn't work, you may also like to try running the "clean_oven.sh" script, in the scripts/dev/ directory, and then re-running step_02.php.