Isara
Forum Replies Created
-
Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Fatal Error – unexpected T_STRINGGood call on the PHP version. Did an update and the plugin is working now. Thanks!
Forum: Plugins
In reply to: [Image Regenerate & Select Crop] Fatal Error – unexpected T_STRINGHi Iulia. Thanks so much for getting back to me. I’m running WP version 4.9.8 and PHP 5.6.30
- This reply was modified 7 years, 8 months ago by Isara.
Forum: Plugins
In reply to: Email discussion List (NOT newsletter) pluginBumping this up to see if any other readers might have an option. I’m desperately looking for the same thing. Unfortunately, discussion list software options with a digest mode are few and far between 🙁
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] WordPress database error – SQL syntaxActually, it appears to be linked to wp-greet plugin. I deactivated it and the error went away (although the slideshow options don’t work).
I’ll move this support request over to that plugin.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] WordPress database error – SQL syntaxsorry for the bump, but with High Holidays coming up, I’d love to get this to work sooner, rather than later!
thanks!
Forum: Fixing WordPress
In reply to: Error message after upgrade to 2.8I solved the problem by deactivating some of my plugins and reactivating them. One of them was causing the problem, and all seems well now!
Forum: Fixing WordPress
In reply to: Comments won’t appear; using 2.6.3; no widgets; mysterious! Help!Brilliant! That worked for me. THANK YOU!!!
Forum: Fixing WordPress
In reply to: Pending for Review posts “missing”Well, I had a fairly detailed fix explained, then WordPress ate it. *sigh*
Basically, I followed steps 1-2 in Nate’s instructions here. My problem was that simply installing phpMyAdmin through WordPress did not give me enough privileges to change the field I needed to change. I really needed to use Yahoo’s tools.
NOTE: don’t make my mistake and install in your blog directory. The installation of phpMyAdmin will cause the url to show the phpMyAdmin login and hide your blog. Deleting the phpMyAdmin files in that directory will cause the blog to reappear.
Once in the “wp_posts” table in phpMyAdmin, I followed Gritskrieg’s instructions and added the ‘pending’ and ‘future’ types into the “post_status” field. The blog is now working properly.
Forum: Fixing WordPress
In reply to: Submit for Review not working, posts disappearOk, I installed the phpmyadmin page, got to the wp_posts table and the post_status field. Edited it to the following:
" ALTER TABLEwp_postsCHANGEpost_statuspost_statusENUM( 'publish', 'draft', 'private', 'static', 'object', 'attachment', 'pending' ) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'publish'"Unfortunately, I also got the following SQL error: #1044 – Access denied for user ‘******’@’localhost’ to database ‘blog1’
Uhhhh. Now what?
Forum: Fixing WordPress
In reply to: Submit for Review not working, posts disappearFor those of us who don’t know SQL or where to look or to go to fix this, can you give detailed instructions? This is really frustrating.