arved / PHP-Push-2-owncloud

PHP-Push-2 with CalDAV/LDAP + CardDAV for owncloud 5
GNU Affero General Public License v3.0
13 stars 4 forks source link

Installation on Owncloud 6 #10

Open ghost opened 10 years ago

ghost commented 10 years ago

Hey Guys,

thanks for your work. Im trying to use this release of z-push with owncloud 6. I installed it via git clone on a raspberry pi for testing.

Then I created /var/log/phppush and /var/lib/phppush and fixed the paths and set loglvl on debug in config.php. I set owner on www-data:www-data and rights on 775.

First Error: /var/www/phppush/include/caldav-client-v2.php:13 require_once(XMLDocument.php): failed to open stream: No such file or directory (2)

In /var/www/phppush/include/ is no XMLDocument.php. I checked other releases of z-push, it doenst exist anywhere.

So what is this row supposed to be ? require_once(XMLDocument.php);

Commenting it out made the script run further. After a missing package, php5-imap, i get a login promt, but i cant login. After entering any infos the login promt comes back. The Log is clean, I put it below.

I didnt configure IMAP because i dont want to use it. Is that a Problem ?

I hope you guys can help me so we manage to bring it on owncloud 6.

Greetz MCR2P

phppush.log: phppush

phppush-error.log: phppush-error

System just reachable via LAN so no need for censorship.

PS: Server IP: 192.168.67.12 Client IP: 192.168.67.21

ziirish commented 10 years ago

Hi,

Commenting XMLDocument.php is a bad idea. This file is provided by by the libawl-php package.

Then you may have to change theses lines to indicate the actual path of the files:

include/iCalendar.php:49:require_once('/usr/share/awl/inc/XMLElement.php'); include/caldav-client-v2.php:14:require_once('/usr/share/awl/inc/XMLDocument.php');