Re: [Radiant] Weird behaviour always displaying the same page

2009-07-27 Thread Sean Cribbs
Unless it was you who asked originally, I have heard of this problem 
before.  It has to do with FCGI if I recall correctly.  Rack::Cache 
reads the request url as /dispatch.fcgi? and thus thinks every request 
is the same page.  Jan De Poorter made a Rack middleware that fixes this 
problem:


http://workswithruby.com/2009/7/rack-cache-and-lighttpd-fcgi

Sean

Tassilo Philipp wrote:

Hi,

I'm new to radiant and ran into a strange problem I didn't manage to figure out.
I ran radiant 0.8.0 on a simple local testbox and that worked flawlessly, using sqlite3 
and lighttpd. After playing around with radiant and getting used to it, I wanted to start 
working on a site hosted on bluehost (unfortunately, I can't change the hosting service). 
Well, I installed the required gems, or updated old gems, followed the install on 
bluehost guide on the wiki, set up the roasters sample page, and made it finally 
work... sort of.
After browsing to a page of the sample page, e.g. 'news', every single request 
returns this 'news' page, regardless of the URL. So, trying to access 
'locations', returns the 'news' page, too, etc.
However, a couple of minutes later it works, but then, every request displays 
the 'locations' page, etc.

I think it might be related to the page caching, because the radiantcms website 
states that radiant uses a 5 minute caching system, but I'm not quite sure 
about that.

Any ideas?

As a sidenote - in order to get it running I had to patch 
gems/rackrack-1.0.0/lib/rack/handler/fastcgi.rb as outlined in 
http://www.ruby-forum.com/topic/191484 - but this shouldn't cause the issues 
I'm having, though.

These are the installed gem versions:
RedCloth-4.2.2
actionmailer-2.3.3
actionpack-2.3.3
activerecord-2.3.3
activeresource-2.3.3
activesupport-2.3.3
cgi_multipart_eof_fix-2.5.0
daemons-1.0.10
fastthread-1.0.7
fcgi-0.8.7
gem_plugin-0.2.3
mongrel-1.1.5
rack-1.0.0
radiant-0.8.0
rails-2.3.3
rake-0.8.7
rmagick-2.10.0
rspec-1.2.8
sqlite3-ruby-1.2.5


Thanks!
Tassilo
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

  


___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Weird behaviour always displaying the same page

2009-07-27 Thread Tassilo Philipp
Hi,

thanks for the quick reply! Tonight, I'll give it a try and let you know how it 
went.

Tassilo



On Mon, 27 Jul 2009 09:21:11 -0400
Sean Cribbs seancri...@gmail.com wrote:

 Unless it was you who asked originally, I have heard of this problem 
 before.  It has to do with FCGI if I recall correctly.  Rack::Cache 
 reads the request url as /dispatch.fcgi? and thus thinks every request 
 is the same page.  Jan De Poorter made a Rack middleware that fixes this 
 problem:
 
 http://workswithruby.com/2009/7/rack-cache-and-lighttpd-fcgi
 
 Sean
 
 Tassilo Philipp wrote:
  Hi,
 
  I'm new to radiant and ran into a strange problem I didn't manage to figure 
  out.
  I ran radiant 0.8.0 on a simple local testbox and that worked flawlessly, 
  using sqlite3 and lighttpd. After playing around with radiant and getting 
  used to it, I wanted to start working on a site hosted on bluehost 
  (unfortunately, I can't change the hosting service). Well, I installed the 
  required gems, or updated old gems, followed the install on bluehost 
  guide on the wiki, set up the roasters sample page, and made it finally 
  work... sort of.
  After browsing to a page of the sample page, e.g. 'news', every single 
  request returns this 'news' page, regardless of the URL. So, trying to 
  access 'locations', returns the 'news' page, too, etc.
  However, a couple of minutes later it works, but then, every request 
  displays the 'locations' page, etc.
 
  I think it might be related to the page caching, because the radiantcms 
  website states that radiant uses a 5 minute caching system, but I'm not 
  quite sure about that.
 
  Any ideas?
 
  As a sidenote - in order to get it running I had to patch 
  gems/rackrack-1.0.0/lib/rack/handler/fastcgi.rb as outlined in 
  http://www.ruby-forum.com/topic/191484 - but this shouldn't cause the 
  issues I'm having, though.
 
  These are the installed gem versions:
  RedCloth-4.2.2
  actionmailer-2.3.3
  actionpack-2.3.3
  activerecord-2.3.3
  activeresource-2.3.3
  activesupport-2.3.3
  cgi_multipart_eof_fix-2.5.0
  daemons-1.0.10
  fastthread-1.0.7
  fcgi-0.8.7
  gem_plugin-0.2.3
  mongrel-1.1.5
  rack-1.0.0
  radiant-0.8.0
  rails-2.3.3
  rake-0.8.7
  rmagick-2.10.0
  rspec-1.2.8
  sqlite3-ruby-1.2.5
 
 
  Thanks!
  Tassilo
  ___
  Radiant mailing list
  Post:   Radiant@radiantcms.org
  Search: http://radiantcms.org/mailing-list/search/
  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 

 
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Weird behaviour always displaying the same page

2009-07-27 Thread Tassilo Philipp
Hi,

awesome, it worked beautifully! Thanks for pointing out that article.
Since bluehost runs apache, the fix doesn't seem to be lighttpd specific.

Thanks again, and thanks for working on radiant - I think this might quickly 
become my favorite CMS. Super-flexible, very straightforward, and yes, it just 
doesn't block you in doing things compared to pretty much every other popular 
CMS out there that requires you to stick to some basic layout, etc.. Keep up 
the good work!

Thanks,
Tassilo


On Mon, 27 Jul 2009 09:21:11 -0400
Sean Cribbs seancri...@gmail.com wrote:

 Unless it was you who asked originally, I have heard of this problem 
 before.  It has to do with FCGI if I recall correctly.  Rack::Cache 
 reads the request url as /dispatch.fcgi? and thus thinks every request 
 is the same page.  Jan De Poorter made a Rack middleware that fixes this 
 problem:
 
 http://workswithruby.com/2009/7/rack-cache-and-lighttpd-fcgi
 
 Sean
 
 Tassilo Philipp wrote:
  Hi,
 
  I'm new to radiant and ran into a strange problem I didn't manage to figure 
  out.
  I ran radiant 0.8.0 on a simple local testbox and that worked flawlessly, 
  using sqlite3 and lighttpd. After playing around with radiant and getting 
  used to it, I wanted to start working on a site hosted on bluehost 
  (unfortunately, I can't change the hosting service). Well, I installed the 
  required gems, or updated old gems, followed the install on bluehost 
  guide on the wiki, set up the roasters sample page, and made it finally 
  work... sort of.
  After browsing to a page of the sample page, e.g. 'news', every single 
  request returns this 'news' page, regardless of the URL. So, trying to 
  access 'locations', returns the 'news' page, too, etc.
  However, a couple of minutes later it works, but then, every request 
  displays the 'locations' page, etc.
 
  I think it might be related to the page caching, because the radiantcms 
  website states that radiant uses a 5 minute caching system, but I'm not 
  quite sure about that.
 
  Any ideas?
 
  As a sidenote - in order to get it running I had to patch 
  gems/rackrack-1.0.0/lib/rack/handler/fastcgi.rb as outlined in 
  http://www.ruby-forum.com/topic/191484 - but this shouldn't cause the 
  issues I'm having, though.
 
  These are the installed gem versions:
  RedCloth-4.2.2
  actionmailer-2.3.3
  actionpack-2.3.3
  activerecord-2.3.3
  activeresource-2.3.3
  activesupport-2.3.3
  cgi_multipart_eof_fix-2.5.0
  daemons-1.0.10
  fastthread-1.0.7
  fcgi-0.8.7
  gem_plugin-0.2.3
  mongrel-1.1.5
  rack-1.0.0
  radiant-0.8.0
  rails-2.3.3
  rake-0.8.7
  rmagick-2.10.0
  rspec-1.2.8
  sqlite3-ruby-1.2.5
 
 
  Thanks!
  Tassilo
  ___
  Radiant mailing list
  Post:   Radiant@radiantcms.org
  Search: http://radiantcms.org/mailing-list/search/
  Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 

 
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
 
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


[Radiant] Weird behaviour always displaying the same page

2009-07-26 Thread Tassilo Philipp
Hi,

I'm new to radiant and ran into a strange problem I didn't manage to figure out.
I ran radiant 0.8.0 on a simple local testbox and that worked flawlessly, using 
sqlite3 and lighttpd. After playing around with radiant and getting used to it, 
I wanted to start working on a site hosted on bluehost (unfortunately, I can't 
change the hosting service). Well, I installed the required gems, or updated 
old gems, followed the install on bluehost guide on the wiki, set up the 
roasters sample page, and made it finally work... sort of.
After browsing to a page of the sample page, e.g. 'news', every single request 
returns this 'news' page, regardless of the URL. So, trying to access 
'locations', returns the 'news' page, too, etc.
However, a couple of minutes later it works, but then, every request displays 
the 'locations' page, etc.

I think it might be related to the page caching, because the radiantcms website 
states that radiant uses a 5 minute caching system, but I'm not quite sure 
about that.

Any ideas?

As a sidenote - in order to get it running I had to patch 
gems/rackrack-1.0.0/lib/rack/handler/fastcgi.rb as outlined in 
http://www.ruby-forum.com/topic/191484 - but this shouldn't cause the issues 
I'm having, though.

These are the installed gem versions:
RedCloth-4.2.2
actionmailer-2.3.3
actionpack-2.3.3
activerecord-2.3.3
activeresource-2.3.3
activesupport-2.3.3
cgi_multipart_eof_fix-2.5.0
daemons-1.0.10
fastthread-1.0.7
fcgi-0.8.7
gem_plugin-0.2.3
mongrel-1.1.5
rack-1.0.0
radiant-0.8.0
rails-2.3.3
rake-0.8.7
rmagick-2.10.0
rspec-1.2.8
sqlite3-ruby-1.2.5


Thanks!
Tassilo
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant