trinasc
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Assistance with SQL_CALC_FOUND_ROWS BugGoing to bed but will check in tomorrow. Thanks for the help!
Forum: Fixing WordPress
In reply to: Assistance with SQL_CALC_FOUND_ROWS BugI can read sql pretty well, but this is so jumbled. Here is a sample of it:
‘SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND ( wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (5,3581,12054)\n ) ) AND wp_posts.post_type = \’post\’ AND (wp_posts.post_status = \’publish\’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 10′),(‘2012-05-01 23:54:40′,(server stuff),’SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (5) ) AND wp_posts.post_type = \’post\’ AND (wp_posts.post_status = \’publish\’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 6′),(‘2012-05-01 23:54:56’,(I think server stuff) ‘SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (5) ) AND wp_posts.post_type = \’post\’ AND (wp_posts.post_status = \’publish\’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 6′),it’s like inner joins upon inner joins…
Forum: Fixing WordPress
In reply to: Assistance with SQL_CALC_FOUND_ROWS BugHi! I did update it from Stars theme (which was a categories layout) to Maverick (a single blog layout) http://themeforest.net/item/maverick-blogmagazine-wordpress-theme/592367
I did run an optimization and got rid of revisions from past posts.
Thank you for your comments! I’d love further help!
Forum: Networking WordPress
In reply to: Changing my site to a networkAndrea_R, thank you so much! I hope to learn enough, but I don’t think I can do it myself reliably. Too many people depend on this to go smoothly.
thank you for your help!
trinaForum: Fixing WordPress
In reply to: CPU overloadI’m experiencing the same thing. All of a sudden we are getting constantly shut down. Any help would be appreciated!
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] SFC – Comments not workingAny help?
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] SFC – Comments not workingActually it’s on through Sunday night if anyone can take a look and help me out!
Forum: Plugins
In reply to: [Plugin: Simple Facebook Connect] SFC – Comments not workingI had to turn it off, but please let me know what I can check for this type of problem. I can only work on this at night until it works. I don’t want guests seeing the problem during the day.
Forum: Plugins
In reply to: [Plugin: Most Commented Widget] Most commented update breaks moduleThank you! I’m looking forward to the new version!
I just installed this and am having the same issues. It doesn’t show the count unless the user clicks to share.
Forum: Fixing WordPress
In reply to: WordPress keeps logging me out!I recently upgraded to 2.8.4 and since then I have noticed that it’s been asking me to log in (logging me out) often. I have it set to remember the password so I’m not sure why this is happening. It’s happening to all my writers.
Forum: Plugins
In reply to: Events Calendar – Just upgraded – Broke all images and linksMine just broke as well. I resolved it by showing text only of upcoming events versus the calendar. I hope there is a fix soon!
Forum: Plugins
In reply to: [Plugin: Sidebar Login] Does not work in FirefoxI just started getting this as well.
Forum: Plugins
In reply to: Widget logic error with Stars themeI’m sorry but I’m still having problems with this module. While I don’t get the errors above anymore, the widget logic does not appear to be working.
I have checked the ‘use widget-content filter’ and on the widgets in the side I tried any conditional statement like is_home() and the widgets still appear in all the sidebars.
I guess it’s the Stars theme, but do you have any ideas of what I should look for?
Forum: Fixing WordPress
In reply to: Widget Logic errors in The Stars ThemeAlanft,
You are amazing and awesome! Thank you so much for helping me out. I changed the widget_logic_redirect_callback function and it worked just great!
Thank you again!
Trina