MyBB Community Forums

Full Version: problem when installing an add-on
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am facing this problem when installing an add-on

Thread icons & prefixes on index
at least tell us what plugin you are using so we can better help you
These are the additions that I use

[attachment=42994]
Open the plugin file (tpref.php) in a text editor and go to line no. 35
find this following line:
"gid" => "",
and delete it.

Now save the file and try activating the plugin again.
The unresolved line was deleted
Replace the line "disporder" => "", in the same bloc with "disporder" => 0,
The problem has not been resolved, please I want a solution
Can't you try to understand what we said previously ? Find all lines "sid" => "", in the tpref_activate function and remove them.

Sometimes, understanding what you do (or what we told to do) could be realy useful.
Those auto-incremental declarations should be ignored.
If your PHP strict mode is on turn it off.