drac: it looks like I killed your *info update. Can you please
re-apply that? I'm very sorry. :(
The WP importer is very, very dead.
Owen
No worries skippy :) all in a good cause and I'd really like to play
with Jay's changes in trunk in any case.
Chris
On Jan 25, 5:24 am, drac <lairm...@gmail.com> wrote:
> On 1/25/07, Scott Merrill <ski...@skippy.net> wrote:
>
>
>
> > Jay and I checked in r411, which merges most of his branch with
> > trunk. We fixed many of the problems we identified, but as always
> > thorough testing is necessary.
>
> > drac: it looks like I killed your *info update. Can you please
> > re-apply that? I'm very sorry. :(No worries skippy :) all in a good cause and I'd really like to play
Fatal error: Call to undefined method DB::o() in
*****\habari\system\classes\userinfo.php on line 6
the "******" are mine :)
I´m installing it on xaamplite, wich uses PHP 5.2 and MySQL 5, also i
droped the old database
Thanks
Christian Roque
just a Habari fan
Computer Guru
NeoSmart Technologies
http://neosmart.net/blog/
Two things I can see now:
1. The WP importer is broken
2. I can't logout
On 25 ene, 10:49, Computer Guru <computerg...@neosmart.net> wrote:
> Perform an update from SVN, drop the database, and run the installer again.
> There is a new revision out now.
>
> Computer Guru
> NeoSmart Technologieshttp://neosmart.net/blog/
>
>
>
> > -----Original Message-----
> > From: habar...@googlegroups.com [mailto:habar...@googlegroups.com]
> > On Behalf Of RoQ
> > Sent: Thursday, January 25, 2007 5:44 PM
> > To: habari-dev
> > Subject: [habari-dev] Re: r411
>
> > Hi, I´m trying to intall this revision, and after I fill the
> > installation form I get an error
>
> > Fatal error: Call to undefined method DB::o() in
> > *****\habari\system\classes\userinfo.php on line 6
>
> > the "******" are mine :)
>
> > I´m installing it on xaamplite, wich uses PHP 5.2 and MySQL 5, also i
> > droped the old database
>
> > Thanks
>
> > Christian Roque
> > just a Habari fan
>
> > On 24 ene, 23:14, "Scott Merrill" <ski...@skippy.net> wrote:
> > > Jay and I checked in r411, which merges most of his branch with
> > > trunk. We fixed many of the problems we identified, but as always
> > > thorough testing is necessary.
>
> > > drac: it looks like I killed your *info update. Can you please
> > > re-apply that? I'm very sorry. :(
>
> > > --
> > > ski...@skippy.net |http://skippy.net/- Ocultar texto de la cita -- Mostrar texto de la cita -
On Jan 25, 4:34 pm, "RoQ" <chro...@gmail.com> wrote:
> Thanks, it works now, but first I get a lots of errors because because
> I set a prefix for the tables, so I get lots of errors about tables not
> found, so I drop the db again and install it without prefixes, and it
> runs fine.
> > Perform an update from SVN, drop the database, and run the installer again.
> > > > ski...@skippy.net |http://skippy.net/-Ocultar texto de la cita -- Mostrar texto de la cita -
Computer Guru
NeoSmart Technologies
http://neosmart.net/blog/
> -----Original Message-----
> From: habar...@googlegroups.com [mailto:habar...@googlegroups.com]
> On Behalf Of Root
> Sent: Thursday, January 25, 2007 7:10 PM
> To: habari-dev
> Subject: [habari-dev] Re: r411
>
>
Oh, come on, don't give up :)
Two things. First, the k2 theme is *not* exactly the same. Whereas
before, you were using the syntax URL::o()->settings['some_var'] in your
templates, now you just access the variable itself: $some_var. Second,
I deliberately kept the theme templates as much as possible the same as
before so that folks didn't feel like there was a big difference. The
changes in the theming system really come from how the variables and
actions are handled by the handler, not the templates. You'll notice
that all calls which actually *retrieve* data (such as Posts::get()) are
entirely removed from the templates themselves and reside entirely in
the handler now. The Theme class has the ability to override the
default handler's default actions, and I will post instructions on how
to do that.
The database stores the information about the theme, including it's
template engine. The k2 theme doesn't use anything special, so it
doesn't need any special files currently.
I'll be posting a tutorial on how to create a new theme later today.
Just haven't had a chance to work on it yet.
Jay
<?php foreach ( $posts = Posts::get($display) as $post ) { ?>
And that is the copy of K2 that now resides in /user/themes/ so I am
not sure what is up. I look forward to the tutorial!
Chris
On Jan 25, 12:40 pm, Jay Pipes <j...@mysql.com> wrote:
> chrisjdavis wrote:
> > Okay, I give up, where and what syntax do I use to tell the theme
> > engine what I am using? The included K2 looks exactly like it did
> > before the theme engine goodness. Is RawPHP a default, and I only have
> > to designate if I am wanting to use an alternative?Oh, come on, don't give up :)
Hmm, that's because index.php is not used. posts.php is... Must be that
I didn't take out the index.php page.
> And that is the copy of K2 that now resides in /user/themes/ so I am
> not sure what is up. I look forward to the tutorial!
I'll ping you when it's done. Cheers,
jay