The Tips: Wordpress plugins cause CPU load/resources
Appearantly, wordpress plugin used up your CPU resources. And if you have lots of visitor, your site is going down, because your shared hosting will ban your site.
This is how to minimize the usage of CPU resource that cause so much load if you dont want to upgrade to VPS:
1. I heard “related posts”, [...]
Wordpress: Fatal error: Allowed memory size of …
Recently, I upgrade Wordpress 2.8.0 to Wordpress 2.8.1, but whenever i want to updates page/post, it always got error, something says like this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1634927 bytes) in /home/path/public_html/wp-includes/wp-db.php on line 450
I don’t know what’s wrong because the upgrade went smoothly. So, i found a way [...]
WordPress 2.7 “wp_list_pages” Exclude Not Working
I just found out that php template code for wp_list_pages Exlude and Exlude_tree is not working in WordPress 2.7.x
I was having trouble with my menu because of this problem. I tried to search how to fix this. And i found out that it will work if you find this code on wp_includes/post.php:
if ( !empty($exclude_tree) ) [...]
How to Posting Blog From Email to Wordpress
Is it possible to posting blog from email to wordpress? and email the post from our mobile? the answer is yes..i’ve been trying to make it by trial and error. But, i finally can manage to post from my blackberry through email.
Here’s the tutorial on how to post blog from email to wordpress:
- Follow this [...]
How to retrieve wordpress account password
Here’s how to retrieve wordpress account password:
1. Open your phpmyadmin
2. on SQL tab, put this on search:
UPDATE `wp_users` SET `user_pass` = MD5( ‘new_password_here’ ) WHERE `wp_users`.`user_login` = “admin_username”;
“new_password_here” – replace this with the new password you wish to use.
“admin_username” – replace this with the username the password should be updated for.
3. Click “GO” and then [...]
HTTP error on uploading images to Wordpress 2.5.1
If you experienced problem with uploading the images in wordpress 2.5.1. Here’s the step by step solving tutorial:
- Make a notepad file. Name it test.txt
- Insert this coding to the test.txt
SecFilterEngine Off
SecFilterScanPOST Off
[...]
Where am I?
You’re currently at “HTTP error on uploading images to Wordpress 2.5.1,” an entry on Wordpress Tips by VR Junkyard on Aug 23 2008 @ 8:40 am
-
Meta







