MyBB Community Forums

Full Version: Plugin errors
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
"Fatal error: Call to undefined function rebuildsettings()" I get this error when I try and install a donation page plugin. Any ideas what I need to do? 

Fatal error: Call to undefined function db_create_table()" I also get this error when I try and set up "Lottery"

As far as I know I've installed these plugins up to date and also following the tutorials on them.

Any help?
rebuildsettings() should be changed to rebuild_settings() in the plugin php file

note: php files should be saved in unicode (utf-8) without BOM (see related guidance)

can you give the link of that lottery plugin
(2015-08-18, 04:12 PM).m. Wrote: [ -> ]rebuildsettings() should be changed to rebuild_settings() in the plugin php file

note: php files should be saved in unicode (utf-8) without BOM (see related guidance)

can you give the link of that lottery plugin

http://forums.mybb-plugins.com/Thread-Po...ottery-2-0

I believe that is the link I got it from.

Im not sure but, I changed the "rebuildsettings()" to "rebuild_settings()" and I'm getting the same error