Joomla install on Apache2 missing mods


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


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