This forum is no longer active. Please post your questions to our new community site

Forums Magento

Version 1.4.2 availability

Subscribe to Version 1.4.2 availability 7 post(s), 2 voice(s)

 
Avatar agricolan 4 post(s)

We have a Magento extension that will only work with version 1.4.2. Do you have a Bitnami module with this version to install over a Bitnami LAMP stack? If not, what’s the best way to install it?

Thanks

 
Avatar agricolan 4 post(s)

Just to add to this. If 1.4.2 is downloaded from Magento and installed into /opt/bitnami/magento on the Bitnami LAMP server, the wizard throws up an mcrypt must be loaded error. Installed mcrypt with sudo apt-get install php5-mcrypt and then tried uncommenting extension=php_mcrypt.dll and restarting apache. No good. Also tried extension=php_mcrypt.so. No good.

Assume the Bitnami Magento module has this sorted so a version with 1.4.2 Magento would be really helpful

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

BitNami LAMP include mcrypt in 1.2.5 version or later. Could you try to download and install this version or a recent version? Could you try to run the following command to check the extensions?

$ sudo /opt/bitnami/php/bin/php -m

 
Avatar agricolan 4 post(s)

Thanks and following your instruction, it’s not installed although I did previously try and install mcrypt manually. I assume it’s not possible to upgrade the existing LAMP server to 1.2.5 and that it will be necessary to start a new EC2 Bitnami 1.2.5 AMI and migrate everything across? A bit of a pain! Please confirm that’s the way forward.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

You can download and install the Stack manually, it is easy. You can move your previous installation (/opt/bitnami) to a different folder and install the new version there.

 
Avatar agricolan 4 post(s)

Thanks but tearing my hair out here! moved the old stack to another directory and installed the new stack. All fine, but the problem is moving old Joomla and other mysql applications to the new stack. I though it would it would be a case of migrating the folders and importing sqldump for each application into the new stack. I probably need migration scripts. The biggest problem however has been remote access to phpmyadmin. Cannot get access to it remotely after modifying the phpmyadmin config file, rebooting the servers, and using administrator/bitnami or root/bitnami to access. Just won’t accepr the credentials.

So, in the end I started a new bitnami magento AMI. I modified the phpmyadmin config and then tried to access phpmyadmin. Again the same problem. Have cleared the browser cache, tried different browsers and different machines to access. No joy. could it be a permissions issue?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

What is the exact error? could you see the phpMyAdmin login page? Please take a look at the following quick guide in case you missing something http://wiki.bitnami.com/Components/phpMyAdmin_a…

Forums Magento