Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Database Server
  • Search

[FIX] phpmyadmin some feature/controluser

Questions regarding the Database Server
MySQL, PostgreSQL, MariaDB, Percona Server, phpMyAdmin, phpPgAdmin
Post Reply
  • Print view
Advanced search
87 posts
  • Page 8 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next
dpeca
VestaCP Team
Posts: 473
Joined: Wed Nov 25, 2015 7:30 pm

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by dpeca » Thu Jul 05, 2018 10:48 pm

Not sure, not tested.
Top

xorro
Posts: 87
Joined: Sun Nov 13, 2016 3:11 pm
Contact:
Contact xorro
Website Skype

Os: CentOS 6x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by xorro » Thu Jul 19, 2018 10:58 am

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.
Top

nttai167
Posts: 1
Joined: Sun Jul 16, 2017 8:02 am

Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by nttai167 » Wed Aug 01, 2018 10:57 am

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?
Top

vedavrat
Posts: 25
Joined: Thu Jun 11, 2015 3:02 pm
Contact:
Contact vedavrat
Website Facebook Google+

Os: Debian 8x
Web: apache + nginx
the 'phpMyAdmin' fix-script for Debian-9
  • Quote

Post by vedavrat » Fri Aug 17, 2018 12:35 pm

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.
Top

Bubblecatcher
Posts: 37
Joined: Tue Mar 06, 2018 8:38 am

Os: Debian 8x
Web: apache
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by Bubblecatcher » Mon Oct 15, 2018 2:38 pm

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

:)
Top

ebesembel
Posts: 4
Joined: Mon Oct 15, 2018 5:06 pm

Os: Ubuntu 16x
Web: apache
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by ebesembel » Mon Oct 15, 2018 5:16 pm

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
Top

chrisf
Posts: 49
Joined: Sat Oct 13, 2018 6:25 pm

Os: Ubuntu 16x
Web: apache + nginx
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by chrisf » Tue Oct 16, 2018 1:13 am

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 :-)
Top

ebesembel
Posts: 4
Joined: Mon Oct 15, 2018 5:06 pm

Os: Ubuntu 16x
Web: apache
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by ebesembel » Tue Oct 16, 2018 1:21 pm

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/
Top

Bubblecatcher
Posts: 37
Joined: Tue Mar 06, 2018 8:38 am

Os: Debian 8x
Web: apache
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by Bubblecatcher » 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
Top

grayfolk
Support team
Posts: 1111
Joined: Tue Jul 30, 2013 10:18 pm
Contact:
Contact grayfolk
Website Facebook Skype Twitter

Os: CentOS 6x
Web: nginx + php-fpm
Re: [FIX] phpmyadmin some feature/controluser
  • Quote

Post by grayfolk » Fri Nov 16, 2018 11:31 am

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.
Top


Post Reply
  • Print view

87 posts
  • Page 8 of 9
    • Jump to page:
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • Next

Return to “Database Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password