Fatal error remap_managerQueries.inc not found

Hi guys,
I tried to install matrix on CentOS-5 64bits/php5/postgr.

I got through all 3 steps without a problem (command)

now when I go to http://www.myweb.com/mysource_matrix/core/web/ I get this colorful box:

    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.

Hi Luke And thanks.
OK I did a complete new install.

Again it seems all ran nicely. No errors.

The only commands with errors where the last cron

crontab -u apache -e

it says 'no cron commands for apache' and aborts

when I go to core/web now I get

MySource Notice

URL "http://www.ragesolutions.ch/RAGES/core/web/index.php" not found [SYS0218]



I did the alias on Apache.

I am not sure what else I should do.

-admin does not work at all.

Thanks in advance

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/)





MySource Warning

Unable to create directory: /



what could be the reason?

cheers and thanks

You will need to edit your php.ini file and remove the open_basedir restriction.

Hi Avi,



thanks again.

I have done that -



; open_basedir, if set, limits all file operations to the defined directory

; and below. This directive makes most sense if used in a per-directory

; or per-virtualhost web server configuration file. This directive is

; NOT affected by whether Safe Mode is turned On or Off.

open_basedir = Off

also tried this:

;open_basedir =Off

open_basedir =/home/rages/:/tmp:/usr/local/lib/php/



still get same warnings and no new pages are created. I could creat a website though.

Help will be greatly appreciated.

I would try commenting out the line entirely and restarting Apache to see if that fixes it.

done but no effect. still the same.

That says that the open_basedir restriction is gone. Are you still getting the same error in the Admin CP? Your system looks like it is running to me.

Hi Avi

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…

cheers