
ruediger.hausmann at netcologne
Apr 4, 2012, 10:48 AM
Post #6 of 12
(710 views)
Permalink
|
|
Re: upgrade from 0.9.9.4 to 1.0.2-r1 on gentoo-linux
[In reply to]
|
|
(Heck, who enabled html????) I'm able to log in now by providing the postgresql-data to a config.php file. The update-database script ran through, but all my principals and resources seem history :-( Rüdiger Am 04.04.2012 19:31, schrieb Rüdiger Hausmann: > OK, we're getting somewhere! > > Now I get this: > *Warning*: date(): It is not safe to rely on the system's timezone > settings. You are *required* to use the date.timezone setting or the > date_default_timezone_set() function. In case you used any of those > methods and you are still getting this warning, you most likely > misspelled the timezone identifier. We selected the timezone 'UTC' for > now, but please set date.timezone to select your timezone. > in*/var/www/localhost/htdocs/davical/always.php*on line*65 > > I once had this solved, but I forgot how. I faintly remember adding > something to a config.php or php.ini, but forgot the syntax. > > anyway. I'm getting this (and I need my calendars back, anyway!!!): > * > > > DAViCal Not Configured > > > The Bad News > > There is no configuration file present in*/etc/davical/config.php*(or > in*eg-server-conf.php*) so your installation is not fully set up. > > > The Good News > > Well, you're seeing this! At least you have DAViCal/installed/:-) You > also have Apache and PHP working and so really you are well on the > road to success! > > > The Dubious News > > You could try andclick here <http://eg-server/setup/start_here.php>and > see if that enlightens you at all. Odds are it's a fairly broken link, > but it might work sooner or later so keep downloading new versions and > trying again. Or make some guesses. Or bug Andrew :-) > > > The Really Basic Help > > The configuration file should look something like this: > > <?php > // $c->domain_name = 'davical.example.com'; > // $c->sysabbr = 'davical'; > // $c->system_name = 'DAViCal CalDAV Server'; > > $c->admin_email = 'admin [at] example'; > $c->pg_connect[] = 'dbname=davical user=davical_app'; > > > > Am 04.04.2012 18:23, schrieb François Périchon: >> On 04/04/2012 05:08 PM, Rüdiger Hausmann wrote: >>> Hi, >>> my alway.php has this: >>> // Utilities >>> if ( ! @include_once('AWLUtilities.php') ) { >>> $try_paths = array( >>> '../../awl/inc' >>> , '/usr/share/awl/inc' >>> , '/usr/local/share/awl/inc' >>> >>> which is obviously wrong. (Should read /usr/share/php/awl/inc) >>> If I change this, my error message changes (kind of progress, eh?): >>> >>> *Warning*: include(DAViCalSession.php): failed to open stream: No such >>> file or directory in*/var/www/localdomain/htdocs/davical/index.php*on >>> line*11* >>> >>> *Warning*: include(): Failed opening 'DAViCalSession.php' for inclusion >>> (include_path='../inc:/usr/share/php/awl/inc:/usr/share/php5/awl:/usr/share/webapps/davical/0.9.9.4/hostroot/inc/') >>> in*/var/www/localdomain/htdocs/davical/index.php*on line*11* >>> >>> *Notice*: Undefined variable: session >>> in*/var/www/localdomain/htdocs/davical/index.php*on line*12* >>> >>> *Fatal error*: Call to a member function LoginRequired() on a non-object >>> in*/var/www/localdomain/htdocs/davical/index.php*on line*12* >>> >>> ...and it does not work! >>> >>> Rüdiger >> Hi, >> >> For a reason I cannot explain, it seems Davical code hasn't been >> upgraded and you still use the old code. >> >> Reading again your first question, you didn't mention davical in the >> ebuild which were upgraded. Was davical installed with the sunrise >> ebuild in the first place? >> >> Can you try to move/backup your davical directory out of htdocs and try >> to re-emerge davical. >> >> You will then have a clean, up to date, davical code in your document root. >> > > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > > > _______________________________________________ > Davical-general mailing list > Davical-general [at] lists > https://lists.sourceforge.net/lists/listinfo/davical-general ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Davical-general mailing list Davical-general [at] lists https://lists.sourceforge.net/lists/listinfo/davical-general
|