PMA one_click error

1ONE1

Verified User
Joined
Aug 5, 2022
Messages
5
Hello,

I'm trying to get PMA to have one_click_login;

Code:
cd /usr/local/directadmin/
./directadmin set one_click_pma_login 1
service directadmin restart
cd custombuild
./build update
./build phpmyadmin

cd /usr/local/directadmin/custombuild
./build update
./build set phpmyadmin_public no
./build phpmyadmin

Error I get;

Code:
tar (child): phpMyAdmin_direct_login-0.5.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
chown: cannot access 'direct_login': No such file or directory
chmod: cannot access 'direct_login': No such file or directory
chmod: cannot access 'direct_login/tokens': No such file or directory
Adding AuthLog to /var/www/html/phpMyAdmin-5.2.0-all-languages/config.inc.php
Adding PmaNoRelation_DisableWarning to /var/www/html/phpMyAdmin-5.2.0-all-languages/config.inc.php
phpMyAdmin 5.2.0-all-languages installation is done.

And its not working. I think there is some bug with this phpMyAdmin_direct_login-0.5.tar.gz

Ivan
 
Back
Top