benjaminbixby
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom Post Type Single Template Displaying Future PostJack,
I looked back at the project and it looks like I did the following:
– Created a specific page template (page-name.php) file in the theme folder
– Made custom MySQL queries for all of the required future posts
– Offset the “post date” by a week, based on my event date (when publishing in the WordPress admin)I haven’t developed in WordPress for awhile, and have since converted over to the ExpressionEngine CMS… it handles these kinds of things much more easily (and doesn’t require knowledge of PHP to do so). I’m not sure if you’re familiar with ExpressionEngine, but you can check it out at ExpressionEngine.com or use the hashtag #eecms on twitter. If you need rule-based events, you should check out the kick-butt add-on module by Solspace.com called “Calendar” – it extends EE’s native functionality quite a bit and the rules you can set for repeating dates are amazing.
Anyways, if you have any more Q’s you can follow me on twitter @ username bixby_benjamin
Forum: Fixing WordPress
In reply to: Custom Post Type Single Template Displaying Future PostHey Jack,
Yeah I think I did… this was awhile back but I saw this come through my email and figured “Hey, not many people would come back to this after having been so long… but.. I will!”…
So let me take a look back at that particular project to be sure and I will post back.
Forum: Fixing WordPress
In reply to: Tried Everything!I just figured it out with my host. Had to open up a modsuc rule for the flash uploader as well as modify the uploads path. Thanks guys.
Forum: Fixing WordPress
In reply to: Tried Everything!This is interesting… my personal site, BenjaminBixby.com, uploads work…
Session.save.path on BenjaminBixby.com has “novalue” for Local as well as master.
Why would uploading work on BenjaminBixby.com with “novalue” yet not work on Bajaacres.com with a (local) session.save.path of tmp?
Forum: Fixing WordPress
In reply to: Tried Everything!I tried rebooting – didn’t help.
The error log created itself in the “public_html/” folder, where the rest of my files are.
I have a tmp folder outside of my “public_html” on my server – no temp folder anywhere else… There is also no tmp folder on my local machine (where I originally started developing the site) – besides the ones under XAMPP.
Forum: Fixing WordPress
In reply to: Tried Everything!Thanks a ton for that link, I’ll give it a try.
Forum: Fixing WordPress
In reply to: Tried Everything!btw uploads work on my personal site, benjaminbixby.com…
I’m trying to figure out if this is do to settings in my Apache/php config or what.
Forum: Fixing WordPress
In reply to: Tried Everything![27-Aug-2009 17:10:23] PHP Warning: Unknown: Failed to write session data (uploads). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
This is in my errorlog.
url is bajaacres.com