(Sorry about the RichText - done it for the table below.)
> > > problems we have with PHP5b4 first (database damage for instance).
> > How concrete a risk is that in fact? Has anyone already had
> > some data loss?
>
> Concrete known is the fact that using Web Structure Admin panel will kill all
> your menu settings in the database. The result is that your coWiki pages
> doesn't show a menu on the left side. We had this problem already with PHP5b2
> (was an array bug in PHP, see http://bugs.php.net/bug.php?id=25976). It's not
> fixed because PHP developer are not able to reproduce this bug. I'll reopen
> when I'm sure that is already the same problem.
Ehhmmm, just modified coWiki for beta4, and now I see how concrete
this problem is... :) However, the DB table seems to be correct:
mysql> select name, menu from cowiki_node;
+----------------------+------+
| name | menu |
+----------------------+------+
| Project Management | Y |
| Software Engineering | Y |
| Main Page | Y |
| sds | Y |
+----------------------+------+
Kai, or someone else, have you happened to find a workaround for the
menu problem? Or have you found out is this the same array problem
as with beta2?
Thanks,
Sz.
|