tpimental
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pagination for Custom Post TypesI’ll bump this once in hope of some help and give up… ??
Forum: Alpha/Beta/RC
In reply to: WordPress 2.7 Automatic UpgradeIn case you missed this, the auto-updater in 2.7* requires php 5. I upgraded and the mysterious no error failed upgrades I was getting stopped and everything worked as expected.
So make sure you’re running on php 5 before pulling your hair out.
Forum: Fixing WordPress
In reply to: “Add Video” says file size is too big, when it’s not, 2.5Ok, I think I fixed this. I modified the following fields in my php.ini file and made sure I moved a copy of the file to the /wp-admin/ directory.
post_max_size = 20M
memory_limit = 20M
upload_max_filesize = 20MFile uploaded without a hitch.
Forum: Fixing WordPress
In reply to: “Add Video” says file size is too big, when it’s not, 2.5I’m having the same problem. Trying to upload a 9MB file and my max_filesize is 20MB. What gives?
Forum: Fixing WordPress
In reply to: Image Uploader – HTTP Error at Crunch/No ThumbnailUpdate: ignore this post… I proved myself wrong.
I’ve noticed this error too, but have narrowed it down to image width and not file size. It appears WP 2.5 won’t thumbnail an image over 500px wide. Checked out the threads on modifying media.php but that didn’t work for me either.
I’m doubting this is a server-side issue since I can upload and resize images fine in Gallery 2.
However, I can’t stand Gallery and WP 2.5 is so damn promising if I could just fix this upload problem.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function: is_lighttpd_before_150Final update: I re-uploaded all of the files overwriting everything (vs. overwriting older files) and all is well. No idea why, but at least it works.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function: is_lighttpd_before_150Update: Still broken, but I noticed in these forums that some fatal errors are caused by cache issues, so I cleared my cache and tried again.
I made it to the login page, but when I logged in, I received the same fatal error.