Hi all,
Since I've updated my server with the latest DirectAdmin, Custombuild 2 and phpMyAdmin 4.4.4 I'm getting the following error on each page request within phpMyAdmin:
Warning in ./libraries/logging.lib.php#62
fopen(./log/auth.log): failed to open stream: Permission denied
Backtrace
./libraries/logging.lib.php#62: fopen(
string './log/auth.log',
string 'a',
)
./libraries/logging.lib.php#90: log_to_file(
string 'cms',
string 'ok',
)
./libraries/common.inc.php#1021: PMA_logUser(string 'cms')
./sql.php#14: require_once(./libraries/common.inc.php)
Even after updating to phpMyAdmin 4.4.5, rebuilding apache and rebuilding php and after rebooting the complete server, this error still pops up.
This are the rights and user:group for the "log" folder:
4 drwxr-xr-x 2 webapps webapps 4096 mei 7 11:11 log
When I create a file called auth.log myself and chmod it with 0777 the error is gone. But this should not be the right method I guess...
Since I've updated my server with the latest DirectAdmin, Custombuild 2 and phpMyAdmin 4.4.4 I'm getting the following error on each page request within phpMyAdmin:
Warning in ./libraries/logging.lib.php#62
fopen(./log/auth.log): failed to open stream: Permission denied
Backtrace
./libraries/logging.lib.php#62: fopen(
string './log/auth.log',
string 'a',
)
./libraries/logging.lib.php#90: log_to_file(
string 'cms',
string 'ok',
)
./libraries/common.inc.php#1021: PMA_logUser(string 'cms')
./sql.php#14: require_once(./libraries/common.inc.php)
Even after updating to phpMyAdmin 4.4.5, rebuilding apache and rebuilding php and after rebooting the complete server, this error still pops up.
This are the rights and user:group for the "log" folder:
4 drwxr-xr-x 2 webapps webapps 4096 mei 7 11:11 log
When I create a file called auth.log myself and chmod it with 0777 the error is gone. But this should not be the right method I guess...