ISSUE TYPE
OS / ENVIRONMENT
- Host operating system: Windows 10
- Native Docker or Docker Toolbox: Native
- Docker version: 18.06.0-ce-win72 (19098)
- Docker Compose version: 1.22.0
- What containers are running: devilbox_mysql_1, devilbox_httpd_1, devilbox_php_1, devilbox_bind_1
- Container versions:
SUMMARY
Fresh install then when i go to http://127.0.0.1:8080/vendor/phpmyadmin-4.8/index.php from the Intranet tab (http://127.0.0.1:8080), i get 'Wrong permissions on configuration file, should not be world writable!'
STEPS TO REPRODUCE
EXPECTED BEHAVIOUR
PHPMyadmin to show login screen
ACTUAL BEHAVIOUR
'Wrong permissions on configuration file, should not be world writable!'
OTHER INFORMATION
No - straight forward 5 minute install.
on some forums i see some people suggested adding a setting in '/var/www/default/htdocs/vendor/phpmyadmin-4.8' of ...
$cfg['CheckConfigurationPermissions'] = false;
I tried to do this by sudo logging into my PHP container ..
sudo su -
cd /var/www/default/htdocs/vendor/phpmyadmin-4.8
chmod 755 config.inc.php
vi config.inc.php
.... but all this directory is 'read only' .. so i couldn't test whether this works.
ISSUE TYPE
OS / ENVIRONMENT
SUMMARY
Fresh install then when i go to http://127.0.0.1:8080/vendor/phpmyadmin-4.8/index.php from the Intranet tab (http://127.0.0.1:8080), i get 'Wrong permissions on configuration file, should not be world writable!'
STEPS TO REPRODUCE
EXPECTED BEHAVIOUR
PHPMyadmin to show login screen
ACTUAL BEHAVIOUR
'Wrong permissions on configuration file, should not be world writable!'
OTHER INFORMATION
No - straight forward 5 minute install.
on some forums i see some people suggested adding a setting in '/var/www/default/htdocs/vendor/phpmyadmin-4.8' of ...
$cfg['CheckConfigurationPermissions'] = false;
I tried to do this by sudo logging into my PHP container ..
sudo su -
cd /var/www/default/htdocs/vendor/phpmyadmin-4.8
chmod 755 config.inc.php
vi config.inc.php
.... but all this directory is 'read only' .. so i couldn't test whether this works.