Wikibase installation Trouble - installation

During installing Wikibase based on the guideline (https://www.mediawiki.org/wiki/Wikibase/Installation), the following error was occurred. As I know, Wikibase 1.37 is not released yet. Any there any solutions?
$php maintenance/update.php
'''
PHP Fatal error: Uncaught ExtensionDependencyError: WikibaseRepository is not compatible with the current MediaWiki core (version 1.36.2), it requires: >= 1.37.
in /usr/local/var/www/w/includes/registration/ExtensionRegistry.php:406
'''
Thanks in advance.
H.L

Related

Agox installation

I have problem with installation of AGOX, prerequisites are
A C compiler (Tested with Intel/2018.1.163)
An MPI installation (Tested with openmpi/4.0.3)
how to install these on Ubuntu, kindly help me with this. Thank you.
I have tried installing agox on ubuntu using the documentation given on github but got an error saying
ERROR: Could not find a version that satisfies the requirement agox (from versions: none)
ERROR: No matching distribution found for agox

I get errors tring to install django cripsy forms

When I try to install django cripsy forms via the command:
'pip install django-cripsy-forms'
but I keep getting the following errors:
ERROR: Could not find a version that satisfies the requirement django-cripsy-forms (from versions: none) and
ERROR: No matching distribution found for django-cripsy-forms.
Please can anyone help me fix this?
Thanks.

Trying to update gantry package, get this error

I am following instructions elsewhere to upgrade Joomla from 2.5.x to 2.5.28 in preparation to upgrade to 3.5.
The install, and DB steps went fine. 2 package updates were fine, but when I try to do Gantry to 4.1.33, whether through update or install, it throws this error:
Fatal error: Call to undefined method JInstallerPackage::getManifest() in /home1/someuser/public_html/joomlatest/tmp/install_599de020ec6ed/install.php on line 75
Any suggestions?
Thanks
JimR

Guacamole - LibPNG undefined reference to 'png_set_longjmp_fn'

When running make while installing Guacamole 0.9.0, I get the following error:
undefined reference to 'png_set_longjmp_fn'` in /home/src/libguac/.libs/libguac.so.
Apparently, this error pops up when there is something wrong with libpng. I tried to install a new version of libpng (16) but the error persisted.
Anyone know how do fix this?
I am running Ubuntu 14.01 and libpng version 12.
Thanks in advance.

Composer CreateProcess Error Code 0 during Zend Framework 2 installation

I'm stuck at the first step of the Zend Framework 2 Getting Started guide.
My steps:
I downloaded end extracted the newest version of composer to
c:/xampp/composer/composer.phar
I ran php composer.phar
self-update just in case.
I ran php composer.phar create-project
--repository-url="http://packages.zendframework.com" zendframework/skeleton-application ../htdocs/zf2-tutorial like it is
stated in the guide.
This is where I get this error message:
Fatal error: Uncaught exception 'ErrorException' with message 'proc_open():
CreateProcess failed, error code - 0' in phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php on line 1013
I will add the full call Stack in the end of the question.
What I aready tried:
The Guide in the answer to this question leads to the same error:
Installing Zend Framework 2 on XAMPP in Windows
I freed my RAM to ~2,7 Gb avalable space
I tried different installation guides
I ran the CLI with admin rights
My setup:
Windows 8
PHP 5.4.4
Composer version d017e3f2096dda7194600a76bc7328808811c8da
Server version: Apache/2.4.2 (Win32)
My questions:
Any suggestions to how to solve this problem?
Can I install ZF2 without using composer?
Call Stack:
0.0150 232360 1. {main}() C:\xampp\htdocs\ZendSkeletonApplication\composer.phar:0
0.0155 231416 2. require('phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/bin/composer') C:\xampp\htdocs\ZendSkeletonApplication\composer.phar:15
0.1072 2023984 3. Composer\Console\Application->run() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/bin/composer:43
0.1199 2234448 4. Symfony\Component\Console\Application->run() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/src/Composer/Console/Application.php:83
0.2064 3173376 5. Composer\Console\Application->renderException() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:128
0.2368 3201408 6. Symfony\Component\Console\Application->renderException() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/src/Composer/Console/Application.php:163
0.2369 3202256 7. Symfony\Component\Console\Application->getTerminalWidth() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:731
0.2369 3202272 8. Symfony\Component\Console\Application->getTerminalDimensions() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:797
0.2374 3202472 9. Symfony\Component\Console\Application->getConsoleMode() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:827
0.2374 3203768 10. proc_open() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:1013
0.2402 3204624 11. Composer\Util\ErrorHandler::handle() phar://C:/xampp/htdocs/ZendSkeletonApplication/composer.phar/vendor/symfony/console/Symfony/Component/Console/Application.php:1013
Surprisingly, it was much easier than I thought:
git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursive
It installed the framework under ./vendor/ZF2/.

Resources