Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: m_staff.gif Type: image/gif Size: 354 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20050613/bce32a81/m_staff-0001.gif -------------- next part -------------- Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: topic.gif Type: image/gif Size: 158 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20050613/bce32a81/topic-0001.gif -------------- next part -------------- Skipped content of type multipart/alternative From spiros at souljerky.com Mon Jun 13 20:04:55 2005 From: spiros at souljerky.com (spiros antonopoulos) Date: Mon Jun 13 20:00:10 2005 Subject: [typo] typo install problems at textdrive In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]>
embarassing as it is... i just unpacked the typo tarball on the server rather than on my local machine (and then using ftp), restarted lighttp, and BINGO... Admin screen,,, -[s] On Jun 13, 2005, at 5:35 PM, spiros antonopoulos wrote: > > Hello Typo List, > > I've been having a difficult time installing Typo at Textdrive. > Marten at Textdrive thinks that it could be a Typo bug. > But maybe it's something fairly obvious to folks on this list... > Any help would be greatly appreciated. Thank you. > > A description of what's happening is available on this forum thread. > http://forum.textdrive.com/viewtopic.php?pid=34945#p34945 > > Here's what Marten has to say: > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > Marten Veldthuis > > <m_staff.gif> > > <topic.gif> Posted on 13 Jun 2005 11:45 AM > Ok, console script is working. > > -bash-2.05b$ sudo -u enfant_terrible ../script/console > Loading development environment. > irb(main):001:0> Article.find_all > => [] > > so it connects to the db fine. So I try running the dispatch from the > console, and the following excerpt pops up: > > <h1> > NoMethodError in > Articles#<action not set> > </h1> > <pre>undefined method `+' for nil:NilClass</pre> > > <pre><code>app/controllers/articles_controller.rb:124:in > `verify_user_exists'</code></pre> > > So it seems like a bug in Typo. Just keeping you posted here, I can > dig a little deeper. > > - Marten > > _______________________________________________ > Typo-list mailing list > Typo-list@rubyforge.org > http://rubyforge.org/mailman/listinfo/typo-list -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1804 bytes Desc: not available Url : http://rubyforge.org/pipermail/typo-list/attachments/20050613/5aa066f4/attachment.bin From chanezon at gmail.com Wed Jun 15 03:04:18 2005 From: chanezon at gmail.com (Patrick Chanezon) Date: Wed Jun 15 02:59:55 2005 Subject: [typo] How do you upgrade the database schema from typo 1.0 to 2.0 Message-ID: <[EMAIL PROTECTED]> Hi all, I'm moving from Typo 1.0 to 2.0 these days. I succeeded into moving all my code changes. But the database schema has changed a little bit. How do you typically do your migration? dump / new schema / restore?