Select Page
Call to undefined function MYSQL_NUM_ROWS()

Call to undefined function MYSQL_NUM_ROWS()

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...
How to fix error: inet_e_resource_not_found

How to fix error: inet_e_resource_not_found

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...
AMPPS install Yetiforce

AMPPS install Yetiforce

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...
Transfer WordPress Http to Https Error

Transfer WordPress Http to Https Error

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]...
Change Import file size limit in PHPMyAdmin

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:...
WordPress invalid menu items

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...