Let’s read thread on stackoverflow and think if it’s worth to move on utf8_unicode_ci on MySQL database.
Browsing tag: wordpress
1) It is possible to set the site URL manually in the wp-config.php file. define(’WP_HOME’,’http://example.com’); define(’WP_SITEURL’,’http://example.com’); 2) If you have access to the site via FTP, then this method will help you quickly get a site back up and running, if you changed those values incorrectly. Add these two lines to the file, immediately after
If you need to disable wordpress core update, disable wordpress plugins update or disable wordpress themes update, feel free to use following snippets info functions.php file.
If you need to show running worpress template name, you can add to function.php file this snippet:
First solution: Modify php.ini file and set as below: max_execution_time = 360 ; # Maximum execution time of each script, in seconds //360 seconds = 6 minutes Second solution: Add code line at the end of wp-config.php ini_set(’max_execution_time’, 360);
CURL is not enabled by default in WAMP. Every php programmer have to use CURL to make remote connection. The steps are as follows : 1) Close WAMP (if running) 2) Navigate to WAMP\bin\php\(your version of php)\ 3) edit php.ini 4) Search for curl, uncomment extension=php_curl.dll 5) Navigate to WAMP\bin\Apache\(your version of apache)\bin\ 6) edit