Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Errors after installing plugin

Received: by 10.216.174.146 with SMTP id x18mr112657wel.10.1316330354731;
        Sun, 18 Sep 2011 00:19:14 -0700 (PDT)
X-BeenThere: fat-free-crm-dev@googlegroups.com
Received: by 10.216.195.215 with SMTP id p65ls20373805wen.2.gmail; Sun, 18 Sep
 2011 00:19:13 -0700 (PDT)
Received: by 10.216.186.78 with SMTP id v56mr112516wem.11.1316330353859;
        Sun, 18 Sep 2011 00:19:13 -0700 (PDT)
Received: by 10.216.142.134 with SMTP id i6mswej;
        Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
Received: by 10.216.203.143 with SMTP id f15mr86162weo.6.1316330317508;
        Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
Received: by 10.216.203.143 with SMTP id f15mr86161weo.6.1316330317492;
        Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
Return-Path: <rob2...@gmail.com>
Received: from mail-wy0-f180.google.com (mail-wy0-f180.google.com [74.125.82.180])
        by gmr-mx.google.com with ESMTPS id d7si149095wbp.2.2011.09.18.00.18.37
        (version=TLSv1/SSLv3 cipher=OTHER);
        Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
Received-SPF: pass (google.com: domain of rob2...@gmail.com designates 74.125.82.180 as permitted sender) client-ip=74.125.82.180;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of rob2...@gmail.com designates 74.125.82.180 as permitted sender) smtp.mail=rob2...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by wyj26 with SMTP id 26so6307159wyj.39
        for <fat-free-crm-dev@googlegroups.com>; Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:date:message-id:subject:from:to
         :content-type:content-transfer-encoding;
        bh=khjunvH02NSG5iGpjzHKlKydIBk1jCCBU1NPYUCQFsE=;
        b=KupdY9kWg1F/9FkQTBX0XTF8MG49LbpZjy4a7aez4LfaHb89pdVyDNtnvLezsxTSEq
         Fc34X7oCvd1Hvb72dJmf4aP8HYgysg+gurdQF2juhTTV4u6mE74gkRgsOXCY9szZwf0M
         3Fn4ml5DfaWpmuo6F78uz9+G3NUHFtpxROUwQ=
MIME-Version: 1.0
Received: by 10.227.26.8 with SMTP id b8mr1290459wbc.45.1316330317260; Sun, 18
 Sep 2011 00:18:37 -0700 (PDT)
Received: by 10.227.199.83 with HTTP; Sun, 18 Sep 2011 00:18:37 -0700 (PDT)
In-Reply-To: <18595112.1473.1316302944238.JavaMail.geo-discussion-forums@yqcd38>
References: <18595112.1473.1316302944238.JavaMail.geo-discussion-forums@yqcd38>
Date: Sun, 18 Sep 2011 03:18:37 -0400
Message-ID: <CACsmJGZ-UDTZjoVap0aZRnAT-ytkxofE+A5DiwtYAsVP_c2...@mail.gmail.com>
Subject: Re: [fat-free-crm-dev:492] Errors after installing plugin
From: Rob Esposito <rob2...@gmail.com>
To: fat-free-crm-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

As a workaround, I put the following in application.rb:
    config.autoload_paths +=3D %W( #{config.root}/extras #{config.root}/lib=
 )

However, I'm not sure if it's a good idea to autoload everything under lib.


- rob

On Sat, Sep 17, 2011 at 7:42 PM, rob <rob2...@gmail.com> wrote:
> Hi all,
> I'm trying to install some of the plugins listed here
> -=A0https://github.com/michaeldv/fat_free_crm/wiki/Available-plugins. =A0=
I
> understand some of them may not be in working condition, but I'm getting =
a
> similar error with all of them which I haven't been able to track down. =
=A0For
> example, with the crm_web_to_lead plugin, when starting the server...
> .../vendor/plugins/crm_web_to_lead/init.rb:3:in `block in <class:Plugin>'=
:
> uninitialized constant FatFreeCRM::Plugin (NameError)
>
> If I put in 'require "fat_free_crm"' at the top of the init.rb, it gets a
> little further but then starts complaining about missing 'is_paranoid'.
> =A0Plus, there is already 'require "fat_free_crm"' in the fat_free_crm.rb
> initializer so I would think it wouldn't be needed. =A0Any ideas what mig=
ht be
> wrong or how to troubleshoot further?
>
> Thanks,
> Rob
>
> --
> You received this message because you are subscribed to the Google Groups
> "Fat Free CRM Developers" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/fat-free-crm-dev/-/hskFWVOYDiAJ.
> To post to this group, send email to fat-free-crm-dev@googlegroups.com.
> To unsubscribe from this group, send email to
> fat-free-crm-dev+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/fat-free-crm-dev?hl=3Den.
>