When I try to update, the terminal comes out written: PHP Parse error: syntax error, unexpected 'print' (T_PRINT), expecting identifier (T_STRING) in /var/www/vhosts/k2gaming.it/httpdocs/public/update.php on line 242
Hi,
what PHP version does your server use?
Guess naming a method "print" was not a smart move. :/
more error incoming
@chriskonnertz some solution?
Hi,
what PHP version does your server use?
i try with php 5.6.30 and 7.1.7
@Laxeer0 So the error message says that there is not file in "/var/www/vhosts/k2gaming.it/httpdocs/public/../AppBridge.php" which is the same as "/var/www/vhosts/k2gaming.it/httpdocs/AppBridge.php"
Please tell me if this file exists? If it exists, maybe there is a problem with missing permissions?
@chriskonnertz don't exist
Okay that is really strange, it should exist as you can see here:
https://github.com/Contentify/Contentify/ or here: https://github.com/Contentify/Contentify/blob/2.1/AppBridge.php
I am suprised that you have the public/update.php file but not the AppBridge.php file?
i resolve
Ok great!