chrisan
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Whats the easiest way to take a website from server to localhost?you try to install every thing fresh for instance wordpress on MAMP, and then install the plug-in on both the live server and your fresh local install. Then you can use the plugin to export from the live site and import to the local site.
You may need to copy files in the uploads directory manually via FTP.
Forum: Localhost Installs
In reply to: Problem with installing new themes an pligintry to use warmserver
Apache : 2.2.22 or 2.4.2
MySQL : 5.5.24
PHP : 5.3.4 or 5.4.3
PHPMyAdmin : 3.5.1
SqlBuddy : 1.3.3
XDebug : 2.2.0Forum: Localhost Installs
In reply to: Problem with installing new themes an pligintry to use
Apache : 2.2.22 or 2.4.2
MySQL : 5.5.24
PHP : 5.3.4 or 5.4.3
PHPMyAdmin : 3.5.1
SqlBuddy : 1.3.3
XDebug : 2.2.0Forum: Installing WordPress
In reply to: Error establishing a database connectionwp-config.php is probably the single most important file in your entire WordPress installation. This is where you specify the details for WordPress to connect your database. If you changed your root password, or the database user password, then you will need to change this file as well. First thing you should always check is if everything in your wp-config.php file is the same.
1
define(‘DB_NAME’, ‘database-name’);
2
define(‘DB_USER’, ‘database-username’);
3
define(‘DB_PASSWORD’, ‘database-password’);
4
define(‘DB_HOST’, ‘localhost’);Remember your DB_Host value might not always be localhost. Depending on the host, it will be different. For popular hosts like HostGator, BlueHost, Site5, it is localhost. You can find other host values here.
Some folks suggested that they fixed their problem by replacing localhost with the IP. It is common to see this sort of issue when running WordPress on a local server environment. For example on MAMP, the DB_Host value when changed to the IP may seem to work.
1
define(‘DB_HOST’, ‘127.0.0.1:8889’);Forum: Fixing WordPress
In reply to: how to check wordpress versionIf your using the latest version of wordpress 4.3.1 (like me), login to your admin dashboard, scroll down to the footer of your dashboard and at the lower right side end, wordpress version is displayed there and you will be able to see the version you’re running.
Forum: Fixing WordPress
In reply to: Unable to change font colorHi there,
With issue of changing the font color, you can try using the font plugin to change font. https://www.ads-software.com/extend/plugins/font