by JIM LEE | Jul 31, 2020 | Work-Related
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:...
by JIM LEE | Jul 22, 2020 | WordPress, Work-Related
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’...
by JIM LEE | Jul 21, 2020 | WordPress, Work-Related
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...
by JIM LEE | Jul 15, 2020 | Work-Related
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...
by JIM LEE | Jul 15, 2020 | WordPress, Work-Related
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...
by JIM LEE | Jul 14, 2020 | Work-Related
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...