Joomla install on Apache2 missing mods
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
I am running ubuntu 16.04.4 and installed the LAMP stack as part of the install process. I have managed to get Apache2, MySql, PHP to work after quite a struggle. I want to now install Joomla onto the webserver and all I get is the word 'Error' when I try to run the setup process on the Joomla install. After looking through the required spec for Joomla is says appache2 need to have mod_mysql, mod_xml, and mod_zlib. I've searched through all of the files and cant find any of these mod files. How can I get them? I've searched everywhere I can think of.
apache2 joomla
add a comment |Â
up vote
1
down vote
favorite
I am running ubuntu 16.04.4 and installed the LAMP stack as part of the install process. I have managed to get Apache2, MySql, PHP to work after quite a struggle. I want to now install Joomla onto the webserver and all I get is the word 'Error' when I try to run the setup process on the Joomla install. After looking through the required spec for Joomla is says appache2 need to have mod_mysql, mod_xml, and mod_zlib. I've searched through all of the files and cant find any of these mod files. How can I get them? I've searched everywhere I can think of.
apache2 joomla
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am running ubuntu 16.04.4 and installed the LAMP stack as part of the install process. I have managed to get Apache2, MySql, PHP to work after quite a struggle. I want to now install Joomla onto the webserver and all I get is the word 'Error' when I try to run the setup process on the Joomla install. After looking through the required spec for Joomla is says appache2 need to have mod_mysql, mod_xml, and mod_zlib. I've searched through all of the files and cant find any of these mod files. How can I get them? I've searched everywhere I can think of.
apache2 joomla
I am running ubuntu 16.04.4 and installed the LAMP stack as part of the install process. I have managed to get Apache2, MySql, PHP to work after quite a struggle. I want to now install Joomla onto the webserver and all I get is the word 'Error' when I try to run the setup process on the Joomla install. After looking through the required spec for Joomla is says appache2 need to have mod_mysql, mod_xml, and mod_zlib. I've searched through all of the files and cant find any of these mod files. How can I get them? I've searched everywhere I can think of.
apache2 joomla
apache2 joomla
asked Mar 8 at 22:34
Figgis1965
156
156
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
It looks like you're missing php mods, these can be installed with
apt install php7.0-mysql php7.0-xml
once you install them, they should be enabled by default but if they aren't you can uncomment the appropriate lines in /etc/php/7.0/apache2/php.ini
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
It looks like you're missing php mods, these can be installed with
apt install php7.0-mysql php7.0-xml
once you install them, they should be enabled by default but if they aren't you can uncomment the appropriate lines in /etc/php/7.0/apache2/php.ini
add a comment |Â
up vote
0
down vote
accepted
It looks like you're missing php mods, these can be installed with
apt install php7.0-mysql php7.0-xml
once you install them, they should be enabled by default but if they aren't you can uncomment the appropriate lines in /etc/php/7.0/apache2/php.ini
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
It looks like you're missing php mods, these can be installed with
apt install php7.0-mysql php7.0-xml
once you install them, they should be enabled by default but if they aren't you can uncomment the appropriate lines in /etc/php/7.0/apache2/php.ini
It looks like you're missing php mods, these can be installed with
apt install php7.0-mysql php7.0-xml
once you install them, they should be enabled by default but if they aren't you can uncomment the appropriate lines in /etc/php/7.0/apache2/php.ini
answered Mar 8 at 22:47
![](https://lh4.googleusercontent.com/-Ff7UEvtYtuM/AAAAAAAAAAI/AAAAAAAAC8k/dFgDKu0BHCw/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-Ff7UEvtYtuM/AAAAAAAAAAI/AAAAAAAAC8k/dFgDKu0BHCw/photo.jpg?sz=32)
Desultory
1113
1113
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1013251%2fjoomla-install-on-apache2-missing-mods%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password