breotch
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5My solution above ending up not working out. It turns out downgrading my version of PHP from 5.3 to 5.2 fixed the issue.
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5For me it appears to be this line in particular:
add_image_size( 'recent-posts', 98, 119, true );When I changed it to 100 pixels, it works again.
add_image_size( 'recent-posts', 100, 119, true );edit: I have about 5 other add_image_size functions that work perfectly, just this one was giving me trouble.
Forum: Fixing WordPress
In reply to: HTTP Error on image upload after upgrade to 3.5This is the exact issue I am having. Did you find a solution?
Were you able to solve this issue? I’m experiencing the same problem.
Forum: Plugins
In reply to: [Themed login] [Plugin: Themed login] Couldn't get it to work at all🙁 🙁
Me either.
Forum: Plugins
In reply to: [Adminimize] [Plugin: Adminimize] Since update, options not saving…I’m having the same issue.
Forum: Plugins
In reply to: [WP Minify] [Plugin: WP Minify] 400 ErrorSame issue here.
Viewing 7 replies - 1 through 7 (of 7 total)