cravecreative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP-ADMIN blank pageNot hosted with Yahoo. I’m with ehosting which has never given me any problems and I’ve been with them for over 7 years.
Honestly I think it’s my theme. Something wrong with the media upload.
I’ve found a work around for some of the issues but nothing for the blank screen just yet.
Will post a fix if I do. Good luck!
Forum: Fixing WordPress
In reply to: Blank screen after pressing "insert into post" button.yes indeed. worked fine with Twenty Eleven. The thing is, the theme was working prior to the 3.4.1 upgrade. Since then, no dice.
Forum: Fixing WordPress
In reply to: Blank screen after pressing "insert into post" button.I hope so… I’m on the verge of giving up on WordPress soon. My site launch in now two weeks past due because of these issues. It’s a shame. ??
I am finding some work-around fixes but the individual page customization is out the window.
I did a complete reinstall of both WordPress AND my theme earlier today… hmn… it’s now 4:18am here which means yesterday now.
So after the install the same issues arise. I’m sure it’s either the theme or the permissions. Still plugging away.Forum: Fixing WordPress
In reply to: Blank screen after pressing "insert into post" button.No resolution to this issue as of yet.
Forum: Fixing WordPress
In reply to: Getting "Cheating Huh?" error since 3.4 upgradeGlad I could help you guys out. Cheers!
Still on the lookout for a fix on my other image upload issues(title image and page background image uploads). Very frustrating to say the least.
Forum: Fixing WordPress
In reply to: Blank screen after pressing "insert into post" button.THANK YOU!!!!!!!!!!
Thank you wasjunior… I agree that it isn’t a theme issue.
The fixed worked for me. I can now upload images. Unfortunately I had to flip back to the original code to upload my ‘feature images’.
A bit of a pain to flip back and forth but it’s a temporary fix I can handle. Better than no fix at all.
Now I’m having trouble uploading images to replace my title image. UGH… will these issues ever cease?
Thanks again.
Forum: Fixing WordPress
In reply to: Getting "Cheating Huh?" error since 3.4 upgradeFound a fix via a post by a member named wasjunior who referenced Thaideas‘s original post method.
1. Login to your plesk/cpanel, whatever you use. Locate
wp-admin/media-upload.phpOpen the media-upload.php with the code editor scroll down to line #125 and change the code
if ( ! empty( $_REQUEST[‘post_id’] ) && ! current_user_can( ‘edit_post’ , $_REQUEST[‘post_id’] ) )
to
if ( ! empty( $_REQUEST[‘post_id’] ) && current_user_can( ‘edit_post’ , $_REQUEST[‘post_id’] ) )
Make sure you don’t touch line 126 with a code that looks like this wp_die( __( ‘Cheatin’ uh?’ ) );—– DON’T TOUCH THIS
Save and get back to your wordpress admin panel, make sure you have cleared your cache and this should do it.By removing the “!” you should be able to upload your images.
Keeping the “!” allowed for me to upload a “feature images” on my theme. It’s a pain to switch back and forth but it’s the only fix I’ve found so far.Now I’m having problems uploading my title images… will these issues ever cease? UGH…
PLEASE let me know if you have any other fixes.
Forum: Fixing WordPress
In reply to: Getting "Cheating Huh?" error since 3.4 upgradeSame issue here. Can’t seem to upload any images to my gallery. HAS to be 3.4.1. Everything was just fine before the upgrade.