OsTicket Plugin Issue - php

The issue I'm facing occurs when trying to enable the AD plugin on OsTicket's Admin Panel. I've downloaded the correct file from the osticket website, Plugins Link. Once the file has been downloaded, I added the auth-ldap.phar file to the /include/plugins folder, just like OsTicket mentioned on their support page. After the file was added, I reset xampp services and logged into the Admin panel so I can enable the plugin, but when I try to add the plugin it doesn't seem like OsTicket is seeing the file, check out the screenshots (sorry I have low rep :/, so cannot embed).
OsTicket not seeing the plugin
The file is in the plugins folder!!!!
I've checked php.ini file, and not sure what I need to look for in order to enable this plugin feature. I've tried adding the full path to the file in the php.ini folder and removed the ";" for "extension=ldap".
Not sure if I did this right but I added a path to the phar file, which still does not seem to be working
No clue on what else is missing, are there other extensions or files I must edit in order for Osticket to read the phar files? If it helps, I m running this on Apache, which is tied to XAMPP Control Panel.
Some info:
Running this on a windows server 2019 with desktop interface
Using Apache with mysql, which are tied to Xampp Control Panel
Using PHP
Thanks for checking into this!

Related

FTP Credentials requested when trying to activate WordPress Theme

Running an instance of Bitnami Wordpress on AWS Lightsail. Getting the following screen when trying to activate a Wordpress theme (JobCareer):
UPDATE #1 Turned on debug and saw the error information in the above screenshot.
Other themes and plugins I have tested all installed and activate without issue, so it's probably something specific to this theme.
I have made sure that define('FS_METHOD','direct'); is set inside wp-config.php file.
The wp-content folder and sub-folders/files are all chown to bitnami user and have the appropriate permissions (folder:755 & files:644).
At a loss as to what else to try. Thanks for any help you can provide! :)
It's definitely a files & directories permission issue. Move the define('FS_METHOD','direct'); line back to where it was (that change is causing a different error).
The 'www-data' user is the default user for Apache (and other HTTP servers?), in case you didn't know.

Can't access Joomla control panel

I've just moved my site from local (xamp on my windows) to AlterVista.
I developed the site with Joomla. In local all okay. When I upload my site it works but I can no longer access to the Joomla control panel with the default/administrator next URL site.
Though, more details could help in detecting the problem but please check these if you've not so far:
Path to the temp and logs folders in [Joomla! Root]/configuration.php.
If you've renamed htaccess.txt, check if .htaccess is all set on the server. Sometimes, your operating system doesn't transfer hidden files and .htaccess can be a hidden file, depending to your OS settings.
Call an inner admin page to test if the admin folder is responding. Something like: domain.com/administrator/index.php?option=com_content.
Via FTP or Host's file manager check if all files are transferred completely.
Clear all of your web browser's cache and retry.
In addition,
I transferred a Joomla! (new version) last week and faced to this. So, it also can be a Joomla! bug.
I have solved my problem. Also in the configurazione.php there was a linea, the " public $force_ssl = '0' " that was setted to 1. Also my /administrator/index.php was asking to my a certificate to log in... I had only to set this value to 0 to resolv my "TOO MANY REDIRECTS" problem...
Thanks for time! I Hope this post Will bè helpfull for someone.

Magento extentions not loading in MAMP

Hi I have a complete fresh build and fresh database from the production website and loaded everything in to MAMP but some of the extensions I can see on production not showing up in my local I tried permissions and .htaccess file but nothing Emptied cache as well re installed new etc
I usually do a GIT pull from production to get the latest and the database is also newly imported
If the files are "showing up" in the folder structure but the extensions are not appearing in the site. Make sure that
there is an appropriate file inside app/etc/modules for each extension
the module is set to "enable" inside the admin (System->Configuration->Advanced->Advanced).
if the module is an admin module you may have to log out and log back in again.
Agree with Alan though, would help if you were more specific with regards to "not showing up" - this is just general advice.
Seems I fixed it I deleted all database entries for the extensions which I had issues with then enabled the extension in etc/module and empty cache

Log files in Magento 1.9 installtion (XAMPP Windows 7)

I am struggling to find the log directory on my Magento 1.9 installation. Please note that I have used XAMPP and this in installed on Windows 7.
I have checked many forums and the following are the things I have already tried but with no change.
Updated System > Configuration > Developer > Log Settings > Enabled = Yes
The var directory under C:\xampp\htdocs\magento\var did not have the directory 'log'. So I created this directory and change the permission settings to full access.
Disabled cache under System -> Cache Management
Also manually deleted browser cookies before testing each of the above.
I am quite new to Magento. Any help is greatly appreciated.
Thanks,
Aarthi
Please follow these steps:
Go to System > Configuration > Developer > Log Settings, and set:
Enabled = Yes
Click on var/log folder and open properties of that folder.
Click on Security tab and check that all users have full permission. (if not then grant full permission)
Edit any controller's action, and add Mage::log('test'); and open that action's URL in browser.
Then check /var/log folder.

wordpress downloading php file instead of viewing the webpage

I installed wordpress on my local machine (backtrack) for experimenting. After I got everything setup I moved it to an Ubuntu Server so that everybody can access those pages at work. I followed the same instructions, I moved the wordpress folder into /var/www but I created a new database with the same username, password and hostname.
The problem is whenever I access the webpage #ubuntu it tries to download the file, if access the page #backtrack it goes to the dashboard and everything is fine.
I did not have an .htaccess file on either machine sop I created one just to see if it will fix the problem but it did not.
Apache works fine because I can get to some folders I have setup by going to
"http://ubuntuserver/folder name"
and the logs shows no errors because it is delivering the webpage to the client just fine but the client is downloading it instead.
Any Ideas why this is happening??
Sounds like you haven't installed the PHP module for Apache or enabled it to use PHP using AddType in the Apache config file.
It seems that your WebServer ( Apache here, i suppose ) is not configured to use PHP module and/or is missing some PHP configuration options.
See here for some basic configuration tutorial.

Categories