Error creating users

Hello, I have a problem when I try to create a new user on hestiacp, it gives me the following error:

Error: The user name 'hgfgfdgfgfd' is reserved and cannot be used. List of reserved names:<br>Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0

No matter what user I enter, it gives the same error, in the past I could create users, I don’t know what happened in the meantime.

Hi @Odix

Could you please show the output of this command (execute it as root)?

php -r '$reserved_names=array("aria", "aria_log", "mysql", "mysql_upgrade", "ib", "ib_buffer",
 "ddl", "ddl_recovery", "performance", "sudo"); if(in_array(strtolower($argv[1]), $reserved_names, true)){echo implode(", ", $reserved_names);}' "hgfgfdgfgfd"

It looks like you are on

1.7.x ?

Just replace the function below with the version in the link listed below

is_user_free() {

}
1 Like
php -v

And edit /etc/php/x.x/cli/php.ini and remove allow_url_include should also fix it

1 Like
PHP Deprecated:  Directive 'allow_url_include' is deprecated in Unknown on line 0

Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0