Hi all,
i’m used to import ics files via
php /var/www/egroupware/importexport/importexport_cli.php --definition import-calendar-1ical --file /file.ics --user hansa --password XXX
which worked perfect before starting to use the /vendor/ PEAR package.
Unfortunately with /vendor in place I get:
PHP Fatal error: Cannot redeclare class PEAR in /var/www/egroupware/vendor/pear-pear.php.net/PEAR/P EAR.php on line 87
Is this a bug in the code or do I have to do anything else eg. with the old PEAR installation on the server?
When moving /vendor away, importing does work again. So looks like a conflict between the installed PEAR
" Überprüfe ob PEAR installiert ist: 1.9.4
Passed Überprüfe ob PEAR::Net_Sieve installiert ist: 1.3.3
Passed Überprüfe ob PEAR pear.horde.org/Horde_Imap_Client (2.24.2) installiert ist: 2.25.1
Passed Überprüfe ob PEAR pear.horde.org/Horde_Nls (2.0.3) installiert ist: 2.0.4
Passed Überprüfe ob PEAR pear.horde.org/Horde_Mail (2.1.2) installiert ist: 2.4.0
Passed Überprüfe ob PEAR pear.horde.org/Horde_Smtp (1.3.0) installiert ist: 1.6.0
Passed Überprüfe ob PEAR pear.horde.org/Horde_Compress (2.0.8) installiert ist: 2.0.8
Passed Überprüfe ob PEAR pear.horde.org/Horde_Icalendar (2.0.0) installiert ist: 2.0.9
Passed Überprüfe ob PEAR pear.horde.org/Horde_Mapi (1.0.0) installiert ist: 1.0.3
Passed Überprüfe ob PEAR::Console_Getopt installiert ist: 1.3.1
Passed Überprüfe ob PEAR::XML_Feed_Parser installiert ist: 1.0.5
Passed Überprüfe ob PEAR::Text_Diff installiert ist: 1.1.1"
and vendor.
Actually i would prefer using the /vendor, as updating would be more easy.
Additionally, I deleted the egw-pear folder, because it is no longer in the 14.2 zip. Correct?
SVN: r51520
nice greets,
hansa