[quote]also when cron runs I get these errors: (so something is still not right)
/core/include/locale_manager.inc:504) - Asset Type "root_user" is not installed on this system [SYS0091]
/core/include/locale_manager.inc:504) - Unable to get Root User [CRON0023][/quote]
This is a major issue and a similar message should appear while running the installation scripts. Unfortunately not much can be done with a system in this state. It is recommended to start the installation process again with a fresh database and filesystem with the relevant configuration in place, taking note of any errors that may be present at each step.
[quote]Ok i managed to get to the end of the install process without any errors in the log file except the classic error that appears when you try and browse to the website the first time.
[ASSERT EXCEPTION] Asset "session_handler_default" is not installed on the system, unable to include its source file [SYS0320][/quote]
Similar to the missing "Root User", a message similar to this should be shown whilst installing. Please verify that the following directories are still on the filesystem and contain source files. I realise this was verified previously but things may have changed since then…
[quote]This is a major issue and a similar message should appear while running the installation scripts. Unfortunately not much can be done with a system in this state. It is recommended to start the installation process again with a fresh database and filesystem with the relevant configuration in place, taking note of any errors that may be present at each step.
Similar to the missing "Root User", a message similar to this should be shown whilst installing. Please verify that the following directories are still on the filesystem and contain source files. I realise this was verified previously but things may have changed since then…
Ok the attached image shows the .inc files in green text in each folder mentioned (is there anything else missing?)
[attachment=376:matrix_folders.gif]
I re-installed everything again with no errors until I tried to browse to the site and got the session_handler_default error again!!!! ARGH!! and the cron error eventually starts again too.
matrix_folders.gif (20.2 KB)
and followed the following steps (see below) which got me to the point where I get the matrix login box!!! YAY!!!
However now I get 4 php errors that I am currently trying to eliminate (progress at least) SOLVED the db.inc file had an extra linebreak at the start of the file before the <?php declaration causing the php error!!
SO I have a working installation of Matrix 3.20.1
Mucho Thanks to all who helped and gave me advice etc (Dan, Micky, Mark)
[quote]SOLVED
PHP Warning
session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at [SYSTEM_ROOT]/data/private/conf/db.inc:2)
PHP Warning
session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [SYSTEM_ROOT]/data/private/conf/db.inc:2)
PHP Warning
Cannot modify header information - headers already sent by (output started at [SYSTEM_ROOT]/data/private/conf/db.inc:2)
PHP Warning
Cannot modify header information - headers already sent by (output started at [SYSTEM_ROOT]/data/private/conf/db.inc:2)[/quote]
Just in case it helps anyone else out, I was having the same and similar errors about the session handler when trying to install on FreeBSD 7.1. It turns out that the install in step 3 was failing without any error (on stdout, stderr, or in error.log) while appearing to succeed because of a missing Pear module. Which modules were missing but required, I'm not sure. Thanks to mat.valdman for pointing me in the right direction!
Here is my list of installed modules when the install appeared to be successful but wasn't.
Extremely frustrating, it is 2015 and the same errors are appearing as below:
I've tried all the suggestions to no avail. Working for one of Australia's most prestigious universitie's we are trialling the product as a potential replacement for our current CMS, however the
difficulties involved in setting it up are almost ruling this out as an option. I'm using the source as supplied in the VMWare image for download ...
During step 3:
Asset #12 does not exist [SYS0087]
Argument 1 passed to MySource::setCurrentUser() must be an instance of User,
Accessing the web page:
[ASSERT EXCEPTION] Asset "session_handler_default" is not installed on the system, unable to include its source file [SYS0320]