Installing this on vb 3.8.7. I used cuteftp to upload all the files, they are uploaded correctly I double checked. I get an error while uploading the product via admin cp. I used the xml file from the vb3 folder as I use version 3.8
Error I receive
Code:
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or '}' in /var/www/vhosts/XXXXXXXX.com/httpdocs/forum/dbtech/ajaxthreads/includes/class_install.php on line 36
Granted I understand the error has something to do with line 36 in the class_install.php file so I opened it in DW and this is what is on line 36.
Code:
protected static $db_alter = NULL;
Looking at the other lines of code (knowing nothing about php) it all looks the same. Not sure what the issue is.
Any ideas?