OPT version: 1.2.5 (Max)
I've noticed some problems creating a new task-forum
thread.
It is possible to click to 'New thread' within task
forum and post a message to it and it's all right. But,
after selecting Browse Threads, there is nothing.
I've checked content of mysql table 'forums'. There was
the new post I've made recently. But...attr_type column
was empty for that row.
Next, I've noticed that attr_type column is of an enum
type that contain 'taks' element. After quick php
source overview, I have determined that php is trying
to insert 'tasks' (with 's') value in attr_type column.
I have modified forums table in a way that now there is
an additional value at the end of enum list, namely
'tasks' value.
And it works for me.
Logged In: YES
user_id=608879
This bug is also described in bugreport 986745 and the
solution you've choosen is correct. It is/will be fixed in
the 1.2.6 release, of which I 'only' need to add three
missing files before releasing. Finding the time to do that
is a planning problem on my side, but it will be done.
If you're evaluating OPT, you might want to check out the
CVS version after you installed 1.2.5. The new/updated files
in the CVS only contain bug fixes, no new functionality.
1.2.6 will be a bug fix release.
Martin