Archive for the 'wordpress' Category

Aug 15 2008

Wordpress Pages Showing Error 404 Page Not found

Published by msaufong under wordpress

I changed one of my blog themes last few days. Everything looks fine until yesterday a post has rejected due to Error 404 page not found. I was know about the single post page are in error as I am seldom check on individual post. Lucky I found a solution and solved the problem

I just added below code to the .access file and uploaded to the server. Then took off the words “ index.php” at post permanent url structure. Then, everything back to normal.

****************

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php/$1 [NC,L]

*************

Check out the detail at http://wordpress.org/support/topic/164360/page/3?replies=78

One response so far

Jun 20 2008

Free Wordpress Templates

Published by msaufong under TigaP, wordpress

I treat my blog as my home. I express my feeling in my blog and it has become I must do every day since I am started blogging. If you want to attract visitors, you should have nice wordpress templates for your blog besides write a good contend blog. It is a big advantage for those who interested in your articles. Matching and nice wordpress templates surely will give a deep impress to who visited the blog.

There are so many free wordpress templates available online. You do not have to pay a cent to get a new house for your blog. Look at these Shopaholic and cute Tick Tock Tack templates! Do them match your blog content? The best are all of them are free to download at Top WP Theme dot com!


No responses yet

May 12 2008

Post Page Error

Published by msaufong under wordpress

I am facing a problem after upgraded my blog to Wordpress 2.5.1 version. I do not know what’s wrong with the wordpress. The writing page look like below, all the icon in the page disappear! What’s wrong with the page?

I remember I do not miss any step while upgrading the wordpress. The internet connection is ok as well. I also reinstall the wordpress again, but still the same. I really have no idea what’s wrong with that. I am thinking to install back the old version, but where to find the old version?

No responses yet

Apr 15 2008

Hate To Edit Post Now

Published by msaufong under wordpress

I am getting bore with the new wordpress manage post function. It seem like we have more thing to do after save or published a post. The post manage page no longer automatic start with an empty visual after saved or published a post. It only showed post updated in the page and I have to click on the write to start a new post again.

It would be a very troublesome step if I want to edit more than 1 post. Oh my…Could you please give me back the old Wordpress function?

No responses yet

Apr 02 2008

Auto Backup For Wordpress Blog

Published by msaufong under Webmaster, wordpress

I am using the auto Wordpress Database backup plugin since few months ago. This really a big help for me. I have no fear if anything happen to my blog anymore because I have set the plugin to auto backup my blog everyday.

If you worry have not much space to store your database backup, then I will suggest you to get signup an email account and specially to store your backup. You could set the plugin, auto backup and delivery the backup to the email. It just easy as 123 to do the setting.



Click here to enlarge the photo
Here is the backup table. All these will be included in the backup.


Click here to enlarge the photo
The backup option allow you to select either save the database to the server (not recommend), download to you computer or email the backup to the email address you place in the column.

Note : I am not using this…look at the final option at below.


Click here to enlarge the photo

This is what I am using now. I set it the scheduled backup at once a day and sent the backup to me by email. So that I could store the backup in my email.

I do not worry and keep remind myself to backup the blog after installed this plugin. Save my time. :)

One response so far

Apr 02 2008

Wordpress Site New Look

Published by msaufong under wordpress

Seem like the released of Wordpress Version 2.5 is not only a change of wordpress version. Even their official website design also changed. Maybe this is a big change for them? :lol: Their new look better than the old one. I wish the latest version of wordpress features and function will be as good as their new designs too.


Click to enlarge the Old Web Design.


Click to enlarge the New Web Design.

No responses yet

Mar 26 2008

Get Recent Comments For Blog

Published by msaufong under wordpress

I have downloaded the “Get Recent Comments For Wordpress Blog” quite some times, but have not try it yet until now. I am very lazy to install plugin and test it now. :(

Anyway, I just want to share with you this recent comment plugin. If you want to try it, you could visit to this website and download it. Let me know is it working well or not. Hmm..i think should not have any problem, since so many bloggers have tried it.

Get the plugin at http://dev.wp-plugins.org/wiki/GetRecentComments

p/s : I am using wordpress’s sidebar widget now. :p

One response so far

Mar 23 2008

Looking Forward For Wordpress 2.5 Version

Published by msaufong under wordpress

I hate to do the wordpress upgrade for my blog because it just too hassles to upgrade if you have more that two blogs. However, I can’t wait to get the Wordpress 2.5 version this time. I just saw the 2.5 version Sneak Peek; seem like wordpress going to have a fresh look in the new version.

The customizable dashboard, multi-file upload, built-in galleries, one-click plugin upgrades, tag management, built-in Gravatars, full text feeds, and faster load times really sound interesting to me. I wish I could try it now. I hope this would be great changes and hope no bug please.


Click to enlarge the photo

3 responses so far

Mar 21 2008

Recovery of Mistaken Deleted Post

Published by msaufong under wordpress

I just read a post regarding accidentally deleted post from CP’s blog. I was having the same problem few months ago. This kind of accident very easy to happen when moving server or spring clean blog post.

CP have a very good explanation on how to search back the post at Google Cache and copy and paste as a new post but adjust the post date and title as per the old post.

Anyway, the best to avoid this problem is don’t simply delete post or do spring clean in blog. :lol:

One response so far

Feb 06 2008

Is 2.3.3 Now

Published by msaufong under wordpress

Looks! 16 hours ago, a new wordpress version has been released..The new 2.3.3 version has fixed bugs stated as below :-

After upgrading to php5.2.1 on FreeBSD6.2-amd64 the function in wp-includes/gettext.php fails to determine the correct byteorder, so the language (.mo) file is not loaded.

The problem possibly is around line 114 of gettext.php

Registration emails sent to certain addresses where “callout verification” is enabled will fail. The following delivery failure notice will be generated:

A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

t231@recipient_domain.com

SMTP error from remote mail server after RCPT TO:<t231@recipient_domain.com>: host recipient_domain.com [xxx.22.96.xxx]: 550-Verification failed for <wordpress@blogdomain.com> 550-Previous (cached) callout verification failure 550 Sender verify failed

This was not an issue with WP 2.2, but occurs on an upgrade to 2.3.1, or a fresh 2.3.1 install with no plugins enabled and the default theme.

The maybe_create_table function has moved into a new file in this release of WordPress. In this new file there is a called on wp-config.php using a relational path – this causes issues on my plugin.

This issue appears to be resolves using a full path definition of the location of the wp-config.php file.

I’ll attach a patch.diff later, in the meantime in the file /wp-admin/install-helper.php line 2 needs updating from:

require_once(‘../wp-config.php’);

to:

require_once(ABSPATH . ‘wp-config.php’);

Do you face above problem before? hmmm…sorry I totally do not know what is that at all! :lol: I am do not know much about .php thingy. What I know now is only I have to work for another round of wordpress upgrade again.

No responses yet

Next »