I am experiencing a problem with STK Database Cleaner.
I am running a board in 3.0.12 and would like to upgrade it to 3.2.8. I'm not sure I have modded the database in the past (been a while!), so as they advise on the official page, I'd rather use the Database Cleaner to be sure.
I downloaded the 1.0.7-PL3 version of the STK here : https://www.phpbb.com/customise/db/official_tool/stk/ which is said to be compatible with 3.0.12.
I unpacked in my forum directory successfully.
I browse to the STK index and it's ok, I am logged with my admin account.
I browse to Support Tools -> Database Cleaner and I get a blank page with only 1 text error line:
Parse error: syntax error, unexpected 'new' (T_NEW) in /home/zebix/public_html/forum/includes/captcha/plugins/phpbb_captcha_qa_plugin.php on line 104
I went to that file and checked the mentioned line, here is the code:
Code: Select all
function &get_instance()
{
$instance =& new phpbb_captcha_qa(); // my comment: this is line 104
return $instance;
}