Submitted by chiareu on Sat, 03/28/2015 - 04:37
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
Submitted by andreychek on Sat, 03/28/2015 - 10:05 Comment #1
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!
Submitted by chiareu on Tue, 03/31/2015 - 08:01 Comment #2
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. :)))
Submitted by andreychek on Tue, 03/31/2015 - 09:36 Comment #3
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
Submitted by chiareu on Tue, 03/31/2015 - 09:57 Comment #4
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
Submitted by andreychek on Tue, 03/31/2015 - 14:02 Comment #5
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.
Submitted by chiareu on Fri, 04/03/2015 - 08:23 Comment #6
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