How to correct error encrypt in Codeigniter with old PHP version
copy this encrypt php file in Codeigniter library example : htdocs-Web folder – system-libraries replace the old file. File Encrypt
copy this encrypt php file in Codeigniter library example : htdocs-Web folder – system-libraries replace the old file. File Encrypt
Edit file config.php in Application-Config-config.php, change function __autoload_register** to <?php if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’); // untuk auto load folder library spl_autoload_register(function($classname) { if (strpos($classname, ‘CI_’)…
Change WordPress URL MySQL To change a WordPress URL in a MySQL database using phpMyAdmin, you can use SQL queries to update the relevant fields. The most common approach is…
mply change or reset your MySQL root password by doing the following: Stop the MySQL server sudo service mysql stop Start mysqld sudo mysqld --skip-grant-tables & Login to MySQL as…