John Osborne wrote:
> One thing you can try is changing the logging level to debug
> (http://wiki.rubyonrails.org/rails/pages/HowtoConfigureLogging)  
> although
> this didn't help me. I'm getting a 500 error also with no debug  
> messages
> when I moved a working instiki from mac to linux. I'm pulling my hair
> out with this one - I get a debug file in log, but no info!

Hmm... did you do a direct copy from a PowerPC Mac to an x86 Linux  
box?  If so, then I'd suspect that you might be having trouble with  
the on-disk format of the sqlite database, likely due to endianness  
issues.  See the topic "Converting An Entire Database To An ASCII  
Text File" on this page for info on how to do an ASCII dump of your  
instiki sqlite db:

http://www.sqlite.org/sqlite.html

Once you have a dump file, install the same version of instiki on the  
Linux box then load the dump file into the db and see if that works.

-- John


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

Reply via email to