Log in

View Full Version : Bug Tracker is broken


Dinocanid
11-05-2017, 05:37 PM
When trying to post a new thread in the bug tracker, this pops up on a white screen:

Deprecated: Assigning the return value of new by reference is deprecated in /home/mysidia/public_html/adoptables/forum/projectpost.php on line 495

Deprecated: Assigning the return value of new by reference is deprecated in /home/mysidia/public_html/adoptables/forum/projectpost.php on line 905

Deprecated: Assigning the return value of new by reference is deprecated in /home/mysidia/public_html/adoptables/forum/projectpost.php on line 1346

Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in /home/mysidia/public_html/adoptables/forum/includes/class_dm_pt_issue.php on line 138
It's been broken ever since the move, but nothing was fixed so I decided to post about it here.

Hall of Famer
11-15-2017, 10:08 AM
umm this, I am not sure if it has anything to do with moving webhost, but I will try to fix it. Seems that it is an issue with forum update.

Hall of Famer
08-17-2020, 11:23 PM
Its been fixed, the problem is with the bug tracker script using old PHP 4 syntax when calling superclass constructor, while the superclass constructor is already updated to PHP 5 syntax. Its possible to post new issues again. :veeee: