contao-manager console returns error when installing packages - contao 4.4.4 - contao

Hi friends I installed contao 4.4.4 via contao manager . I have successfully completed the installation and get entered in backend . But when installing new packages the contao-manager console returns error. Why it happens??? Please provide me a solution to install extension modules.

You can try installing via the terminal, composer install and name of package
2.Rebuild the cache
3.Go to install tool and update the database, so that if any package deleted or added, it needs to be updated

Related

Python-magic not recognized while trying to import in Django

I am trying to check the file type of the uploaded data using magic but pylance is not recognizing it
I keep getting this error pylance error
I installed python-magic 0.4.27
My python version is- 3.9
Django-version- 4.1.3
I tried adding python-magic to Installed Apps in Settings after Installing it locally on my command prompt
I also Installed python-magic-bin-0.4.14 but it still gives me that error.
pylance error

Twilio CLI fails to install serverless plugin

I'm running the Twilio CLI and trying to install the serverless plugin. I run the command twilio plugins:install #twilio-labs/plugin-serverless and it'll start to work but then it gets to Installing plugin #twilio-labs/plugin-serverless... / [2/4] Fetching packages..., stops running, and jumps to a new line. Any idea why this isn't installing?
https://www.twilio.com/docs/voice/client/javascript/quickstart
Seems I was using an old version of Node (10.13.0), I updated to the latest v10 version 10.20.1 and it seemed to fix the issue.
Could have been that some of the new dependencies require a newer version of node and so the install is unable to complete. Probably should show an error.
--verbose didn't really show anything helpful.

Installing Google's ios-webkit-debug-proxy

I'm attempting to get google's ios webkit debug proxy working on my laptop, running ubuntu 15.04.
https://github.com/google/ios-webkit-debug-proxy
I've followed their installation instructions as best I could. However, I'm new to both web development and linux and am having trouble at the step where I run ./autogen.sh.
It runs its checks for a while, but then I receive the following error from the terminal:
checking for libimobiledevice... no
configure: error: Package requirements (libimobiledevice-1.0 >= 1.2.0) were not met:
Requested 'libimobiledevice-1.0 >= 1.2.0' but version of libimobiledevice is 1.1.6
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables libimobiledevice_CFLAGS
and libimobiledevice_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
I've tried my luck with troubleshooting this on my own but can't figure it out.
Anyone out there familiar with this error and what it wants me to do? Is my file-path messed up or do I need a different version of libimobiledevice (which I believe I have the most updated one)?
As the error says, you need libimobiledevice 1.2 or higher. Compiling it from source is a solution:
Download libimobiledevice 1.2: http://www.libimobiledevice.org/downloads/libimobiledevice-1.2.0.tar.bz2
Extract: tar xf libimobiledevice-1.2.0.tar.bz2
cd libimobiledevice-1.2.0
./configure
make
sudo make install
You should now be able to successfully build ios-webkit-debug-proxy.
You may need to run sudo ldconfig afterwards to update the library cache.

pod2man not found while installing Wireshark

I was trying to install WireShark 1.10.5 in linux.I was following the instructions provided with the software. Now,I am having problems while installing. It says pod2man cannot be found. How can i fix this?
checking for pod2man... no
configure: error: I couldn't find pod2man; make sure it's installed and in your path
try
apt-get install perl-modules
According to FOSSology bug 5619:
the pod2man utility which is used by the build process has been moved to a different package in Fedora 19 called perl-podlators
In previous versions it was in the package perl
so it appears you need to install the package "perl-podlators" to get pod2man.

Error in installing plugin for Phonegap 3.1 (iOS)

I am trying to create a new project, following:
$ phonegap create test com.temp testX
$ cd test
$ phonegap build ios
$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
The plugin (device) is successfully downloaded to test/plugins/, but not successfully install to test/platforms/ios/testX/Plugins/. Opening the project in Xcode will show those files are missing. Manually copy and reference them won't completely fix it.
What is the cause of this?
PS: It works if I dont specify the project's name:
//project name will be HelloWorld.xcodeproj
$ phonegap create test
Add the plugin before you build iOS by switching the order of your last 2 commands
Hi "git" is also a node module. Simplest way want i found is.
npm install -g git
This will install git in you node source location as a module.
Restart the machine.
Install phonegap plugin:
C:\Users\user1\yourprojectname>cordova plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
You will get response as:
Fetching plugin from "https://git-wip-us.apache.org/repos/asf/cordova-plugin-cam
era.git"...
Starting installation of "org.apache.cordova.camera" for android
Preparing android project
org.apache.cordova.camera installed on android.
Hope this will be very helpful. If any issue reply.

Resources