MyBB Community Forums

Full Version: Plugin Dev Guide
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This:

https://mydomain.com/mybb/?action=action=sSkills

Should be:

https://mydomain.com/mybb/index.php?action=sSkills

If that still doesn’t work please upload your full plugin file here without removing anything.
(2019-04-01, 05:54 AM)effone Wrote: [ -> ]"Hello World!" plugin included with the package is the best guide.
Read it like a story book.

It seems, i have found the problem. I have used a installation via a Softaculus automated installer. Since the hello world example didn't work also, i have started to test with a manual installed versions now. And now both plugins, the hello world example and also my plugin start to work. Completely. In the automated installation, they work only partial. I don't know what was wrong with it, but now, since it works as expected, i use the manual installed version.

I'm not really happy with that hosting solution, since i cant use SSL Certificates from Letsencrypt. But i since that's only a small project for a small gaming community, i don't want to invest money in a more complete hosting solution. Maybe i found a better hoster with SSL, PHP and MySQL in future.
MyBB doesn't encourage automated installation so far for this reason.
Pages: 1 2