News
Our Blog
Office 365 How to Change a user’s display name
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...
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 `opendate`"; $result...
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
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
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]...
The solution to put polylang switch side by side of the logo WordPress.
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:...