Errors after local Installation

I have recently installed MySource Matrix locally onto a laptop for evaluation. After completing the install as instructed I am faced with 2 errors. At the login prompt no graphics are displayed even though the graphic files are located in the correct folders according to the picture properties. After successful login I am then confronted with a number of errors on the page. A view of the error.log shows the following message:-
[11-May-2005 19:48:20] Wed 11/05/2005 19:48:20 [mysource notice] (\core\include\mysource.inc:314) - URL "localhost/matrix/core/web/_admin/net/squiz/matrix/complexassetmap/ComplexAssetMap.class" not found

Can anyone help ?

Does anyone have any ideas ???

What does your Apache error_log say?

Avi,


Here is the link to the Apache error log

http://www.catshead.com/error.log



Cheers

Have you added the Aliases to Apache and restarted Apache? Symlinking doesn't work on a Windows machine.


You need aliases for:



/__data -> mysource_matrix/data/public

/__lib -> mysource_matrix/core/lib

/__fudge -> mysource_matrix/fudge



Hope that helps.

These are the netries in my httpd.conf
Alias "/matrix" "c:/program files/apache group/apache/htdocs/matrix/core/web/index.php"

Alias "/matrix/__data" "c:/program files/apache group/apache/htdocs/matrix/data/public"

Alias "/matrix/__lib" "c:/program files/apache group/apache/htdocs/matrix/core/lib"

Alias "/matrix/__fudge" "c:/program files/apache group/apache/htdocs/matrix/fudge"

The first alias is not allowing the other three to trigger. You need to put the "/matrix" alias last. :slight_smile:

I have altered the order without success. What I have found though is if I remove the /matrix from each alias all appears to be OK. I think it has been resolved.

If you have the /matrix in the Alias lines, your Root URL needs to include it as well (i.e. the Root URL should be localhost/matrix, and the Site needs to have that set as the Root URL as well).

That would be great for those of us trying to install on hosted servers!