Author: Ahmad
Date: June 26, 2016
#1146 – Table ‘phpmyadmin.pma_tracking’ doesn’t exist this error indicates that phpmyadmin pages failed in setup and you just ignored it in the setup process you need to reconfigure the package again root@ubuntu:~# dpkg-reconfigure phpmyadmin after you follow the reinstall steps it will setup the missing sql files for pma tables
Author: Ahmad
Date: June 26, 2016
if you setup your development environment with no mysql root password after you setup phpmyadmin package it will land you with this error Login without a password is forbidden by configuration (see AllowNoPassword) to fix this error vi /etc/phpmyadmin/config.inc.php find line : 96 ” /* $cfg[‘Servers’][$i][‘AllowNoPassword’] = TRUE;” remove the comment /* $cfg[‘Servers’][$i][‘AllowNoPassword’] = TRUE; … Read More
Author: Ahmad
Date: June 26, 2016
today I faced problem in setup a mcrypt module I did install it via apt-get install mcrypt php5-mcrypt when i did try to enable it via php5enmod mcrypt I got this error root@ubuntu:/etc/php5/apache2/conf.d# php5enmod mcrypt WARNING: Not enabling the mcrypt module for apache2 SAPI since module symlink WARNING: already exists in /etc/php5/apache2/conf.d with different content. … Read More