Justin- Can you verify that you can see to_safe_uri defined in vendor/plugins/less_monkey_patching/lib/string.rb? And is there any additional information in the failure output?
Also, what error were you getting with the uuid? On an installation, it needs to generate a uuid.state file that depends on the MAC address of a network adapter. The lookup for that will fail if the user you're running under can't find the "ifconfig" command which is usually in /sbin. That directory usually isn't in the PATH for non-admin (aka root) users. UUID is used to create a unique identifier for your Insoshi install (see db/migrate/012_create_local_keys.rb) and for generating email verification codes. Long On Tue, May 6, 2008 at 9:02 PM, Justin <[EMAIL PROTECTED]> wrote: > > Ah one thing I forgot to mention that I also had an error about 'uuid' > and it worked fine when I comment out the "require 'uuid'" statement > in the custom_require.rb file > > Thanks! > > > -- Long Nguyen [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
