This product will not install on vB version 3.8.x (it hangs during the install product upload function).
In PHP errors, this is the error:
Code:
[07-Dec-2017 04:48:21 UTC] PHP Fatal error: Class name must be a valid object or a string in /var/www/WebPush/_source/turnkeymobileapps/WebPush/src/Databases.php on line 128
[07-Dec-2017 04:49:52 UTC] PHP Fatal error: Class name must be a valid object or a string in /var/www/WebPush/_source/turnkeymobileapps/WebPush/src/Databases.php on line 128
[07-Dec-2017 04:54:44 UTC] PHP Fatal error: Class name must be a valid object or a string in /var/www/WebPush/_source/turnkeymobileapps/WebPush/src/Databases.php on line 128
This line of the code is:
Code:
$options['query'] = Text::insert($text, $options);
I have checked and all the uploaded files, permissions, php version, etc are all correct.
Please advise.
Thanks.