Blank page when trying to reach phpmyadminHow to solve the phpmyadmin not found issue after upgrading php and...
A bug in Excel? Conditional formatting for marking duplicates also highlights unique value
Levi-Civita symbol: 3D matrix
What is a term for a function that when called repeatedly, has the same effect as calling once?
Where is the fallacy here?
Are small insurances worth it
Practical reasons to have both a large police force and bounty hunting network?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Is divide-by-zero a security vulnerability?
Why doesn't Object.keys return a keyof type in TypeScript?
In iTunes 12 on macOS, how can I reset the skip count of a song?
Dystopian novel where telepathic humans live under a dome
Is there a legal poaching?
Book about a time-travel war fought by computers
How can atoms be electrically neutral when there is a difference in the positions of the charges?
Is it possible to make a clamp function shorter than a ternary in JS?
If a set is open, does that imply that it has no boundary points?
What is the difference between a forward slip and a side slip?
What does @RC mean in SSDT SQL Server Unit Testing?
I can't die. Who am I?
Can we carry rice to Japan?
How do I deal with being jealous of my own players?
Why is working on the same position for more than 15 years not a red flag?
Is there any relevance to Thor getting his hair cut other than comedic value?
Rationale to prefer local variables over instance variables?
Blank page when trying to reach phpmyadmin
How to solve the phpmyadmin not found issue after upgrading php and apache?How to fix phpMyadmin login?phpmyadmin is not working after I installed itUbuntu 12.04 LTS Desktop 64 bit user permissions or apache2 rewrite problemNot able to open phpmyadminNo access to phpmyadminphpmyadmin uninstalled, but account user still remainaccess phpmyadmin on localhost & reconfigure phpmyadmin: ERROR 1045 (28000): Access denied for user 'root'@'localhost'phpMyAdmin message “The mbstring extension is missing.” but php7.1-mbstring is installedwhy browser show an empty screen when i start PHP test-script in Ubuntu 16.04?PhpMyAdmin - 404 Page not found - Ubuntu 16.04
I try to setup phpmyadmin to use mysql on my Ubuntu 16.04 machine. But when I go on "localhost/phpmyadmin" I only see a blank page. I've tried some things like to include the conf, but it didnt change anything (How to solve the phpmyadmin not found issue after upgrading php and apache?).
My goal is to use owncloud. So I created a user root and a user owncloud with the passwords. I specified the the user root as the phpmyadmin user with the pasword and
sudo dpkg-reconfigure phpmyadmin
went well. But phpmyadmin doen't load.
What am I doing wrong?
SOLUTION
Some packets were missing for php 7:
sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
phpmyadmin
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I try to setup phpmyadmin to use mysql on my Ubuntu 16.04 machine. But when I go on "localhost/phpmyadmin" I only see a blank page. I've tried some things like to include the conf, but it didnt change anything (How to solve the phpmyadmin not found issue after upgrading php and apache?).
My goal is to use owncloud. So I created a user root and a user owncloud with the passwords. I specified the the user root as the phpmyadmin user with the pasword and
sudo dpkg-reconfigure phpmyadmin
went well. But phpmyadmin doen't load.
What am I doing wrong?
SOLUTION
Some packets were missing for php 7:
sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
phpmyadmin
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I try to setup phpmyadmin to use mysql on my Ubuntu 16.04 machine. But when I go on "localhost/phpmyadmin" I only see a blank page. I've tried some things like to include the conf, but it didnt change anything (How to solve the phpmyadmin not found issue after upgrading php and apache?).
My goal is to use owncloud. So I created a user root and a user owncloud with the passwords. I specified the the user root as the phpmyadmin user with the pasword and
sudo dpkg-reconfigure phpmyadmin
went well. But phpmyadmin doen't load.
What am I doing wrong?
SOLUTION
Some packets were missing for php 7:
sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
phpmyadmin
I try to setup phpmyadmin to use mysql on my Ubuntu 16.04 machine. But when I go on "localhost/phpmyadmin" I only see a blank page. I've tried some things like to include the conf, but it didnt change anything (How to solve the phpmyadmin not found issue after upgrading php and apache?).
My goal is to use owncloud. So I created a user root and a user owncloud with the passwords. I specified the the user root as the phpmyadmin user with the pasword and
sudo dpkg-reconfigure phpmyadmin
went well. But phpmyadmin doen't load.
What am I doing wrong?
SOLUTION
Some packets were missing for php 7:
sudo apt-get install php-mbstring php7.0-mbstring php-gettext
sudo service apache2 restart
phpmyadmin
phpmyadmin
edited Apr 13 '17 at 12:23
Community♦
1
1
asked Apr 24 '16 at 14:12
ChristophChristoph
2316
2316
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 6 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I had the same issue with 16.04 ubuntu desktop.
First configure phpmyadmin with apache2, append the following at the last line of the /etc/apache2/apache.conf file
#Include phpmyadmin:
Include /etc/phpmyadmin/apache.conf
Also make sure that libapache2-mod-php has been installed
if not then install the module
sudo apt-get install libapache2-mod-php
Then after installing the following package, my issue was solved.
sudo apt-get install php-gettext
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f761847%2fblank-page-when-trying-to-reach-phpmyadmin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I had the same issue with 16.04 ubuntu desktop.
First configure phpmyadmin with apache2, append the following at the last line of the /etc/apache2/apache.conf file
#Include phpmyadmin:
Include /etc/phpmyadmin/apache.conf
Also make sure that libapache2-mod-php has been installed
if not then install the module
sudo apt-get install libapache2-mod-php
Then after installing the following package, my issue was solved.
sudo apt-get install php-gettext
add a comment |
I had the same issue with 16.04 ubuntu desktop.
First configure phpmyadmin with apache2, append the following at the last line of the /etc/apache2/apache.conf file
#Include phpmyadmin:
Include /etc/phpmyadmin/apache.conf
Also make sure that libapache2-mod-php has been installed
if not then install the module
sudo apt-get install libapache2-mod-php
Then after installing the following package, my issue was solved.
sudo apt-get install php-gettext
add a comment |
I had the same issue with 16.04 ubuntu desktop.
First configure phpmyadmin with apache2, append the following at the last line of the /etc/apache2/apache.conf file
#Include phpmyadmin:
Include /etc/phpmyadmin/apache.conf
Also make sure that libapache2-mod-php has been installed
if not then install the module
sudo apt-get install libapache2-mod-php
Then after installing the following package, my issue was solved.
sudo apt-get install php-gettext
I had the same issue with 16.04 ubuntu desktop.
First configure phpmyadmin with apache2, append the following at the last line of the /etc/apache2/apache.conf file
#Include phpmyadmin:
Include /etc/phpmyadmin/apache.conf
Also make sure that libapache2-mod-php has been installed
if not then install the module
sudo apt-get install libapache2-mod-php
Then after installing the following package, my issue was solved.
sudo apt-get install php-gettext
answered Nov 19 '16 at 7:09
YogeshYogesh
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f761847%2fblank-page-when-trying-to-reach-phpmyadmin%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown