by JIM LEE | Dec 2, 2020 | Work-Related
Login to the admin account, then select admin panel In the admin center, go to the Users > Active users page. Click the user’s name. Then select Manage contact information. In the Display name box, type a new name for the person, and then...
by JIM LEE | Aug 31, 2020 | Work-Related
mysql_* functions have been removed in PHP 7. You have to use mysqli_ functions. mysqli_num_rows() Here is an example: $conn = new mysqli($servername, $username, $password, $dbname); $sql = “SELECT `index`, `opendate` FROM open_and_birth GROUP BY...
by JIM LEE | Aug 26, 2020 | MS-OFFICE, Work-Related
if you have the error message same as: error codes like Hmmm… Cannot reach this page: then you can find some details error like: “There was a temporary DNS error. Try refreshing the page. Error Code: INET_E_RESOURCE_NOT_FOUND” “The connection to the DNS server timed...
by JIM LEE | Aug 18, 2020 | Work-Related
default username and password: admin Password1 fix The following errors were found : Required PHP extension not found : intl you need enable php_intl.dll : open php.iini then Change ;extension=php_intl.dll to extension=php_intl.dll (remove the semicolon) Class...
by JIM LEE | Aug 6, 2020 | Work-Related
After I install the SSL certificate to the server. I change the then I got these error. If you have the same error with your website. then you have 90% chance to fix it by yourself. error 1: Not Authorized to View This Page [CFN #0004] error 2: Not found [cfn #0005]...
by JIM LEE | Jul 31, 2020 | Work-Related
To use this tutorial, you need to find the current hearder.php file of your WordPress theme. (for example MH Magazine lite theme the header.php file is includes/mh-custom-functions.php) first you need le the logo float to left. add the code to the style.css line 110:...
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...