Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Error


chrishajer
Participant

@chrishajer

Regarding the glob thing – you are going to need the same sort of fix for the glob anywhere it’s used in bbPress since your host disabled it. You would have to grep through all the code and say something like:

if ( function_exists( 'glob' ) && is_callable( 'glob' ) ) {
whatever test that used to use glob;
}

Not sure the best way to deal with that.

Skip to toolbar