Hi,
I want to use the phpRaid sync, but I always get the following error :
Your phpRaid installation could not be found! Please check that $phpraid_dir is set properly in conf.php
This is the conf.php and the phpraid directory is located under <roster basedir>/phpraid. I think the setting is right, if I dont get it wrong how to configure it.
<?php
$phpraid_user = 'user';
$phpraid_pass = 'pw';
$phpraid_host = 'localhost';
$phpraid_name = 'name';
$phpraid_prefix = 'phpraid_';
// location of phpRaid directory relative to roster
// DO NOT include a trailing slash
$phpraid_dir = '../phpraid';
?>