Re: [Radiant] create new page on heroku

2010-08-14 Thread Steven Southard
On Aug 14, 2010, at 4:43 PM, Josh French wrote: I understand this is basically running on edge, and if Radiant wasn't the best CMS, and if everyone's efforts weren't fully a work or love I might be bothered by it. Thanks again for your patience, and do let me know if it works or not. It

Re: [Radiant] create new page on heroku

2010-08-14 Thread Josh French
> I understand this is basically running on edge, and if Radiant wasn't the > best CMS, and if everyone's efforts weren't fully a work or love I might be > bothered by it. Thanks again for your patience, and do let me know if it works or not. > Your other extension pagefactory is so great for

Re: [Radiant] create new page on heroku

2010-08-14 Thread Steven Southard
On Aug 14, 2010, at 11:04 AM, Josh French wrote: With 9.1 on Heroku I am having a problem saving new pages. It saves pages I made on my localhost just won't make a new one. Turns out the exact same bug bit core, but I never ported the patch over to PageParts. It's been updated now and *s

Re: [Radiant] create new page on heroku

2010-08-14 Thread Josh French
> With 9.1 on Heroku I am having a problem saving new pages. It saves pages I > made on my localhost just won't make a new one. Turns out the exact same bug bit core, but I never ported the patch over to PageParts. It's been updated now and *should* work, although I have neither Postgres nor

Re: [Radiant] create new page on heroku

2010-08-13 Thread Steven Southard
This the error I receive without page_parts: /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- /file_page_part (MissingSourceFile) from /usr/ruby1.8.7/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb: 31:in `require' If

Re: [Radiant] create new page on heroku

2010-08-13 Thread Steven Southard
If I take page_parts out and run migrate VERSION=0 radiant won't start at all. Does something change during the setup process that has to be undone to remove page_parts? Wow, I guess Heroku uses Postgress? I hope you remember. Cheers, Steven On Aug 12, 2010, at 7:10 PM, Josh French

Re: [Radiant] create new page on heroku

2010-08-12 Thread Josh French
We ran into this before on another extension, there's an SQL difference with Postgres that affects some group queries. I just need to remember which one and I'll apply the fix. j On Aug 12, 2010, at 6:55 PM, Steven Southard wrote: With 9.1 on Heroku I am having a problem saving new pages.

[Radiant] create new page on heroku

2010-08-12 Thread Steven Southard
With 9.1 on Heroku I am having a problem saving new pages. It saves pages I made on my localhost just won't make a new one. I get this: ActiveRecord::StatementInvalid (PGError: ERROR: invalid input syntax for integer: "" : SELECT * FROM "page_parts" WHERE ("page_parts"."id" IN ('','')) AND