working with wordpress on cwahi.net

11 February, 2009

installing wordpress on cwahi.net

Filed under: working with wordpress — admin @ 18:36 UTC

This is a successful test of wordpress on cwahi.net and this sticky post will always appear at the top of this particular wordpress.

If you have already installed wordpress on your cwahi.net site, please peruse the sidebar for issues you have probably encountered. If you have not yet installed your wordpress, please read on.

To install wordpress on cwahi.net, first create a database (go to “databases” in your admin area of cwahi.net)

Copy the settings information into a text editor (notepad) You’ll need this information for your config file.

Download the latest stable version of wordpress to your desktop. Unzip it.

Definitely, use “copy and paste” when creating your config.php Open wp-config-sample.php in a text editor (notepad). Look for the following:

/** The name of the database for WordPress */
define('DB_NAME', 'put_your_db_name_here');
 
/** MySQL database username */
define('DB_USER', 'put_your_username_here');
 
/** MySQL database password */
define('DB_PASSWORD', 'put_your_db_password_here');
 
/** MySQL hostname */
define('DB_HOST', 'localhost');

You will find the database names and password by logging in to your cwahi.net account and selecting the “databases” link near the top of the page.

You will have to change each of the parts that are in bold. Remember, the database host (along with the other database names you need) is listed under “databases” in your account. That is the one you should use rather than “localhost” (99% of the time “localhost” works but the other 1%, it does not. We are in the 1%.)

/** MySQL hostname */
define('DB_HOST', 'put_your_database_host_here');

Remember that passwords and names ARE case sensitive.

Save this file as “wp-config.php” and upload it via ASCII to your wordpress folder.

Upload all the other WordPress files to your wordpress folder (ensure that images are uploaded via BINARY and all other files are uploaded via ASCII)

keep reading…

7 May, 2012

successful upgrade to wp 3.3.2

Filed under: working with wordpress — admin @ 17:52 UTC

After the nightmare re-uploading of my wiped-out cwahi.net site (not finished yet – do as I say; not as I do: back up your site and keep a copy of it on a disc or separate hard-drive you NEVER know when a crash will occur), I have just done a successful upgrade to the latest stable version (following the instructions laid out here). keep reading…

23 May, 2011

how to get rid of the default feature of top admin bar

Filed under: working with wordpress — admin @ 07:04 UTC

With 3.1, WordPress introduced a new default feature of showing the admin bar at all times to anyone who is logged in. It looks suspiciously the same as a blogger admin bar.

How irritating is that? It covers up the ad at the top of the page to cwahi.net.

But it turns out that there is an easy way of disabling it: keep reading…

successful update to WP3.1.2

Filed under: working with wordpress — admin @ 06:27 UTC

Just to make sure that everything was still running correctly on a cwahi.net wordpress, I upgraded to the latest stable version (following the instructions laid out here).

I thought I was being smart by simply uploading the new files and overwriting the old files. No no no no. That does NOT work. keep reading…

if you get error messages when installing

Filed under: working with wordpress — admin @ 05:06 UTC

Remember that if you run into problems with getting server error messages, the first thing to try is to re-upload clean files from WordPress. All image files (.png, .gif, .jpg, .swf) should be uploaded via BINARY and all the other files (.php, .css, .txt, .js) should be uploaded via ASCII. You can also upload the files via the File Manager, which will automatically upload the files in the correct mode.

11 February, 2011

successful upgrade to 3.0.5

Filed under: working with wordpress — admin @ 00:41 UTC

Remember that on cwahi.net, any upgrades have to be done manually. However, it is not at all difficult to do this.

Just to review, this is the procedure:

  1. If you haven’t already done so, create an “this wordpress is currently undergoing maintenance and will return as soon as possible” page. Save it as maintenanceindex.html and upload it to the root of your wordpress folder.
  2. Download the latest stable version of WordPress to your desktop. Unzip it.
  3. Backup ALL the files in your current WordPress installation.
  4. Backup the database. (use MySQL in databases) For more information, see: http://codex.wordpress.org/Backing_Up_Your_Database
  5. Rename maintenanceindex.html to index.html (This way, while you are upgrading, your visitors will see your customized message that your wordpress is under construction and will be available soon.)
  6. Delete the following from your server:
    • /wp-admin
    • /wp-includes (if you have any custom smilies, leave the /wp-includes/images/smilies/ folder intact)
    • everything in the root folder EXCEPT your personal files, index.html and wp-config.php
    • leave /wp-content/ intact.
  7. Upload ALL new wordpress files to your wordpress installation. If your file manager does not have an automatic check for ASCII or BINARY, ensure that all images and media files are uploaded via BINARY and all text files (.css, .php, .html) are uploaded via ASCII.
  8. Go to http://yourwordpress.cwahi.net/wp-admin/. If the database needs to be upgraded, you will see a message. If not, you will simply see your upgraded wp admin area.
  9. While in your admin area, check that any plugins do not also require upgrading. If they do, go to the wordpress plugin page and download the latest release. Upload it to your wordpress /wp-content/plugins folder.
  10. Rename index.html to maintenanceindex.html

And that’s it.

Older Posts »

to top of page

FAQ: New to ASCII-art? Read me!
llizard's ASCII-art index
llizard's ASCII-animations index
llizard's home page

unlimited free web hosting by cwahi.net

*