From hbdywx at gmail.com Sun Jul 13 22:41:13 2008 From: hbdywx at gmail.com (wangxu) Date: Mon, 14 Jul 2008 10:41:13 +0800 Subject: [Instiki] help--Cannot use instiki as a CMS in a proper way. Message-ID: <487ABCC9.3080804@gmail.com> Hi guys, I followed the directions on page:http://instiki.org/instiki/show/HowToUseInstikiAsWebSite But there're some issues: * the links on Home page still remains like "/mysite/published/HomePage",obviously it cannot work well. (it will go to http://mydomain.com/mysite/published/mysite/published/HomePage) * the content of the homepage sometimes seems to be cached:it cannot display the newest version of content. How can I correct them? Thanks a lot, Xu From bdruth at gmail.com Sun Jul 13 22:58:23 2008 From: bdruth at gmail.com (Brice Ruth) Date: Sun, 13 Jul 2008 21:58:23 -0500 Subject: [Instiki] help--Cannot use instiki as a CMS in a proper way. In-Reply-To: <487ABCC9.3080804@gmail.com> References: <487ABCC9.3080804@gmail.com> Message-ID: Edit the template for point #1. There's a template for published - just toggle the hide navigation to true. There's a cache, server-side, look in tmp/cache/ .. delete contents here and the new content will get picked up. On Sun, Jul 13, 2008 at 9:41 PM, wangxu wrote: > Hi guys, > I followed the directions on > page:http://instiki.org/instiki/show/HowToUseInstikiAsWebSite > > But there're some issues: > > * the links on Home page still remains like > "/mysite/published/HomePage",obviously it cannot work well. > > (it will go to > http://mydomain.com/mysite/published/mysite/published/HomePage) > > * the content of the homepage sometimes seems to be cached:it cannot > display the newest version of content. > > How can I correct them? > > Thanks a lot, > Xu > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -- Brice Ruth, FCD Software Engineer, Madison WI -------------- next part -------------- An HTML attachment was scrubbed... URL: From hbdywx at gmail.com Sun Jul 13 23:00:36 2008 From: hbdywx at gmail.com (wangxu) Date: Mon, 14 Jul 2008 11:00:36 +0800 Subject: [Instiki] help--Cannot use instiki as a CMS in a proper way. In-Reply-To: <487ABCC9.3080804@gmail.com> References: <487ABCC9.3080804@gmail.com> Message-ID: <487AC154.6090603@gmail.com> Oh,the second issue is not a problem, http://mydomian.com/ doesnot work for me, http://mydomain.com/HomePage works well. But the links for HomePage from inherited pages still are wrong. any suggestions? wangxu ??: > Hi guys, > I followed the directions on > page:http://instiki.org/instiki/show/HowToUseInstikiAsWebSite > > But there're some issues: > > * the links on Home page still remains like > "/mysite/published/HomePage",obviously it cannot work well. > > (it will go to > http://mydomain.com/mysite/published/mysite/published/HomePage) > > * the content of the homepage sometimes seems to be cached:it cannot > display the newest version of content. > > How can I correct them? > > Thanks a lot, > Xu > > From bdruth at gmail.com Sun Jul 13 23:04:36 2008 From: bdruth at gmail.com (Brice Ruth) Date: Sun, 13 Jul 2008 22:04:36 -0500 Subject: [Instiki] help--Cannot use instiki as a CMS in a proper way. In-Reply-To: <487AC154.6090603@gmail.com> References: <487ABCC9.3080804@gmail.com> <487AC154.6090603@gmail.com> Message-ID: Hmm, no, sorry. My base URL is still something like http://example.com/cms/ 2008/7/13 wangxu : > Oh,the second issue is not a problem, > http://mydomian.com/ doesnot work for me, > http://mydomain.com/HomePage works well. > > But the links for HomePage from inherited pages still are wrong. > any suggestions? > > > wangxu ??: > > Hi guys, > > I followed the directions on > > page:http://instiki.org/instiki/show/HowToUseInstikiAsWebSite > > > > But there're some issues: > > > > * the links on Home page still remains like > > "/mysite/published/HomePage",obviously it cannot work well. > > > > (it will go to > > http://mydomain.com/mysite/published/mysite/published/HomePage) > > > > * the content of the homepage sometimes seems to be cached:it cannot > > display the newest version of content. > > > > How can I correct them? > > > > Thanks a lot, > > Xu > > > > > > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users > -- Brice Ruth, FCD Software Engineer, Madison WI -------------- next part -------------- An HTML attachment was scrubbed... URL: From morgan at mojolabs.net Thu Jul 17 14:11:55 2008 From: morgan at mojolabs.net (Morgan Jones) Date: Thu, 17 Jul 2008 12:11:55 -0600 Subject: [Instiki] NoMemoryError on amd64 Message-ID: <855FB09D-90A3-4242-9087-912CBADEEB32@mojolabs.net> I just ran into a very strange error running instiki 0.13, and managed to figure out the fix. The error shows up as a NoMemoryError, and apparently only happens on amd64 machines: NoMemoryError (negative allocation size (or too big)): /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/benchmarking.rb:86:in `sprintf' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/benchmarking.rb:86:in `active_record_runtime' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/benchmarking.rb:69:in `perform_action_without_rescue' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/rescue.rb:83:in `perform_action' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/base.rb:435:in `send' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/base.rb:435:in `process_without_filters' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/filters.rb:684:in `process_without_session_management_support' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/session_management.rb:114:in `process' /root/instiki/instiki-0.13.0_sp/vendor/rails/actionpack/lib/ action_controller/base.rb:334:in `process' /root/instiki/instiki-0.13.0_sp/vendor/rails/railties/lib/ dispatcher.rb:41:in `dispatch' /root/instiki/instiki-0.13.0_sp/vendor/rails/railties/lib/ webrick_server.rb:113:in `handle_dispatch' /root/instiki/instiki-0.13.0_sp/vendor/rails/railties/lib/ webrick_server.rb:79:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /root/instiki/instiki-0.13.0_sp/vendor/rails/railties/lib/ webrick_server.rb:63:in `dispatch' script/server:62 The fix is described here: http://dev.rubyonrails.org/changeset/8355 I suppose future versions of instiki will get this fix for free by bundling newer rails versions. Morgan -------------- next part -------------- An HTML attachment was scrubbed... URL: From hbdywx at gmail.com Fri Jul 25 01:09:24 2008 From: hbdywx at gmail.com (wangxu) Date: Fri, 25 Jul 2008 13:09:24 +0800 Subject: [Instiki] does somebody add comment/registration functions to this wiki? Message-ID: <48896004.5040501@gmail.com> Hi, I want to add comment/registration to my instiki , so that anybody view the wiki page can post his opinion/review on the tail of the wiki page. Is there any easy way to achieve it? Thanks, Xu From instiki at mike.inspirationdate.net Mon Jul 28 14:47:53 2008 From: instiki at mike.inspirationdate.net (Mike Walsh) Date: Mon, 28 Jul 2008 11:47:53 -0700 Subject: [Instiki] Empty address field Message-ID: Hi, I set the address field to blank on the Edit Web page. Now I get redirected to this whenever I visit the site: http://instiki.example.com//show/HomePage I can't figure out how to manually edit the database. It's using the default sqlite. Thanks, Mike