Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 17534  / 2 Years ago, thu, april 28, 2022, 6:27:23

I just upgraded to ubuntu 13.10.. I was working on a project that uses php 5.3 and now phpmyadmin is not working and when i try to open a page i see a ton of warning and the sign in page doesnt sign me in.. how can I downgrade ? I tried removing php and phpmyadmin and re-installing but nothing happened.
this is what i get when i try php-v




PHP 5.5.3-1ubuntu2 (cli) (built: Oct 9 2013 14:49:12) Copyright (c)
1997-2013 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2013
Zend Technologies
with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies



More From » apache2

 Answers
5

I think best solution for now (and future too) is Vagrant. Vagrant can make lightweight, reproducible, and portable development environments. All what you need is in Ubuntu software center. So installation is very easy.



In next step you need vagrant boxies with your dev environments. Go to https://puphpet.com/ and configure box what you need (ex. PHP 5.3) and download. Vagrant box run with this command



vagrant up <box file name>

[#28884] Friday, April 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
onbean

Total Points: 29
Total Questions: 102
Total Answers: 115

Location: Benin
Member since Fri, Mar 24, 2023
1 Year ago
onbean questions
Fri, Mar 18, 22, 19:49, 2 Years ago
Tue, Dec 6, 22, 11:51, 1 Year ago
Mon, Jun 7, 21, 17:21, 3 Years ago
Mon, Jan 16, 23, 04:48, 1 Year ago
Mon, Oct 17, 22, 14:51, 2 Years ago
;