error in phpmyadmin

sarwhost

Verified User
Joined
May 6, 2013
Messages
37
Hello
I can not access to phpmyadmin
1.1.1.1/phpmyadmin
it error
Code:
PHP 5.5+ is required. 
Currently installed version is: 5.4.45
Please help me
 
Last edited:
Please do not use Arabic writing or words, only Englishe please.

It says your PHP version is too old, you need PHP 5.5 or newer.
Or you have to use an older phpmyadmin version.

I would advise to use a newer php version.
 
Please do not use Arabic writing or words, only Englishe please.

It says your PHP version is too old, you need PHP 5.5 or newer.
Or you have to use an older phpmyadmin version.

I would advise to use a newer php version.

Tankyou
you can help me for upgrade php ?
 
Yes.
https://help.directadmin.com/item.php?id=345

If you want to keep it at 5.x for this time, use:
./build set php1_release 7.0 (on custombuild 2.0)

You can also make the change manually by editting the /usr/local/directadmin/custombuild/options.conf file.
After that do:
./build update
./build php n
./build rewrite_confs
 
Back
Top