From owner-freebsd-questions@FreeBSD.ORG Thu Apr 26 08:16:15 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F305616A400 for ; Thu, 26 Apr 2007 08:16:15 +0000 (UTC) (envelope-from howie@thingy.com) Received: from post1.network-i.net (antigua.network-i.net [212.21.121.181]) by mx1.freebsd.org (Postfix) with SMTP id 5E2FF13C489 for ; Thu, 26 Apr 2007 08:16:15 +0000 (UTC) (envelope-from howie@thingy.com) Received: (qmail 14416 invoked from network); 26 Apr 2007 08:16:13 -0000 Received: from unknown (HELO ?10.1.1.134?) (212.21.99.52) by post1.network-i.net with SMTP; 26 Apr 2007 08:16:13 -0000 Message-ID: <46306047.7020203@thingy.com> Date: Thu, 26 Apr 2007 09:18:15 +0100 From: Howard Jones User-Agent: Thunderbird 1.5.0.10 (Windows/20070221) MIME-Version: 1.0 To: eternityos@free.fr References: <1177545372.462fea9c47194@imp.free.fr> In-Reply-To: <1177545372.462fea9c47194@imp.free.fr> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: [freebsd-questions] cacti lost it's images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Apr 2007 08:16:16 -0000 eternityos@free.fr wrote: > After my last cacti upgrade, I seen it totaly lost it's images and sounds like > it also lost it's css... > The strange... I mean _STRANGE_ thing is when analysing the HTML source... the > images are not even called!!! > > No anywhere.... > Is it possible that the port now contains the plugin architecture, and you need to add/alter the url_path line in the config file? $config["url_path"] = '/cacti/'; I think when that is wrong, it will produce the symptoms you see. Howie