aaurel1an
Forum Replies Created
-
Forum: Plugins
In reply to: [Get the Image] After Lasted update my images are not appearingFor U-Design theme is simple.
Go into /scripts/ folder
open post-thumbnails.php
search for $the_thumb_html_as_array[url]
replace with $the_thumb_html_as_array[src]
Forum: Plugins
In reply to: [WP Super Cache] PHP error on WP Super Cache fopen/fclose/fputsStrange…
Donβt cache pages for known users. (Recommended) is checked. Means that the caching for known users is disabled.
I reupdated the status and will check.
I’m using mod_Rewrite mode. The site is loading fine though, but i keep seeing these many errors.
Anything else that can be? Do i need a special module or any option on webserver?
Thank youForum: Fixing WordPress
In reply to: WordPress CPU load (disable page_rewrite_rules()?)But this works like WP Super Cache.
The problem is with the new generated pages…. it kills my server when permalinks are activated.
Forum: Fixing WordPress
In reply to: WordPress CPU load (disable page_rewrite_rules()?)Can you please guide me more to this? I really have a bad problem and the server it’s more down than up.
I have 200mb db, 45k posts and due to this permalinks the website simply don’t work OK.
I don’t have problem at backend, i have problems with the website loading in general. The page loads are lik 5 seconds.
Thank you
Forum: Fixing WordPress
In reply to: WordPress Frontpage and category slow loadingNope… my blog is on dedicated server.
I checked more times and definetely the bad plugin is WordPress COM Stats Helper
I think they have problems with their servers and my website can’t receive the data it needs.
Forum: Fixing WordPress
In reply to: WordPress Frontpage and category slow loadingThe problem is somehow related to the wordpress.com stats helper or stats.
I think they do some changes or something… now i deactivated that plugin and i get Render Time: 1.971 cpu sec (98% load, 4.213 startup). Clock: 2.008 sec (2.2% for queries). DB queries: 255, none defective, none > 0.500 sec. Memory: 4.8MB
I still have 255 queries, which is a lot… but the website loads way much faster than before.
Is there any way i can monitor my website stas/visit except WP-PostViews
which gets the website down?Thank you
Forum: Fixing WordPress
In reply to: WordPress Frontpage and category slow loadingI use quickcache which is a great plugin… still the first load of the page takes like 130-150 seconds.
I used WP Tuner to debug it and found out that the wordpress loop takes most of it. Can it be that not more than 5-6 wordpress loops on same page can be used?
Thank you.
Forum: Fixing WordPress
In reply to: WordPress Frontpage and category slow loadingThe server is dedicated: dual xeon with 2gb ram.
there are 41 plugins enabled, but even with those disabled the frontpage loads slow…
The memory allocated is 128mb.How can i lower queries number but still have a full frontpage of news from all categories and stuff?
Forum: Fixing WordPress
In reply to: WP 3.0 Issue with Super cacheI found that the problem is caused by caching plugins, especially DB CACHE RELOADED.
Deactivate that plugin and MANUALLY delete db.php from wp-content.
Your site will work. I am now trying to reactivate that plugin to see if the db.php is written differently.
The file was owned by APACHE, not by the user of the domain, so probably when the plugin was updated for 3.0 that file didn’t change.
Forum: Fixing WordPress
In reply to: WP 3.0 Issue with Super cacheI just checked and everything works excepting ADD POST, ADD PAGE, UPDATES.
When i click these i get blank screen. I deactived ALL plugins and i get the same thing.
Forum: Fixing WordPress
In reply to: WP 3.0 Issue with Super cacheI can login to admin panel, but if i want to make a post i get blank screen.
I also get blank screen when i access /wp-admin/update_core.php
This is really strange. I upgraded like 10 sites last night, and only 2 of them are giving me these problems.
Both are on same server. Are there any special settings in apache/mysql etc that i need to make sure all is ok?
Thank you.
Forum: Fixing WordPress
In reply to: Redirect after post madeOn WP 2.9 you have to replace this on line 57:
THIS:
$location = add_query_arg( ‘message’, $message, get_edit_post_link( $post_ID, ‘url’ ) );
WITH THIS:
$location = “post-new.php”;Forum: Fixing WordPress
In reply to: Really slow DATABASE WRITE actionsI found the issue. It was due to Karaliev’s Sitemap plugin.
I didn’t deactivate that because i couldn’t find any reason for the sitemap creator to interfere.
Thank you though π
Forum: Fixing WordPress
In reply to: Automatic Future Date/Time on new postsCan anyone help me on this?!
Forum: Fixing WordPress
In reply to: Redirect after post madeIn 2.8 you do this on line 46.