PHP Warning
DAL::require_once([SYSTEM_ROOT]/core/lib/DAL/Oven/remap_manager/remap_managerQueries.inc) [function.DAL-require-once]: failed to open stream: No such file or directory
Fatal error: DAL::require_once() [function.require]: Failed opening required '/home/rages/domains/ragesolutions.ch/public_html/mysource_matrix/core/lib/DAL/Oven/remap_manager/remap_managerQueries.inc' (include_path='.:/home/rages/domains/ragesolutions.ch/public_html/mysource_matrix/php_includes:/usr/local/lib/php') in /home/rages/domains/ragesolutions.ch/public_html/mysource_matrix/core/lib/DAL/DAL.inc on line 1278
I am not so familiar with these systems, so got stuck. Could anyone help?
This file should have been created in step_03.php, when the Remap Manager asset type was installed - it's an essential part of the installation, as it contains some of the information required for executing queries required by that asset. If that file wasn't installed (and the location seems correct), then there may have been a problem in step_03 after all. I haven't been able to reproduce this problem in my testing, unfortunately, so I'm sort of at a loss at being able to give you targeted advice on the matter.
Are you able to double-check the output of step_03 and see if there are any errors during the middle of the install (around where the Remap Manager is installed)? I'm not sure whether it's set up to halt the installation if the file couldn't be created.
It looks like you're trying to install MySource Matrix on a shared hosting server. You should be aware that Matrix is not really designed for that and can be very difficult to install in this environment.
What does your Apache's httpd.conf file look like? That error indicates mis-configured Alias entries.
[quote]It looks like you're trying to install MySource Matrix on a shared hosting server. You should be aware that Matrix is not really designed for that and can be very difficult to install in this environment.
What does your Apache's httpd.conf file look like? That error indicates mis-configured Alias entries.[/quote]
Hi Avi,
yes I have Xen dedicated server. Virtual server hosting.
I just realised the httpd file is the wrong one. I changed the right one and I see the login screen - great .I can get in and add standard page (e.g.) but
on crommiting pages I see this:
PHP Warning
file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/rages/:/tmp:/usr/local/lib/php/)
PHP Warning
mkdir() [function.mkdir]: open_basedir restriction in effect. File() is not within the allowed path(s): (/home/rages/:/tmp:/usr/local/lib/php/)
ok the prob was on the server. It is working now. Thanks alot for your help. Will test it now for a while to see how I like it. Seems like you did a great job. only the instalation is not simpleā¦