When performing the upgrade from, I received the following message:
Fatal error: Call to a member function fetch() on a non-object in /path/to/wwwroot/fixes.php on line 38
which has left the install in a state of not-quite-functional. The database is backed up, so a restore with a previous version is not impossible.
Trying to dig into the failure, it looks like this is related to Tickets #380 and #393.
On my site's user list, I can see a user declared as follows:
Username: Anonymous
Name: Anonymous
Email: anonymous0.68530600 [email protected]
Group: Guests
which was created during the Traq upgrade which initially added Anonymous users.
I just pushed the fix for this to the 3.4 branch, I will be releasing v3.4.2 tomorrow after testing the fixes myself when I get some time.
If you want you can update the
fixes.php
file with the changes and everything should hopefully work.