So I did some research and my php was version 4.8.75? Anyways it was to low, so after some more research, I was able to get it to default to 5.2.6
So now I just need to see if it spots anyone other than me 🙂
Thanks for all the help, great plug-in work!!
Parse error: syntax error, unexpected T_STRING, expecting ‘&’ or T_VARIABLE or T_CONST in /home/sites/the-deen.co.uk/public_html/wp-content/plugins/statrix/statrix.php on line 696
I had this same error, Member111, even after trying everything recommended above. However, I managed to solve the problem!
Instead of placing a new .htaccess in the statrix subdirectory, I added the AddType application/x-httpd-php5 .php line to the .htaccess file in the main wordpress directory.
I don’t know enough about .htaccess files to know if it matters, but as a 1and1 customer, I used their recommended format for that line also:
AddType x-mapp-php5 .php
Hope this is helpful to someone!