MyBB Community Forums

Full Version: Issue Uploading Plugins
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Yes I am having issue uploading plugins each time I upload I get an error this is one of the errors I get when I use my admin cp here is a screen shot 

here is a screen shot http://prntscr.com/ejwm7l of the error 

this is a screen shot of my FTP not sure if there a file messing something up not sure were to delete the file from if anyone can help that would be great.

here is my site link http://simcityspeaks.com/
file_manager.lang.php file is missing at ~/inc/languages/english/admin/ folder.
that file should be available in the plugin pack. it needs to be uploaded to above referred location.

a plugin can consist of a number of files belonging to different locations.
in general, folder structure used in the plugin pack should be followed in uploading the files.
wow thanks that worked now I just have to figure out how to upload the plugins properly with out messing up.
^ see Installing Plugins guidance & see also this reply

basically plugin files are to be added to inc/plugins folder of MyBB files server.
if plugin consists of single php file then that is the simple method. but plugin might
consist of several files. in that case we have to follow folder structure of plugin pack.
this can be confusing at sometimes as plugin coders may not follow unified method to
pack their plugin files. readme file if exists with plugin can consist of the instructions

if plugin files are located in a folder named Upload then its contents should be transferred
by following folder structure
. that Upload folder itself should not be transferred.

Note: Plugin Uploader can be also used to install other plugins.
however it needs to be installed first (manually) and later it can be used to add other plugins
thanks that worked as well Ill make a new post soon for something different thanks a lot Smile