Page 8 of 9

Re: [FIX] phpmyadmin some feature/controluser

Posted: Thu Jul 05, 2018 10:48 pm
by dpeca
Not sure, not tested.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Thu Jul 19, 2018 10:58 am
by xorro
after using this solution still getting the same error.

Configuration of pmadb… not OK
General relation features Disabled

database and tables are created everything is working fine but error is still there.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Wed Aug 01, 2018 10:57 am
by nttai167
Teo wrote:
Thu May 12, 2016 10:44 am
I applied the centos fix but i still have this issue:

Image

what should i do now?

Thanks.
I have the same problem, have you solved or have anyone guide solve this problem?

the 'phpMyAdmin' fix-script for Debian-9

Posted: Fri Aug 17, 2018 12:35 pm
by vedavrat
huloza wrote:
Wed Jul 04, 2018 11:45 pm
mrluisiko99 wrote:
Sun Jul 01, 2018 5:47 pm
someuser wrote:
Sat Apr 14, 2018 4:58 am
We definitely need this fix for Debian 9
+1 for Debian 9!
+1 Debian 9 please!
+1
We need the 'phpMyAdmin' fix-script for Debian-9.
Thank you.

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Oct 15, 2018 2:38 pm
by Bubblecatcher
Hi, i had these issues after install and eventually found this cleared them:


run
mysql_secure_installation

ensure all files are using correct password
/root/.my.cnf
/usr/local/vesta/conf/mysql.conf

remove mysql root password (dpkg-reconfigure -plow phpmyadmin fails with root pw error)
mysql -uroot -p
SET PASSWORD FOR root@localhost=PASSWORD('');
quit

reconfigure phpmyadmin
dpkg-reconfigure -plow phpmyadmin

rerun
mysql_secure_installation

log into phpmyadmin with no errors

:)

Re: [FIX] phpmyadmin some feature/controluser

Posted: Mon Oct 15, 2018 5:16 pm
by ebesembel
After solving the problem of this topic, this new problem appears

Warning in ./libraries/plugin_interface.lib.php#551
count(): Parameter must be an array or an object that implements Countable

Backtrace

./libraries/display_import.lib.php#371: PMA_pluginGetOptions(
string 'Import',
array,
)
./libraries/display_import.lib.php#456: PMA_getHtmlForImportOptionsFormat(array)
./libraries/display_import.lib.php#691: PMA_getHtmlForImport(
string '5bc4c890957aa',
string 'server',
string '',
string '',
integer 157286400,
array,
NULL,
NULL,
string '',
)
./server_import.php#34: PMA_getImportDisplay(
string 'server',
string '',
string '',
integer 157286400,
)

image of the error
https://pasteboard.co/HIAOirg.png

Re: [FIX] phpmyadmin some feature/controluser

Posted: Tue Oct 16, 2018 1:13 am
by chrisf
That error is because your distro has a old version of phpmyadmin. Version < 4.8

This is due to php 7.2

Update phpmyadmin manually, rerun this script, done :-)

Re: [FIX] phpmyadmin some feature/controluser

Posted: Tue Oct 16, 2018 1:21 pm
by ebesembel
vesta and phpmyadmin is installed in ubuntu server 18.04 last version

I will use the guide of this post
https://devanswers.co/manually-upgrade-phpmyadmin/

Re: [FIX] phpmyadmin some feature/controluser

Posted: Fri Nov 16, 2018 10:27 am
by Bubblecatcher
Tried this with universal installer on Deb 9.5 and phpmyadmin 4.8.3 anf get errors when on phpmyadmin page

Code: Select all

The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why. 
Or alternately go to 'Operations' tab of any database to set it up there.

any ideas?

thanks

Re: [FIX] phpmyadmin some feature/controluser

Posted: Fri Nov 16, 2018 11:31 am
by grayfolk
Bubblecatcher wrote:
Fri Nov 16, 2018 10:27 am
Tried this with universal installer on Deb 9.5 and phpmyadmin 4.8.3 anf get errors when on phpmyadmin page

Code: Select all

The $cfg['TempDir'] (./tmp/) is not accessible. phpMyAdmin is not able to cache templates and will be slow because of this.

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated. Find out why. 
Or alternately go to 'Operations' tab of any database to set it up there.

any ideas?

thanks
Check if folder /var/lib/phpmyadmin/tmp exists and make chmod 777 for it.