Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Problem deactivating plugin


chrishajer
Participant

@chrishajer

> Any other suggestions? Should I try this sollution?

Yes. The same problem is happening in another file. Your host has disabled or does not allow the glob function. So, you have the 2nd error. Same type of error, just in a different file now. You should change line 7 in bb-admin/plugins.php to this:

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

That will take care of the 2nd error. Then, post your results.

UPDATE: are you saying making this edit did not work? What was your result? Another error? Post the results please.

I am not certain about exporting and importing the database, so I would hold off on this. Please make a database backup now, before upgrading, if you haven’t already done so.

Skip to toolbar