Blank page when trying to access phpmyadmin












10















I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.



I've installed phpmyadmin using



sudo apt-get install phpmyadmin


I've run



sudo gedit /etc/apache2/apache2.conf


And there added:



#Include phpmyadmin: 
include /etc/phpmyadmin/apache.conf


But I was getting a warning when I restart apache, telling me:




The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will
probably never match because it overlaps an earlier Alias.




How can I solve this, so that I can see phpmyadmin interface again, when I do http://localhost/phpmyadmin instead of seeing a blank webpage?



Dump -




  • I've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page. :(


  • /etc/phpmyadmin - I've chmod o+w permissions to phpmyadmin folder and it's contents. - still the blank page...











share|improve this question

























  • Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

    – Kris Harper
    Aug 26 '11 at 13:39











  • @root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

    – MEM
    Aug 26 '11 at 13:49











  • I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

    – Kris Harper
    Aug 26 '11 at 14:21











  • @root45 - Yes. Removing that line, removed the message.

    – MEM
    Aug 26 '11 at 15:02






  • 1





    @root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

    – Lekensteyn
    Aug 27 '11 at 8:47
















10















I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.



I've installed phpmyadmin using



sudo apt-get install phpmyadmin


I've run



sudo gedit /etc/apache2/apache2.conf


And there added:



#Include phpmyadmin: 
include /etc/phpmyadmin/apache.conf


But I was getting a warning when I restart apache, telling me:




The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will
probably never match because it overlaps an earlier Alias.




How can I solve this, so that I can see phpmyadmin interface again, when I do http://localhost/phpmyadmin instead of seeing a blank webpage?



Dump -




  • I've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page. :(


  • /etc/phpmyadmin - I've chmod o+w permissions to phpmyadmin folder and it's contents. - still the blank page...











share|improve this question

























  • Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

    – Kris Harper
    Aug 26 '11 at 13:39











  • @root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

    – MEM
    Aug 26 '11 at 13:49











  • I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

    – Kris Harper
    Aug 26 '11 at 14:21











  • @root45 - Yes. Removing that line, removed the message.

    – MEM
    Aug 26 '11 at 15:02






  • 1





    @root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

    – Lekensteyn
    Aug 27 '11 at 8:47














10












10








10


4






I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.



I've installed phpmyadmin using



sudo apt-get install phpmyadmin


I've run



sudo gedit /etc/apache2/apache2.conf


And there added:



#Include phpmyadmin: 
include /etc/phpmyadmin/apache.conf


But I was getting a warning when I restart apache, telling me:




The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will
probably never match because it overlaps an earlier Alias.




How can I solve this, so that I can see phpmyadmin interface again, when I do http://localhost/phpmyadmin instead of seeing a blank webpage?



Dump -




  • I've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page. :(


  • /etc/phpmyadmin - I've chmod o+w permissions to phpmyadmin folder and it's contents. - still the blank page...











share|improve this question
















I would like to access phpmyadmin. I have access it before but, now, I'm just getting a blank page and I really don't get why.



I've installed phpmyadmin using



sudo apt-get install phpmyadmin


I've run



sudo gedit /etc/apache2/apache2.conf


And there added:



#Include phpmyadmin: 
include /etc/phpmyadmin/apache.conf


But I was getting a warning when I restart apache, telling me:




The Alias directive in /etc/phpmyadmin/apache.conf at line 3 will
probably never match because it overlaps an earlier Alias.




How can I solve this, so that I can see phpmyadmin interface again, when I do http://localhost/phpmyadmin instead of seeing a blank webpage?



Dump -




  • I've tried apt-get remove phpmyadmin and then apt-get install phpmyadmin - still the same blank page. :(


  • /etc/phpmyadmin - I've chmod o+w permissions to phpmyadmin folder and it's contents. - still the blank page...








apache2 phpmyadmin






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 26 '11 at 21:10









Jorge Castro

36.1k105422617




36.1k105422617










asked Aug 26 '11 at 13:09









MEMMEM

4,521113141




