MyBB Community Forums

Full Version: Plugin Uploader Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I noticed I was a bit behind on updating Plugin Uploader (I had about 3 versions to update...) so I updated it tonight, and now I get this error. It appears on my Plugins Menu, right above the list of installed Plugins.

Warning [2] get_class() called without object from outside a class - Line: 815 - File: inc/plugins/xthreads.php PHP 5.3.10 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error
/inc/plugins/xthreads.php	815	get_class
/inc/xthreads/xt_install.php	51	control_object
/inc/plugins/pluginuploader.php	382	xthreads_info
/inc/class_plugins.php	101	pluginuploader_admin_config_plugins_plugin_list
/admin/modules/config/plugins.php	475	pluginSystem->run_hooks
/admin/index.php	523	require

I figured out the four files I needed to upload to update, and also added in the temp folder (CHMOD'd to 777) to see if it helped. What can I do?

Edit: added more info.
Its XThreads not liking to play with PluginLoader (or vice-versa) - look on mybbhacks, there was a post on this topic
Thank you Lee. In case anyone else has this problem, here is the link to the post Lee was talking about.
Thanks Seabody - I did not know where the exact post was. Glad you could fix it.