I have been able to install things fine, was able to see the root of my site, and tried to log in to the "domain.com/matrix/_admin" screen…
and saw this.
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
session_start(): open([SYSTEM_ROOT]/cache/sess_2347b567ac19b6311324d0a6706d84cb, O_RDWR) failed: Permission denied (13)
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
session_start(): Cannot send session cookie - headers already sent by (output started at [SYSTEM_ROOT]/core/include/general.inc:850)
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
session_start(): Cannot send session cache limiter - headers already sent (output started at [SYSTEM_ROOT]/core/include/general.inc:850)
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
Cannot modify header information - headers already sent by (output started at [SYSTEM_ROOT]/core/include/general.inc:850)
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
Cannot modify header information - headers already sent by (output started at [SYSTEM_ROOT]/core/include/general.inc:850)
Login
Currently Logged in as
You need to login before you can access the backend
Username:
Password:
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
Unknown(): open(/applications/web/matrix/cache/sess_2347b567ac19b6311324d0a6706d84cb, O_RDWR) failed: Permission denied (13)
Warning: fopen(/applications/web/matrix/data/private/logs/error.log): failed to open stream: Permission denied in /applications/web/matrix/core/include/general.inc on line 850
Warning: fwrite(): supplied argument is not a valid stream resource in /applications/web/matrix/core/include/general.inc on line 851
Warning: Unable to Write to log file /applications/web/matrix/data/private/logs/error.log [SYS0051] in /applications/web/matrix/core/include/locale_manager.inc on line 512
PHP Warning
Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/applications/web/matrix/cache)Obviously there are permission errors.
I un-tarred the install as root on my system
and I've changed "data" and "cache" to be owned by apache:apache as the instructions dictate...
Thoughts?
Thank you.