just a few issues that I have bumped on when installing Foodle 3.0r150
- hardcoded path in
- foodle_3.0_r150/www/_include.php on line 5
- all css/js files in foodle/templates/includes/header.php
- <img id="ulogo" alt="notes" src="/res/uninettlogo.gif" /></a> on line 111
- Undefined index: PATH_INFO in /opt/foodle_3.0_r150/www/index.php on line 7
- Undefined variable: userid in /opt/foodle_3.0_r150/lib/Pages/PageFront.php on line 58
- Undefined index: calenabled in /opt/foodle_3.0_r150/templates/includes/header.php on line 38
- translation is not working properly, site looks like this:

my config.php:
$config = array (
'simplesamlphpdir' => '/opt/simplesamlphp/',
'basedir' => '/opt/foodle/',
'baseurlpath' => '/foodle/',
'templatedir' => 'templates/',
'dictionarydir' => 'dictionaries/',
/*
* Languages available and what language is default
*/
'language.available' => array('en', 'no', 'nn', 'da', 'sv', 'nl', 'de', 'es', 'sl', 'hr'),
'language.default' => 'en',
'auth' => 'foodle',
// This user IDs will see a list of all foodles on the front page.
'adminUsers' => array(
'te...@arnes.si'),
// Enable login from facebook, and links to share current foodle on facebook.
'enableFacebookAuth' => FALSE,
// E-mails from Foodle to end-users is sent from this address.
'fromAddress' =>
'sor...@arnes.si',
'db.host' => 'localhost',
'
db.name' => 'foodle',
'db.user' => 'foodle',
'db.pass' => 'secret',
);
runnin on CentOS 5.5 (php5.1.6)
There is also no docs about enabling calendar functionality? :-(
Best regards,
Alex