Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: PHP Error Messages


Sam Bauers
Participant

@sambauers

Change line 168 of bb-settings.php to

if ( function_exists( 'glob' ) && is_callable( 'glob' ) )

.

Also, change line 6 of bb-admin/plugins.php to (note curly brace at the end)

if ( function_exists( 'glob' ) && is_callable( 'glob' ) ) {

.

I suspect the version of PHP where the problem is occurring is less than 4.3.0

Either that or the “glob” function is disabled by the system administrator.

Skip to toolbar