Error in installing Bugzilla on Windows - windows-7

I am trying to install Bugzilla 4.2.4 on Windows 7 OS.
I have completed the following steps:
Installation og Apache Server 2.2
Installation of Active perl 5.16
Installation of MySQl 5.6
Installing Perl Modules needed for Bugzilla tool.
After completing the above steps I have run CheckSetup.pl through command prompt.
I am facing the following error after that:
"InnoDB is disabled your MySQL installation. Bugzilla requires InnoDb
to be enabled. Please enable it and then re-runchecksetup.pl".
Can anyone please help in moving further with the installation.

You need to enable InnoDB in my.cnf and restart the service
http://dev.mysql.com/doc/refman/5.1/en/innodb-parameters.html#option_mysqld_innodb

Related

Redis on windows installation failed

I am trying to install Redis 3.2.100 from .msi file from here https://github.com/MicrosoftArchive/redis/releases , but I am getting error
redis on windows setup wizard ended prematurely.
I am using windows 7, What can I do to install Redis?
I installed windows update and restart system,after that installation worked for me.

PostgreSQL 10.4 Installation error

I have downloaded PostgreSQL 10.4 from its official website. While I am trying to install its exe as admin, it gives following prompt error. Same issue is observed when I am trying to install 9.6.9. Mys system is having all the admin rights and no firewall is set on my system.

Websphere application server on Bluemix — install APAR fix

How can I install an APAR fix (temp fix) to the WAS on Bluemix?
Is there any documentation to teach me how to do it?
I cannot find the installation manager in the Linux OS, but even if I have it, how would I install the fix using ssh mode?
You should be able to find the Installation Manager in the /home/virtuser/IBM/InstallationManager directory [1]. Any fixes must be installed as virtuser. Once you're in the appropriate IM directory, it should be business as usual for using the imcl install command. The link below should reference additional IM documentation.
[1] https://console.ng.bluemix.net/docs/services/ApplicationServeronCloud/installationConventions.html

Sugar CRM CE Blank Screen after installation

I have Sugar CE Full 6.5.24 installed on Ubuntu 16.04.2 x64.
After installation I have a blank screen and am unsure what I have done wrong, please assist.
This is the guide I have followed:
http://support.sugarcrm.com/Documentation/Sugar_Versions/7.8/Pro/Installation_and_Upgrade_Guide/#Database
And this one for the dependencies (using PHP 7):
https://www.rosehosting.com/blog/how-to-install-sugarcrm-community-edition-on-an-ubuntu-14-04-vps/
The only known issue I have had is that I was unable to install "jsmin" using pecl but have python-jsmin installed.
I have made a copy of the error log here:
http://46.101.44.70/error.txt
And the installation log here:
http://46.101.44.70/install.txt
Thanks.

Run mongo 3.2.4 with --ssl parameter under Windows

I've downloaded MongoDB Community Edition for Windows from mongodb.org (Windows 64-bit 2008 R2+), and website says that this version has SSL support (there are alerts on other versions that say they haven't). I'm running Windows 10. From what I've understood, SSL is build in by default from version 3.0, and I'm running with an Ubuntu server a mongod Community Edition instance (64bit, 3.0.10) installed from repository that use SSL.
When I try to run mongo.exe on local Windows machine with --ssl parameter it says:
Error parsing command line: unrecognised option '--ssl'
and others tools say that it doesn't support ssl.
I'm sure that on a previous setup I was running a 3.0.x mongo instance with SSL support on windows, I've tried also to install older versions, but nothing works.
My questions: are 3.0 and 3.2 community edition branches (still) compiled with SSL support on Windows, and if yes, why they doesn't work on my current setup? I'm sure they worked on previous one, may be a configuration problem?
Not sure why the Downloads page links to the Non SSL bundle. The Official Help page indicates the installer file name is mongodb-win32-x86_64-2008plus-ssl-3.2.4-signed.msi which is not the same as the one downloaded via Downloads page (mongodb-win32-x86_64-3.2.4-signed.msi). Get the SSL enabled installer from https://www.mongodb.org/dl/win32/x86_64-2008plus-ssl

Resources