Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 18, 20205 yr Hi, I wanted to set up a mirror copy of one of my boards for testing some new style elements. I have done this several times before with this one and other of my IP boards, but this time it's not working as usually and I don't know why. I hope anyone can help me. The original board: www.dasylab-forum.de Mirror copy: www.tschepe.biz Error message: Parse error: syntax error, unexpected '?', expecting variable (T_VARIABLE) in /www/htdocs/rhatios/forum/init.php on line 1367 What I have done: I have duplicated the database and the html files. After that I edited the index.php in the root directory changing the IPB_URL: define( 'IPB_URL', 'http://www.dasylab-forum.de/forum' ); to define( 'IPB_URL', 'http://www.tschepe.biz/forum' ); and the forum\conf_global.php: 'board_url' => 'https://www.dasylab-forum.de/forum', 'sql_host' => 'dasylab-forum.de', 'upload_url' => 'https://www.dasylab-forum.de/forum/uploads', 'sql_database' => '********', 'sql_user' => '********', 'sql_pass' => '********', to 'board_url' => 'https://www.tschepe.biz/forum', 'sql_host' => 'tschepe.biz', 'upload_url' => 'https://www.tschepe.biz/forum/uploads', 'sql_database' => '********', 'sql_user' => '********', 'sql_pass' => '********', Any ideas? Thanks in advance for your help! init.php
May 18, 20205 yr Community Expert Your server does not meet the minimum requirements to use Invision Community, you can get our requirement checker here: Remember, to comply with our license, you should change your test site to be inaccessible to the internet and use the test license key
May 19, 20205 yr Author Great, thank you! http://www.tschepe.biz/ips4.php Quote You are not running a compatible version of PHP. You need PHP 7.1.0 or above (7.2.0 or above recommended). You should contact your hosting provider or system administrator to ask for an upgrade. I will check this!
Archived
This topic is now archived and is closed to further replies.