: look at http://www.ecosoft.net
 
: look at http://www.ecosoft.net
    +
* after updating i have a problem with a "select * from calendar where (`repeat_type` = 0)"
 +
: just run update.php one more time
       +
* How to add new locations within 'Calendar new appointment' form.
 +
: Locations are stored in en.p3 file. Note: Instead of directly modifying the en.p3 you should always create an en_custom.p3 or lang_custom.p3 file on the same path which is read after the standard language files.
 +
Custom files are never affected by TUTOS and will work after upgrades.
       +
* Notification emails / reminders doesn't work - despite the fact that send mail path is correct.
 +
: Insure whether your hosting provider supports sendmail function - and your open_basedir setting (check phpinfo page) - contains /usr/local/bin path - that will allow running files in those directories.
    +
A Work around:
 +
You can either change mailsending to SMTP or change open_basedir setting
 +
in the /usr/local/lib/php.ini  file for your installation to allow
 +
access to /usr/local/bin
 +
See http://php.net/manual/en/ini.core.php#ini.open-basedir