Recent Posts by vax3200
posted 13 years ago
vax3200
1 post
edited 13 years ago |
I just created a fresh install of instiki (0.19.3) on mac osx snow leopard. Ruby 1.9.3 (ruby 1.9.3p6 (2011-12-13 revision 34018) x86_64-darwin10.8.0). After running through the usual steps to download dependencies, tried kicking off ./instiki. Consistently got the following error: After banging my head for several hours and inserting debug statements, I figured that it is looking for the file ‘admin_helper’ which does not exist in any folder. I created a dummy file /instiki-0.19.3/app/helpers/admin_helper.rb with an empty modue AdminHelper. Similarly, created another file /instiki-0.19.3/app/helpers/file_helper.rb Now instiki starts up fine, and I am able to create a few pages. What could be going wrong? |