Hi -- we had a working 0.13.x (I think) instiki install. Upgraded to
0.16.5 today (install in new directory, copy of database, run
upgrade_instiki script, edit config file with server name), and while
I can access it just fine from the server machine itself, from other
machines in the same network segment, I just get empty pages back --
not 404s or any errors, just no data in the pages it returns.

I've reverted back to the previous copy, but we have some serious
issues with the cacheing bugs in that and really need to get up to
0.16.5 ASAP!

Here is a log excerpt demonstrating what the server is doing with
those requests which result in black pages returned (in this case, the
requests are from client machine 192.168.254.42).

FYI, the server is set up in internal DNS as wiki.XXX.internal and
resolvable as such by clients on the network

Al thoughts gratefully appreciated!

D

Processing WikiController#show (for 192.168.254.42 at 2009-03-20
15:39:07)
[GET]
 Parameters: {"id"=>"HomePage", "web"=>"wiki"}
Reading page 'HomePage' from web 'wiki'
Page 'HomePage'  found
Cached fragment hit: views/wiki/show/HomePage (0.7ms)
Filter chain halted as
[#<ActionController::Caching::Actions::ActionCacheFilter:0x271274c
@options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>]
rendered_or_redirected.
Filter chain halted as
[#<ActionController::Filters::AroundFilter:0x2711964
@method=#<ActionController::Caching::Actions::ActionCacheFilter:
0x271274c
@options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>,
@kind=:filter, @options={:only=>#<Set: {"file_list", "list", "s5",
"recently_revised", "published", "print", "atom_with_content", "tex",
"show", "authors", "atom_with_headlines"}>,
:if=>#<Proc:0x0249ed08@/Applications/instiki/app/controllers/
wiki_controller.rb:12>,
:unless=>nil}, @identifier=nil>] did_not_yield.
Completed in 23ms (View: 1, DB: 6) | 200 OK
[http://wiki.XXX.internal/wiki/show/HomePage]


Processing WikiController#index (for 192.168.254.42 at 2009-03-20
15:39:16) [GET]
Redirected to http://wiki.XXX.internal:2500/wiki/show/HomePage
Completed in 13ms (DB: 3) | 302 Found [http://wiki.XXX.internal/]


Processing WikiController#show (for 192.168.254.42 at 2009-03-20
15:39:16)
[GET]
 Parameters: {"id"=>"HomePage", "web"=>"wiki"}
Reading page 'HomePage' from web 'wiki'
Page 'HomePage'  found
Cached fragment hit: views/wiki/show/HomePage (0.6ms)
Filter chain halted as
[#<ActionController::Caching::Actions::ActionCacheFilter:0x271274c
@options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>]
rendered_or_redirected.
Filter chain halted as
[#<ActionController::Filters::AroundFilter:0x2711964
@method=#<ActionController::Caching::Actions::ActionCacheFilter:
0x271274c
@options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>,
@kind=:filter, @options={:only=>#<Set: {"file_list", "list", "s5",
"recently_revised", "published", "print", "atom_with_content", "tex",
"show", "authors", "atom_with_headlines"}>,
:if=>#<Proc:0x0249ed08@/Applications/instiki/app/controllers/
wiki_controller.rb:12>,
:unless=>nil}, @identifier=nil>] did_not_yield.
Completed in 23ms (View: 1, DB: 6) | 200 OK
[http://wiki.XXX.internal/wiki/show/HomePage]






_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to