Status
Not open for further replies.

CK13

Active Member
989
2011
252
5
I installed zpanel on my vps but when i try to open phpmyadmin i get the following error:

Wrong permissions on configuration file, should not be world writable!

Anyone know how to fix this ?
 
3 comments
I've run
Code:
# chmod 644 /etc/zpanel/panel/etc/apps/phpmyadmin
and now i get
Forbidden

You don't have permission to access /etc/apps/phpmyadmin/ on this server.

Apache/2.2.15 (CentOS) DAV/2 PHP/5.3.3 Server at zp.imgbit.info Port 80

LE:
managed to access phpmyadmin after running
Code:
chmod -R 755 /etc/zpanel/panel/etc/apps/phpmyadmin[COLOR=#333333]
[/COLOR]
 
Last edited:
Just incase for future notice all phpmyadmin installs usually have a config folder with "config.php" which has to be chmod 755 or 644.
 
Status
Not open for further replies.
Back
Top