Re: [Campsite Support] Missing File.php

Paul Baranowski <[email protected]> Thu, 03 Nov 2005 14:50:14 -0500
Newsgroups gmane.comp.cms.campsite.general
Message-ID <[email protected]>
Hi Dave -

Those are PEAR libraries.  They should have been installed automatically
when you installed Campsite, but looks like it didnt happen.

To install them, you need to run the "pear" command:

# pear install File
# pear upgrade File
# pear install File_Find
# pear upgrade File_Find
# pear install XML_Util
# pear upgrade XML_Util

- Paul

[email protected] wrote:
> Author: Dave
> Link:  http://code.campware.org/phorum/read.php?8,2929,2929#msg-2929
> --------------------------------------------------------------------------------
> 
> When I access mysite.com/admin/login.php I recieve this error.
> 
> Warning: main(File.php): failed to open stream: No such file or directory in /usr/local/campsite/www-common/html/priv/localizer/Localizer.php on line 12
> 
> I cant find this file anywhere.
> 
> Also in Localizer there is this line
> 
> require_once('File/Find.php');
> 
> I dont have this either
> 
> 
> Also, there is a call in Serializer.php to XML/Util.php
> 
> Cant find that either.
> 
> Did I do something wrong on install?
> 
> Thanks
>