MyBB Community Forums

Full Version: General Data Protection Regulation (GDPR) - anyone preparing plugins?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
(2018-05-25, 03:31 PM)Eldenroot Wrote: [ -> ]https://github.com/kawaii/mybb-amnesia

The amnesia.php file in my plugin area seems to break my plugin page (it turns blank).
(2018-05-25, 04:16 PM)IntoxNitram Wrote: [ -> ]
(2018-05-25, 03:31 PM)Eldenroot Wrote: [ -> ]https://github.com/kawaii/mybb-amnesia

The amnesia.php file in my plugin area seems to break my plugin page (it turns blank).

Happened to me as well.
Same here  Sad

Checking the code... in amnesia.php:
// hooks
\amnesia\addHooksNamespace('amnesia\Hooks');

Is this OK?
if the plugin is breaking your plugins page, it's probably because you did not meet the minimum requirements for the plugin to work.

as it says on the github readme:

Dependencies

MyBB >= 1.8.15
https://github.com/frostschutz/MyBB-PluginLibrary
PHP >= 7.1
(2018-05-25, 06:37 PM)andrewjs18 Wrote: [ -> ]if the plugin is breaking your plugins page, it's probably because you did not meet the minimum requirements for the plugin to work.

as it says on the github readme:

Dependencies

   MyBB >= 1.8.15
   https://github.com/frostschutz/MyBB-PluginLibrary
   PHP >= 7.1

Hi, I forgot to install MyBB-PluginLibrary as you said, but after install it, same problem happens.

My PHP is  7.0.30 so I'll upgrade it ASAP and I'll report later.

Thank you andrewjs18
This plugin works fine, you just need php 7.1 at least Smile
(2018-05-25, 07:18 PM)Eldenroot Wrote: [ -> ]This plugin works fine, you just need php 7.1 at least Smile

Yeah, with PHP 7.2.5 installed, the plugin page problem disappears.

I keep on testing!  Smile
Thought I had it, didn't realise my php version was so out of date (had 5.6)

Where exactly do the members select to make data anonymous?
(2018-05-25, 08:43 PM)IntoxNitram Wrote: [ -> ]Thought I had it, didn't realise my php version was so out of date (had 5.6)

Where exactly do the members select to make data anonymous?

this is done on the plugin side of things. check in the plugin settings, it's in there.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14