StevenWhiting.com

A place for info I've learnt in IT & stuff. (I get a little kick back from affiliate ads & links, just so you are aware)

Browsing Posts tagged Wordpress

The nice people at my hosting helped me fixed this, Krystal. As I thought it might be an issue at their end but turns out it wasn’t. Most other providers wouldn’t of bothered fixing this as it was my issue, not theirs.

It was a rogue plugin. Rename the plugin folder on your WordPress via FTP or Cpanel. Then you should be able to get into admin. Rename plugin back to what it was which should bring back all plugins but they will be disabled. Then turn them on, one by one, till you find the one causing the issue.

Bad Behaviour was the one causing this. I note it hasn’t been update for months and not tested with the version of WordPress I’m on so I’ve left it disabled.

To remove the Home page (at least in WordPress 3.2.1 it works) go to settings, reading as in image, choose your static page that will be the default page from Front page displays

Static Page

So seems free WordPress Themes may not be safe.

http://www.blogher.com/frame.php?url=http://wpmu.org/why-you-should-never-search-for-free-wordpress-themes-in-google-or-anywhere-else/

http://wpmu.org/when-is-a-free-wordpress-theme-really-free-some-thoughts-and-some-places-to-find-them/

Arjuna Theme

http://imageshack.us/photo/my-images/690/menukd.jpg/

To get Categories to appear as menus use Second Header Menu in the Theme option page.

http://www.youtube.com/watch?v=6aWVrhpRdqE

Manual Update

These are the short instructions, if you want more check out the extended upgrade instructions. If you experience problems with the Three Step Update, you may want to review the more detailed upgrade instructions

For these instructions, it is assumed that your blog’s URL is http://example.com/wordpress/.
Step 1: Replace WordPress files

1. Get the latest WordPress zip (or tar.gz) file.
2. Unpack the zip file that you downloaded.
3. Delete the old wp-includes and wp-admin directories on your web host (through your FTP or shell access).
4. Using FTP or your shell access, upload the new WordPress files to your web host, overwriting old files.

NOTE – you should replace all the old WordPress files with the new ones, including those in the root directory like index.php, wp-login.php and so on. Simply copying the contents of the zip you downloaded over the top of your existing files should achieve this. Make sure you copy all the sub-directories as well. Don’t worry – your wp-config.php will be safe.

Be careful when you come to copying the wp-content directory. You should make sure that you only copy the files from this directory, rather than replacing your existing wp-content directory. This is where your themes and plugins live, so you will want to keep them. If you have customized the default or classic themes without renaming them, make sure not to overwrite those files, otherwise you will lose your changes. (Though you might want to compare them for new features or fixes..)

Lastly you should take a look at the wp-config-sample.php file, to see if any new settings have been introduced that you might want to add to your own wp-config.php.

http://codex.wordpress.org/Updating_WordPress

http://www.dailyblogtips.com/wordpress-security-tip-remove-the-admin-user/

Worked. It was annoying me.

http://www.waynejohn.com/removing-the-an-automated-wordpress-update-has-failed-to-complete-message/

Delete the .maintenance file in the root of your website.

WordPress

Old news but wanted it for permission settings.

http://www.blogtap.net/wp-config-php-security-leak-hundreds-of-blogs-hacked/comment-page-1/#comment-10048

UPDATED:

Fixing the database upload file size limit

http://opensourcecmsinfo.com/how-to-solve-no-data-was-received-to-import-either-no-file-name-was-submitted-or-the-file-size-exceeded-the-maximum-size-permitted-by-your-php-configuration-see-faq-1-16/

3)Open C:\xampp\php\php.ini file(xampp 1.7.7)
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M

 

upload_max_filesize = 2M to u pload_max_filesize = 20M(your requirement)

 

————

http://www.webdesignerwall.com/tutorials/installing-wordpress-locally/