Hello friends!
We have ProjectTools2.3.1 running well on vB4.5 with PHP7.1.9 and MariaDB10.1.26 installed.
But there are two fatal problems:
1. when trying to import a thread (Example: projectpost.php?do=importcontent&p=12392&type=post ) an error occurs:
PHP Code:
(PHP Warning): array_keys() expects parameter 1 to be array, null given in ....\projectpost.php (Zeile 4989)
2. when clicking on a projecttype (Example: issuelist.php?projectid=1&issuetypeid=SFMInfo) an error occurs:
PHP Code:
[] operator not supported for strings on line 448 in ..\issuelist.php
#0 {main}
(Fatal User Error): [] operator not supported for strings on line 448 in ....\issuelist.php in ....\vb\vb.php (Zeile 286)
Trace Data:
#1 : vbstop() called in ....\includes\class_core.php on line 6090
#2 : vbulletin_error_handler() called in on line
#3 : trigger_error() called in ....\vb\vb.php on line 286
#4 : vB::handleException() called in on line
Var Type:
[ NULL ]
Var Data:
null
I have seen that it works very well here:
https://www.vb-os.com/project/2-Project-Tools with vB4.5Beta3.
Is there a way to fix this?