4,521113141













  • Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

    – Kris Harper
    Aug 26 '11 at 13:39











  • @root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

    – MEM
    Aug 26 '11 at 13:49











  • I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

    – Kris Harper
    Aug 26 '11 at 14:21











  • @root45 - Yes. Removing that line, removed the message.

    – MEM
    Aug 26 '11 at 15:02






  • 1





    @root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

    – Lekensteyn
    Aug 27 '11 at 8:47



















  • Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

    – Kris Harper
    Aug 26 '11 at 13:39











  • @root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

    – MEM
    Aug 26 '11 at 13:49











  • I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

    – Kris Harper
    Aug 26 '11 at 14:21











  • @root45 - Yes. Removing that line, removed the message.

    – MEM
    Aug 26 '11 at 15:02






  • 1





    @root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

    – Lekensteyn
    Aug 27 '11 at 8:47

















Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

– Kris Harper
Aug 26 '11 at 13:39





Did you try it before you added include /etc/phpmyadmin/apache.conf? If not, can you try to remove that line and restart to try again?

– Kris Harper
Aug 26 '11 at 13:39













@root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

– MEM
Aug 26 '11 at 13:49





@root45 - Yes I've try it before without that line. And then with it, and now, I've remove that line. :(

– MEM
Aug 26 '11 at 13:49













I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

– Kris Harper
Aug 26 '11 at 14:21





I should have asked this above, but did removing that line get rid of the message "The Alias directive in /etc ... an earlier Alias" that you get when you restart? I think there may be two separate issues here.

– Kris Harper
Aug 26 '11 at 14:21













@root45 - Yes. Removing that line, removed the message.

– MEM
Aug 26 '11 at 15:02





@root45 - Yes. Removing that line, removed the message.

– MEM
Aug 26 '11 at 15:02




1




1





@root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

– Lekensteyn
Aug 27 '11 at 8:47





@root45: ls -ld /etc/phpmyadmin is the right way to get a single line of information on a folder.

– Lekensteyn
Aug 27 '11 at 8:47










7 Answers
7






active

oldest

votes


















4














Try running



sudo dpkg-reconfigure phpmyadmin


To set up the phpmyadmin files, database connections and create the phpmyadmin databases






share|improve this answer
























  • I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

    – MEM
    Nov 11 '11 at 18:30






  • 1





    Not working on 15.04 problem still remained.

    – Mohammad_Hosseini
    May 18 '15 at 11:58



















17














All the previous answers did not help me, but then I found the solution:



apt install php-gettext


this fixed phpmyadmin white blank page issue.






share|improve this answer





















  • 2





    After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

    – TheGeeko61
    May 22 '16 at 16:08











  • This fix worked for me too, Thanks a lot

    – Sukeshini
    Jul 10 '16 at 6:22



















0














This problem occurred to me because I modified the php.ini (/etc/php5/apache/php.ini) and introduced a wrong format. Specifically, I needed to upload a bigger file so I modified this line:



upload_max_filesize = 2M


with:



upload_max_filesize = 20


As you can see, I missed an M. After restarting apache (sudo service apache2 restart), I was getting the blank page.



** In general, it might be that a mistake in the php.ini produces a silent (blank page) output in php. **






share|improve this answer































    0














    An old question I know, but I recently had the same problem. Accessing the phpmyadmin url produced a blank white page. The apache logs showed nothing wrong. All response headers were "200 OK".



    The problem was simple, I had disabled javascript in the browser.



    To fix in firefox, enter the url 'about:config', find the key named 'javascript.enabled' and toggle it true.



    In chrome, navigate to Setting > Advanced Settings > Content Settings, scroll down to the Javascript header and toggle the 'Enable javascript' checkbox.






    share|improve this answer































      0














      When i changed this inside the config.inc.php:



      $cfg['UploadDir'] = '/tmp';
      $cfg['SaveDir'] = '/tmp';



      to:



      $cfg['UploadDir'] = '';
      $cfg['SaveDir'] = '';



      and reloaded the page then it worked directly!






      share|improve this answer































        0














        I`m not sure if is the same in ubuntu, but for debian 7.0.0 i find a way and my problem was fixed with this :



        apt-get install php5-json



        I informed from this link :



        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710861;msg=7






        share|improve this answer








        New contributor




        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.




























          -1














          My problem was different: the page rendered white but, inspecting the HTML, I could see the login and password fields. The problem was in the space on the HDD:




          No space left on device




          Freeing some made phpMyAdmin work again.






          share|improve this answer























            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
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f58748%2fblank-page-when-trying-to-access-phpmyadmin%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            7 Answers
            7






            active

            oldest

            votes








            7 Answers
            7






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            4














            Try running



            sudo dpkg-reconfigure phpmyadmin


            To set up the phpmyadmin files, database connections and create the phpmyadmin databases






            share|improve this answer
























            • I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

              – MEM
              Nov 11 '11 at 18:30






            • 1





              Not working on 15.04 problem still remained.

              – Mohammad_Hosseini
              May 18 '15 at 11:58
















            4














            Try running



            sudo dpkg-reconfigure phpmyadmin


            To set up the phpmyadmin files, database connections and create the phpmyadmin databases






            share|improve this answer
























            • I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

              – MEM
              Nov 11 '11 at 18:30






            • 1





              Not working on 15.04 problem still remained.

              – Mohammad_Hosseini
              May 18 '15 at 11:58














            4












            4








            4







            Try running



            sudo dpkg-reconfigure phpmyadmin


            To set up the phpmyadmin files, database connections and create the phpmyadmin databases






            share|improve this answer













            Try running



            sudo dpkg-reconfigure phpmyadmin


            To set up the phpmyadmin files, database connections and create the phpmyadmin databases







            share|improve this answer












            share|improve this answer



            share|improve this answer










            answered Sep 13 '11 at 12:39









            Ian PettittIan Pettitt

            661




            661













            • I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

              – MEM
              Nov 11 '11 at 18:30






            • 1





              Not working on 15.04 problem still remained.

              – Mohammad_Hosseini
              May 18 '15 at 11:58



















            • I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

              – MEM
              Nov 11 '11 at 18:30






            • 1





              Not working on 15.04 problem still remained.

              – Mohammad_Hosseini
              May 18 '15 at 11:58

















            I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

            – MEM
            Nov 11 '11 at 18:30





            I cannot test this any longer. If someone find this answer an answer, please shared and I will mark it as a correct answer. cheers.

            – MEM
            Nov 11 '11 at 18:30




            1




            1





            Not working on 15.04 problem still remained.

            – Mohammad_Hosseini
            May 18 '15 at 11:58





            Not working on 15.04 problem still remained.

            – Mohammad_Hosseini
            May 18 '15 at 11:58













            17














            All the previous answers did not help me, but then I found the solution:



            apt install php-gettext


            this fixed phpmyadmin white blank page issue.






            share|improve this answer





















            • 2





              After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

              – TheGeeko61
              May 22 '16 at 16:08











            • This fix worked for me too, Thanks a lot

              – Sukeshini
              Jul 10 '16 at 6:22
















            17














            All the previous answers did not help me, but then I found the solution:



            apt install php-gettext


            this fixed phpmyadmin white blank page issue.






            share|improve this answer





















            • 2





              After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

              – TheGeeko61
              May 22 '16 at 16:08











            • This fix worked for me too, Thanks a lot

              – Sukeshini
              Jul 10 '16 at 6:22














            17












            17








            17







            All the previous answers did not help me, but then I found the solution:



            apt install php-gettext


            this fixed phpmyadmin white blank page issue.






            share|improve this answer















            All the previous answers did not help me, but then I found the solution:



            apt install php-gettext


            this fixed phpmyadmin white blank page issue.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 24 '16 at 21:16









            Karl Richter

            2,41483568




            2,41483568










            answered Apr 23 '16 at 4:32









            RomanRoman

            17112




            17112








            • 2





              After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

              – TheGeeko61
              May 22 '16 at 16:08











            • This fix worked for me too, Thanks a lot

              – Sukeshini
              Jul 10 '16 at 6:22














            • 2





              After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

              – TheGeeko61
              May 22 '16 at 16:08











            • This fix worked for me too, Thanks a lot

              – Sukeshini
              Jul 10 '16 at 6:22








            2




            2





            After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

            – TheGeeko61
            May 22 '16 at 16:08





            After updating from 15.04 to 16.04, I needed to re-install MySQL 5.7 because the attempted upgrade from MySQL 5.6 failed. After the 5.7 installation, I got a blank page from phpMyAdmin also... spent a great amount of time searching for clues... and this single answer resolved my issue. Thanks.

            – TheGeeko61
            May 22 '16 at 16:08













            This fix worked for me too, Thanks a lot

            – Sukeshini
            Jul 10 '16 at 6:22





            This fix worked for me too, Thanks a lot

            – Sukeshini
            Jul 10 '16 at 6:22











            0














            This problem occurred to me because I modified the php.ini (/etc/php5/apache/php.ini) and introduced a wrong format. Specifically, I needed to upload a bigger file so I modified this line:



            upload_max_filesize = 2M


            with:



            upload_max_filesize = 20


            As you can see, I missed an M. After restarting apache (sudo service apache2 restart), I was getting the blank page.



            ** In general, it might be that a mistake in the php.ini produces a silent (blank page) output in php. **






            share|improve this answer




























              0














              This problem occurred to me because I modified the php.ini (/etc/php5/apache/php.ini) and introduced a wrong format. Specifically, I needed to upload a bigger file so I modified this line:



              upload_max_filesize = 2M


              with:



              upload_max_filesize = 20


              As you can see, I missed an M. After restarting apache (sudo service apache2 restart), I was getting the blank page.



              ** In general, it might be that a mistake in the php.ini produces a silent (blank page) output in php. **






              share|improve this answer


























                0












                0








                0







                This problem occurred to me because I modified the php.ini (/etc/php5/apache/php.ini) and introduced a wrong format. Specifically, I needed to upload a bigger file so I modified this line:



                upload_max_filesize = 2M


                with:



                upload_max_filesize = 20


                As you can see, I missed an M. After restarting apache (sudo service apache2 restart), I was getting the blank page.



                ** In general, it might be that a mistake in the php.ini produces a silent (blank page) output in php. **






                share|improve this answer













                This problem occurred to me because I modified the php.ini (/etc/php5/apache/php.ini) and introduced a wrong format. Specifically, I needed to upload a bigger file so I modified this line:



                upload_max_filesize = 2M


                with:



                upload_max_filesize = 20


                As you can see, I missed an M. After restarting apache (sudo service apache2 restart), I was getting the blank page.



                ** In general, it might be that a mistake in the php.ini produces a silent (blank page) output in php. **







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 28 '13 at 4:44









                toto_ticototo_tico

                231138




                231138























                    0














                    An old question I know, but I recently had the same problem. Accessing the phpmyadmin url produced a blank white page. The apache logs showed nothing wrong. All response headers were "200 OK".



                    The problem was simple, I had disabled javascript in the browser.



                    To fix in firefox, enter the url 'about:config', find the key named 'javascript.enabled' and toggle it true.



                    In chrome, navigate to Setting > Advanced Settings > Content Settings, scroll down to the Javascript header and toggle the 'Enable javascript' checkbox.






                    share|improve this answer




























                      0














                      An old question I know, but I recently had the same problem. Accessing the phpmyadmin url produced a blank white page. The apache logs showed nothing wrong. All response headers were "200 OK".



                      The problem was simple, I had disabled javascript in the browser.



                      To fix in firefox, enter the url 'about:config', find the key named 'javascript.enabled' and toggle it true.



                      In chrome, navigate to Setting > Advanced Settings > Content Settings, scroll down to the Javascript header and toggle the 'Enable javascript' checkbox.






                      share|improve this answer


























                        0












                        0








                        0







                        An old question I know, but I recently had the same problem. Accessing the phpmyadmin url produced a blank white page. The apache logs showed nothing wrong. All response headers were "200 OK".



                        The problem was simple, I had disabled javascript in the browser.



                        To fix in firefox, enter the url 'about:config', find the key named 'javascript.enabled' and toggle it true.



                        In chrome, navigate to Setting > Advanced Settings > Content Settings, scroll down to the Javascript header and toggle the 'Enable javascript' checkbox.






                        share|improve this answer













                        An old question I know, but I recently had the same problem. Accessing the phpmyadmin url produced a blank white page. The apache logs showed nothing wrong. All response headers were "200 OK".



                        The problem was simple, I had disabled javascript in the browser.



                        To fix in firefox, enter the url 'about:config', find the key named 'javascript.enabled' and toggle it true.



                        In chrome, navigate to Setting > Advanced Settings > Content Settings, scroll down to the Javascript header and toggle the 'Enable javascript' checkbox.







                        share|improve this answer












                        share|improve this answer



                        share|improve this answer










                        answered Feb 27 '15 at 16:15









                        TwiftyTwifty

                        17010




                        17010























                            0














                            When i changed this inside the config.inc.php:



                            $cfg['UploadDir'] = '/tmp';
                            $cfg['SaveDir'] = '/tmp';



                            to:



                            $cfg['UploadDir'] = '';
                            $cfg['SaveDir'] = '';



                            and reloaded the page then it worked directly!






                            share|improve this answer




























                              0














                              When i changed this inside the config.inc.php:



                              $cfg['UploadDir'] = '/tmp';
                              $cfg['SaveDir'] = '/tmp';



                              to:



                              $cfg['UploadDir'] = '';
                              $cfg['SaveDir'] = '';



                              and reloaded the page then it worked directly!






                              share|improve this answer


























                                0












                                0








                                0







                                When i changed this inside the config.inc.php:



                                $cfg['UploadDir'] = '/tmp';
                                $cfg['SaveDir'] = '/tmp';



                                to:



                                $cfg['UploadDir'] = '';
                                $cfg['SaveDir'] = '';



                                and reloaded the page then it worked directly!






                                share|improve this answer













                                When i changed this inside the config.inc.php:



                                $cfg['UploadDir'] = '/tmp';
                                $cfg['SaveDir'] = '/tmp';



                                to:



                                $cfg['UploadDir'] = '';
                                $cfg['SaveDir'] = '';



                                and reloaded the page then it worked directly!







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Aug 24 '17 at 12:16









                                Tim B.Tim B.

                                5113




                                5113























                                    0














                                    I`m not sure if is the same in ubuntu, but for debian 7.0.0 i find a way and my problem was fixed with this :



                                    apt-get install php5-json



                                    I informed from this link :



                                    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710861;msg=7






                                    share|improve this answer








                                    New contributor




                                    NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.

























                                      0














                                      I`m not sure if is the same in ubuntu, but for debian 7.0.0 i find a way and my problem was fixed with this :



                                      apt-get install php5-json



                                      I informed from this link :



                                      https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710861;msg=7






                                      share|improve this answer








                                      New contributor




                                      NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                      Check out our Code of Conduct.























                                        0












                                        0








                                        0







                                        I`m not sure if is the same in ubuntu, but for debian 7.0.0 i find a way and my problem was fixed with this :



                                        apt-get install php5-json



                                        I informed from this link :



                                        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710861;msg=7






                                        share|improve this answer








                                        New contributor




                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.










                                        I`m not sure if is the same in ubuntu, but for debian 7.0.0 i find a way and my problem was fixed with this :



                                        apt-get install php5-json



                                        I informed from this link :



                                        https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710861;msg=7







                                        share|improve this answer








                                        New contributor




                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.









                                        share|improve this answer



                                        share|improve this answer






                                        New contributor




                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.









                                        answered 7 hours ago









                                        NoNameNoName

                                        1




                                        1




                                        New contributor




                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.





                                        New contributor





                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.






                                        NoName is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.























                                            -1














                                            My problem was different: the page rendered white but, inspecting the HTML, I could see the login and password fields. The problem was in the space on the HDD:




                                            No space left on device




                                            Freeing some made phpMyAdmin work again.






                                            share|improve this answer




























                                              -1














                                              My problem was different: the page rendered white but, inspecting the HTML, I could see the login and password fields. The problem was in the space on the HDD:




                                              No space left on device




                                              Freeing some made phpMyAdmin work again.






                                              share|improve this answer


























                                                -1












                                                -1








                                                -1







                                                My problem was different: the page rendered white but, inspecting the HTML, I could see the login and password fields. The problem was in the space on the HDD:




                                                No space left on device




                                                Freeing some made phpMyAdmin work again.






                                                share|improve this answer













                                                My problem was different: the page rendered white but, inspecting the HTML, I could see the login and password fields. The problem was in the space on the HDD:




                                                No space left on device




                                                Freeing some made phpMyAdmin work again.







                                                share|improve this answer












                                                share|improve this answer



                                                share|improve this answer










                                                answered Feb 19 '17 at 9:31









                                                PaoloPaolo

                                                991




                                                991






























                                                    draft saved

                                                    draft discarded




















































                                                    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.




                                                    draft saved


                                                    draft discarded














                                                    StackExchange.ready(
                                                    function () {
                                                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f58748%2fblank-page-when-trying-to-access-phpmyadmin%23new-answer', 'question_page');
                                                    }
                                                    );

                                                    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







                                                    Popular posts from this blog

                                                    GameSpot

                                                    connect to host localhost port 22: Connection refused

                                                    Getting a Wifi WPA2 wifi connection