News
Our Blog
Change Import file size limit in PHPMyAdmin
When you try to import database throught PHPMyadmin you have limitation: (Max: 8,192KiB) To increase the PHPMyadmin import limitation. you need to find your server php.ini file then find the line of post_max_size change it to the value that you want. for example:...
How to solve WordPress waiting for count.carrierzone.com
if you see waiting for count.carrierzone.com and you WordPress website hanging. then you need disable: <!-- WiredMinds eMetrics tracking with Enterprise Edition V5.4 START --> <script type='text/javascript'...
WordPress invalid menu items
You can Remove invalid menu items under “appearance->menu” from the dashboard. If you want restore the menu item. you need check if the page or post on the trash bin. if you can find them from the trash, then you need restore them back. If you can not find them in the...
Maximum execution time of 30 seconds exceeded within PhpMyAdmin
Fatal error: Maximum execution time of 30 seconds exceeded in C:\Program Files\Ampps\phpMyAdmin\libraries\classes\Dbi\DbiMysqli.php on line 213 find your php.ini file ( in my case C:\Program Files\Ampps\phpMyAdmin\libraries) then edit the fellowing...
WordPress multilanguage Garbled – Solved
If your WordPress multilingual website shows garbled like the picture showing on top. then it must be something wrong with your WordPress language file. Because WordPress can be used in a variety of languages, it must store each language in a separate file. Each...
Remote access mysql database using phpMyAdmin
mysqli_real_connect(): (HY000/1130): Host '192.168.1.6' is not allowed to connect to this MySQL server Reason: This error occurs due to the default configuration the MySQL database is currently using. This configuration allows connections only from the ‘root’ user...