Jump to content

Problems installing a mirror copy

Featured Replies

Posted

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

  • 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 

  • 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!

  • Author

That was the solution, thanks again!

./solved

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.