A couple of weeks ago I started to have problems with my blog
http://www.ottens.co.uk/gatehouse/ User log-ins weren't remembered
anymore and tags weren't displayed. As a result of this, user avatars
arent' showing up anymore. When I give a new "Portrait URL" and "Save"
the field appears empty again. The same happens with tags. I can enter
tags and it *does* save them (for if I click to see all posts tagged
"Architecture" for example, the latest posts do show up) but when I go
back to "Edit" a post, the tag fields underneath is empty again.
I have already upgraded to the latest version of Habari, thinking that
might be the problem, and over IRC, have established that in all
likelihood, this is not a database problem.
Any thoughts?
Thanks!
I've got this as well. I notice that the dashboard doesn't seem to be saving the options properly either, is showing the welcome screen, and I've got some disappearing tags on posts.
The tags issue seemed to be fixed in classes/post.php line 1012 by changing
$result = Tags::get_associations( $this->fields['id'] );
to
$result = Tags::get_associations( $this->id );
(I'd submit a patch, but I thought I'd wait for someone here to tell me I'm doing something dumb first)
With the dashboard and the user options thing, it looks like the fields value isn't being set. The user is being created through users get, but it looks the 'fields' property is filled with empty values, but the 'newfields' property has the data we'd want. Anyone got any thoughts on that?
Ian
--Nick
On Jan 7, 10:49 pm, Ian Barber <ian.bar...@gmail.com> wrote:
--
To post to this group, send email to habar...@googlegroups.com
To unsubscribe from this group, send email to habari-dev-...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/habari-dev
Rick