Home » Posts tagged with » WordPress
How to integrate Timthumb to your WordPress theme

How to integrate Timthumb to your WordPress theme

TimThumb is a simple, flexible, PHP script that allows you to produce a cropped and sized version of an image. You just give it a bunch of parameters, and it spits out a thumbnail image for websites and blogs.

How to solve “Fatal error: Allowed memory size of 33554432 bytes exhausted …”

If your WordPress blog to get the error code below: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/xxx/public_html/imbloger.ner/wp-admin/includes/xxx.php on line xxx This error means that the wordpress script trying to do use more memory than PHP is allowed. It could be caused by a memory leak or [...]

Read More

Fix a no post on WordPress site when the database corrupts.

Fix a no post on WordPress site when the database corrupts.

Last week ago, I was checking my WordPress blogs and found my blog has no post. After that I tried to login to my WordPress Dashboard, and I logged in without any hassle. How come my categories, tags, stats, attachments are fine.

Read More

Fix WordPress upgrade error: No Update Required -Your WordPress database is already up-to-date!

Fix WordPress upgrade error: No Update Required -Your WordPress database is already up-to-date!

I recently upgraded my blog to WordPress 3.x and everything seemed to go smoothly with the process. But after upgraded when I go to the WordPress admin, I still get the upgrade page, and message show like: No Upgrade Required Your WordPress database is already up-to-date!

Read More