Re: problem with installation
Sorry for the repeated posts: I also tried:
This: ‘error_reporting(E_ALL & ~E_DEPRECATED); ini_set(“display_errors”,”On”)’
and this: ‘error_reporting( E_ALL & ~E_DEPRECATED );’
and this: ‘if ( !defined( ‘BB_ERROR_REPORTING’ ) ) {
define( ‘BB_ERROR_REPORTING’, E_ALL & ~E_DEPRECATED );
}
error_reporting( BB_ERROR_REPORTING );’
None of these worked. I get down to one remaining error still displaying and no access beyond that error at /bb-admin.
Thanks again. I’ll watch the ticket.