I just installed a new theme to my site and am now attempting to load the demo site pages that came with the theme. I am getting an error message before I ever even attempt to do anything that says the following:
Oops, Unyson Backup requires PHP Zip module but it is not enabled on your server. If you are not familiar with PHP Zip module, please contact your hosting provider.
Can anyone tell me how to enable PHP Zip module im using virtualmin i don't use a regular cpanel
Thank you
im looking for php but
Related
I have been developing a laravel website. I have integrated google cloud firestore to it, and it required me to install and enable the grpc extension. I have been developing with it for a month now and everything is working fine. But out of nowhere, when I was about to continue the development, an error popped out when I started xampp/apache, something about vcruntime140.ddl missing from my system (i don't remember deleting anything like that, as I rarely delete things from my system). I downloaded the missing file and copied it to the required folder. Then I restarted xampp again, then it showed me this error:
Warning: PHP Startup: Unable to load dynamic library 'grpc' (tried: C:\xampp\php\ext\php_grpc.dll (The specified module could not be found), C:\xampp\php\ext\php_C:\xampp\php\ext\php_grpc.dll (The specified module could not be found)) in Unknown on
line 0.
I have scoured the internet for all the possible solutions to this. I made sure there's a php_grpc.dll in the ext folder, the grpc extension enabled in php.ini, uninstalled and reinstalled xampp, checked the accurate version, and tried different versions of the dll. But nothing still worked for me. It's as if the grpc extension dll file is invisible in the ext folder, but it's actually there. I've been stuck with this warning/error for three days now, we have a defense for this system in the following weeks but it's still isn't finished.
I am not sure where the problem comes from, but I'm sure it started when I got the error about the vcruntime140.dll file, so maybe it's related to that. I hope someone has an answer for this, it would really be helpful for me. Thank you very much!
I am trying to install DRUPAL LDAP module. But I am getting the following error:
No LDAP PHP Extension is loaded for PHP, so LDAP will not work properly.
I am new to drupal. Please help. I have drupal installed on my local. If any php extension is to be added, please let me know the location
How to fix ths issue?
see screenshot here
When try to do the following
$xsl = new XSLTProcessor();
I am getting this error
Fatal error: Class 'XSLTProcessor' not found in
I've seen this question about this exact same error (and this one) but I think this is different. Am I right in saying (I've tested it and appear to be) that because the extension details are shown in phpinfo() it is indeed installed correctly?
Is that the case, or would it always show in phpinfo() regardless of it being installed successfully? And do you know what might be causing the error if it is successfully installed?
I've tried several versions of PHP and for what it is worth I am hosted on Azure and have followed and checked the instructions here which further leads me to believe the extension is installed correctly.
How did you enable the php_xsl extension on Azure? If you manually upload the DLL library to Azure and config via Configure via ini settings section of How to: Enable extensions in the default PHP runtime. It maybe that the DLL library you configured doesn't match the PHP version or OS version.
However, Azure Web Apps has already contain the php_xsl.dll library in the ext folder of PHP runtime in every available version. But by default Azure PHP runtime doesn't enable it. you can login Kudu console site of your Azure Web App service, and direct to the default ext folder, e.g D:\Program Files (x86)\PHP\v7.0\ext. You can find all the libraries provided by Azure.
So, please delete your old configurations, and try to follow the Configure via ini settings section of How to: Enable extensions in the default PHP runtime, add the configuration in the extensions.ini:
extension=php_xsl.dll
Any further concern, please feel free to let me know.
I'm trying to integrate my Active directory to my website. So, I downloaded the AD Integration Plugin, but it says "ATTENTION: You have no LDAP support. This plugin won´t work. You must install or enable LDAP support in PHP."
How do I fix that? Is that a php problem?
Thanks for the help :D
This is for your reference. I was able to solve my problem. It seems that when linux was installed to my server, ldap was not installed with it. So, what I did was I installed it following this link http://docs.adaptivecomputing.com/viewp ... entos6.htm. After that, I compiled ldap to php. I followed this link: https://ma.ttias.be/how-to-compile-and- ... om-source/.
I'm new in Codeigniter development.
I want to implement AuthLDAP library. I copy all needed files in my application but when I want to open http://localhost/AJAXPHPci/index.php/auth/login_form.php I'v got error LDAP functionality not present. Either load the module ldap php module or use a php with ldap support compiled in.
Does anyone have same issue and can help me? Or can give me link to some tutorial how to implement this library?
Thanks!