Boofo.. you're the one to ask... hummm
ok, let's see:
PHP Code:
$DB_site->query ( "INSERT INTO " . TABLE_PREFIX . "phrase VALUES ( NULL, '-1', 'error_no_reg_on_disabled_cookie', 'The Administrator has required that all visitors requiring to register have their Cookies Enabled, to add more security to the board.', '1000' )" ) ;
...this will add the error phrase... i suppose Stewart can handle this in a install script or give the mysql in the howto.
and change this:
PHP Code:
eval('print_output("' . fetch_template('manNeedsCookie') . '");');
to this:
PHP Code:
eval ( print_standard_error ( 'error_no_reg_on_disabled_cookie' ) ) ;