Hi all,I use 1.8.1 and uploaded the LDAP and other plugins in dir /include/plugins (as .phar files).If i want to install one of the plugins they don't show up in the admin, strange.Does anyone know what could be the problem?Thanks, Eric
Admin panel -> Manage -> PluginsClick "Add New Plugin"
That i already tried but then i get this:Install a new plugin
To add a plugin into the system, download and place the plugin into the
include/plugins folder. Once in the plugin is in the
plugins/ folder, it will be shown in the list below.
Not sure what to tell you then. I've never had a problem installing plugins once I put the plugins in the proper location. You are putting them in /path/to/osticket/include/plugins?
Yes it is really strange why they don't show up. I have put them in the correct location.Maybe a database field is not correct or so?
Try downloading the plugins from GitHub.
I just did download them from GitHib and placed the directories in /path/to/osticket/include/plugins.Stil having the same problem...
uh. The github download isn't in .phar format it is separate php files.
Yep that is correct and i placed the complete maps including all the php files in the plugins map.Really strange the plugins still do not show up :-(I set the file permissions on 664 but still no go...
I have to say that if you put the folders from the archive into your plugins folder and they still do not show up that the problem is not .phar its something else (like an .htaccess or mod_rewrite or mod_redirect, etc). If you are not seeing any errors (php error log and apache error log) you will need to consult with your web host as to what the problem is. With out any errors I wouldn't begin to know where to start. I can however tell you that you are the only person that I have seen report this issue.
Hi,In the php error log and apache error log are no errors which have something to do with the plugins.
Finally the plugins work now. My webhoster has not enabled .phar extensions in PHP.I deleted the .phar files and uploaded the complete plugin folders and files from GitHub and this works :-)Thank you for your help!
Most people that have a problems with the phar's I recommend that they just use the github version and it works fine. :) I'm glad that you got that sorted out. I'm going to close this thread but please feel free to post again if you have another question.