Flynntes/Sleeky

Error when enabling backend plugin

Opened this issue · 5 comments

Hello,

I am running YOURLS docker version 1.8.2 & Sleeky version 2.4.1.

Backstory:
I tried the latest sleeky version (2.5) and the frontend did not appear correct at all and the backend had the error:
"Plugin generated unexpected output. Error was: "
when I try to enable the plugin in the admin area. It doesn't even tell me what the error is!
After trying version 2.4.1, I got the frontend to display nice and correct. The backend, however, still has the same problems. I have tried going to YOURLS v1.8.1 & 1.8
Both still have the same issue with the backend.
FYI, I have no other custom plugins installed.

If the issue is with my configuration, what am I doing incorrectly?

I'm having the same problem after loggin in

I'm having the same problem after loggin in

Hello! I actually figured it out.

The environment variable: YOURLS_PRIVATE
has to be set to TRUE

If set to FALSE, then SLEEKY backend will not work. YOURLS_PRIVATE determines if your admin panel is password protected or not. You probably want that anyways. Hope this helps!

Thanks, I'll try it

So, @MexHigh does it did the trick?

Because sadly for me, my YOURLS_PRIVATE was already at true!
And when I activate the backend, the only difference I have from the original backend is I lose the menu.

before

image

after

image

@JOduMonT Sorry I forgot to answer. Unfortunately, that didn't help with me either. My instance was private before too.