Ciao Ciro I've just tested this exact download and I can't reproduce your issue at all.
The errors you are seeing would indicate several of the variables defined in the system/themes/charcoal/theme.php file aren't being set. The most likely reason for this is either: $opts = Options::get_group( __CLASS__ ); ... is returning something on your clean installation when it shouldn't be, or ... Options::set_group( __CLASS__, $this->defaults ); ... isn't running when you initially install Habari and select this theme. I've checked the download and everything looks good there so this is likely to be something specific to your environment. - Do you get any errors within the Habari logs when you login? - Do you get any errors within your webserver logs? - Are you using a completely new set of Habari tables in your MySQL DB? - Are you able to test a simple installation using sqllite as the DB? If so, do you see the same problem there? - Do these errors go away if you login to Habari and then go to Themes and click "Save" to save the Charcoal options? Regards, Colin On Mon, Nov 19, 2012 at 8:30 AM, Ciro Attanasio <[email protected]> wrote: > Hi. > > 1. the most recent habari_head.zip from > http://habariproject.org/dist/habari_head.zip > 2. I use: > - Windows XP as OS > - WampServer as Server > - 5.18 as PHP Version > - 5.5 as MySQL Version > > Thanks for help, bye. > -- > > *Ciro Attanasio* > > Software Analyst and Developer > Fondamente SrL - Mestre (VE) > > Progetto Transynergy > Università degli Studi di Milano > > GSM: +39 328 7577162 > Skype: cattani0 > Sito Web: http://www.fondamente.it > > > 2012/11/17 mikelietz <[email protected]> > >> Ciro, >> Was that with the most recent habari_head.zip or a checkout of master >> from github? >> >> What server/OS are you using? >> >> Thanks! >> >> On Nov 16, 9:37 am, Ciro Attanasio <[email protected]> wrote: >> > Hi. >> > >> > I have a problem with HABARI 0.9. >> > >> > In it not work the "template", I attach image of error. >> > >> > Thanks for help, bye. >> > >> > -- >> > >> > Ciro Attanasio >> > >> > Software Analyst and Developer >> > Fondamente SrL - Mestre (VE) >> > >> > Progetto Transynergy >> > Università degli Studi di Milano >> > >> > GSM: +39 328 7577162 >> > Skype: cattani0 >> > Sito Web:http://www.fondamente.it >> > >> > Habari09.bmp >> > 2332KViewDownload >> >> -- >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/habari-dev >> > > > > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev > -- Colin Seymour Blog: http://colinseymour.co.uk Tech Stuff: http://lildude.co.uk Barefoot Running: http://barefootrunner.co.uk IRC: lildude #habari -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev
