phpmyadmin display:none;

Hi guys seams that an old problem of phpmyadmin are back. The page are blank at first view, all is there but set to display:none;

In header there is that code: html{display: none;} Tested under Chrome (Version 41.0.2272.101 m), Firefox (36.0.4) and Opera (28.0.1750.48)

Status: 
Active

Comments

Howdy -- hmm, I hadn't run into an issue like that in my testing.

A few questions regarding that --

Which Virtualmin version are you using there? And is it Pro or GPL?

Which version or phpMyAdmin are you attempting to install?

And lastly, which PHP Execution Mode are you using?

I'll use the above information to try and reproduce the problem you're experiencing. Thanks!

Hi, I tried to install again the script and now there is other issue:

Missing Controller
Error: PhpmyadminController could not be found.
Error: Create the class PhpmyadminController below in file: app/Controller/PhpmyadminController.php
<?php
class PhpmyadminController extends AppController {
}
Notice: If you want to customize this error message, create app/View/Errors/missing_controller.ctp

Regarding details, GPL Operating system Ubuntu Linux 12.04.1 Webmin version 1.740 Virtualmin version 4.16 Authentic Theme 11.01 phpmyadmin 4.3.12 (Latest) PHP run as Fcgid

And today is the day Webmin File Manager it's again in the Handshake java issue mood. :)))

Unfortunately, I don't seem to be able to reproduce the issue you're seeing there.

I performed an installation of phpMyAdmin using Virtualmin 4.16 GPL on Ubuntu 12.04, and it worked as expected.

Could you try an installation of phpMyAdmin again, and then copy and paste the full output of the installation into the support request here?

Also, what is the output of these commands:

free -m
df -h
cat /proc/user_beancounters

Installed again. Install OK

Found http://prdownloads.sourceforge.net:80/sourceforge/phpmyadmin/phpMyAdmin-4.3.12-english.zip in cache ..

Configuring webserver PHP settings ..
.. already done.
Now installing phpMyAdmin version 4.3.12 ..
phpMyAdmin installation complete. It can be accessed at http://....

Running commands:

> free -m
             total       used       free     shared    buffers     cached
Mem:         16049      14864       1184          0       1108       6311
-/+ buffers/cache:       7444       8604
Swap:         4091          0       4091
> df -h
Filesystem               Size  Used Avail Use% Mounted on
/dev/mapper/primus-root  290G  105G  170G  39% /
udev                     7.9G  4.0K  7.9G   1% /dev
tmpfs                    1.6G  348K  1.6G   1% /run
none                     5.0M  4.0K  5.0M   1% /run/lock
none                     7.9G     0  7.9G   0% /run/shm
/dev/sda1                228M  118M   99M  55% /boot
> cat /proc/user_beancounters
cat: /proc/user_beancounters: No such file or directory

I did some Googling on the issue you're seeing, and it sounds like this issue can come up when CakePHP is installed?

It sounds like phpMyAdmin and CakePHP may not be compatible.

Is CakePHP installed on your server, or within this particular Virtual Server?

You may want to remove any non-default settings in your Apache config, and/or your .htaccess file, and then see it it works.

Or, you could try installing phpMyAdmin into a different domain to see if that works.

Yeah indeed seams that on that account there is some script running developed in CakePHP. Installed on clean account and run smoothly. Thank's

Anyway I don't understand why in the first instance there was blank page. googling about seams to be some phpmyadmin problem related to some java.

Thank's again