Author Topic: Calendar - Dashboard  (Read 1932 times)

ps1978

  • Newbie
  • *
  • Posts: 2
    • View Profile
Calendar - Dashboard
« on: March 26, 2009, 10:01:24 am »
Hello!
I'm new hear and have a few questions.
1. Is it possible to see 2 weeks of the calender in the dashboard?

2. Is it possible to change the first day of a week to monday?

3. If the Backup doesn't go and the programm: "Fehler bei der Erstellung des Datenbank-Backups. Überprüfen Sie die Variable MYSQLDUMP_COMMAND."
in English something like this: mistake at the database-backup. Check the MYSQLDUMP_COMMAND.

What does ist mean?
Thanks for your help!

regards Peter from Austria

ignacio

  • Hero Member
  • *****
  • Posts: 1703
    • View Profile
Re: Calendar - Dashboard
« Reply #1 on: March 27, 2009, 10:46:15 am »
Hi Peter,

It is not possible to see two weeks on the dashboard, and it's not possible to set the starting day of the week, though this last one will be implemented as soon as we can.

The backup procedure is very problematic. First you have to set a MYSQLDUMP_COMMAND pointing to a program called "mysqldump". You can do this on file 'config/config.php'. Possible values are:
Code: [Select]
define('MYSQLDUMP_COMMAND', '/usr/bin/mysqldump');   // For Linux:
Code: [Select]
define('MYSQLDUMP_COMMAND', '"c:\Program Files\MySQL\MySQL Server 5.0\bin\mysqldump"'); // For Windows
Even when having this constant correctly defined, some people are still having problems with backup.