I recently did a fresh Ubuntu 7.04 installation with instiki and ensured Ruby, Instiki, gems and sql-lite are installed and running. When setting up the first page (named "To do pages"), after typing in the name, address and password, it returns a "Unknown web ''todopages''". The linux terminal shows: 192.168.2.105 - - create system message 192.168.2.105 - - [date] "GET /todopages/new/HomePage HTTP/1.1" 404 23 http://192.168.2.108:2500/create_system -> /todopages/new/HomePage I believe this is error 404 page not found... so why it it not creating the page? Instiki and related services are running under root name with root privileges. Why is this? I am fairly new to linux and instiki although I do have a successful page currently setup with instiki on a windows system with just a few clicks. The linux has been a pain though. Mike
hello mike, please excuse the late answer. this sounds like an sqlite issue to me. which version of sqlite are you running on your system? can you please try to delete the following files db/production.db.sqlite3 db/development.db then go to the root of the instiki directory and type rake db:migrate this should recreate the databases. tell me, if that solved your problem! regards, matthias tarasiewicz On 8/29/07, Screwballl <screwballl at gmail.com> wrote:> I recently did a fresh Ubuntu 7.04 installation with instiki and > ensured Ruby, Instiki, gems and sql-lite are installed and running. > When setting up the first page (named "To do pages"), after typing in > the name, address and password, it returns a "Unknown web > ''todopages''". The linux terminal shows: > 192.168.2.105 - - create system message > 192.168.2.105 - - [date] "GET /todopages/new/HomePage HTTP/1.1" 404 23 > http://192.168.2.108:2500/create_system -> /todopages/new/HomePage > > I believe this is error 404 page not found... so why it it not > creating the page? Instiki and related services are running under > root name with root privileges. > Why is this? > > I am fairly new to linux and instiki although I do have a successful > page currently setup with instiki on a windows system with just a few > clicks. The linux has been a pain though. > > Mike > _______________________________________________ > Instiki-users mailing list > Instiki-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instiki-users >
hello again, mike instead of the rake db:migrate, please do a rake db:migrate RAILS_ENV=production this should work! regards, matthias On 9/26/07, Matthias Tarasiewicz <parasew at 5uper.net> wrote:> hello mike, > please excuse the late answer. this sounds like an sqlite issue to me. > which version of sqlite are you running on your system? can you please > try to delete the following files > > db/production.db.sqlite3 > db/development.db > > then go to the root of the instiki directory and type > rake db:migrate > > this should recreate the databases. > > tell me, if that solved your problem! > > regards, > matthias tarasiewicz > > On 8/29/07, Screwballl <screwballl at gmail.com> wrote: > > I recently did a fresh Ubuntu 7.04 installation with instiki and > > ensured Ruby, Instiki, gems and sql-lite are installed and running. > > When setting up the first page (named "To do pages"), after typing in > > the name, address and password, it returns a "Unknown web > > ''todopages''". The linux terminal shows: > > 192.168.2.105 - - create system message > > 192.168.2.105 - - [date] "GET /todopages/new/HomePage HTTP/1.1" 404 23 > > http://192.168.2.108:2500/create_system -> /todopages/new/HomePage > > > > I believe this is error 404 page not found... so why it it not > > creating the page? Instiki and related services are running under > > root name with root privileges. > > Why is this? > > > > I am fairly new to linux and instiki although I do have a successful > > page currently setup with instiki on a windows system with just a few > > clicks. The linux has been a pain though. > > > > Mike > > _______________________________________________ > > Instiki-users mailing list > > Instiki-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/instiki-users > > >