Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2183

Extension Writers Discussion • Re: Fatal error when trying to delete extension data

$
0
0
Pretty easy, just remove the superfluous array statement in your revert_data function:

Code:

public function revert_data(){return array(array('config.remove', 'splicker_snapnews'),array('config.remove', 'enable_snapnews'),array('config.remove', 'enable_snapnews_index'),array('permission.remove', 'u_allow_news_posting'),);}

And BTW, you do not need to use the revert_data and revert_schema functions since phpBB does that by itself.

Statistics: Posted by Mike-on-Tour — Sat Mar 15, 2025 8:51 am



Viewing all articles
Browse latest Browse all 2183

Trending Articles