Ariel Espadotto
Ariel Espadotto
It's for CI 2.x , not working in 3.x there are other options
1.8.11 fresh install is nothing possible add IP by panel using CLI works fine
Hi, I edited the file /usr/local/hestia/web/add/ip/index.php to // List users exec(HESTIA_CMD . "v-list-sys-users 'json'", $output, $return_var); // fix? $output = implode(", ", $output); $output = rtrim($output, ','); preg_match_all('/"([^"]+)"/', $output, $matches);...
> $BIN/v-list-sys-users plain > > Check /etc/passwd for @ ... Will fix the issue for next release. It has been already patched for the main branch hestiamail admin in /etc/paswd...
yes, there are these users ..... @ is my email from install in hestiamail and admin , like your example OK thanks =)
hello probably this bug is related to user hestiamail just remove the email from the hestiamail line and it will be resolved ( worked for me )
> Hi arielesp, thank you for your comment. Can you explain what you mean by "remove the email from the hestiamail line". edit file /etc/passwd find the line user hestiamail...
hello Will this fix be released? thanks
I found the problem .. its about user hestiamail in /etc/passwd with user email@ .. Its generating a extra count for loop Just remove the mail from user hestiamail in...
Using only nginx+php-fpm this error occurs after update 1.8.2 to 1.9.2 > This is bad advice, do not change this back and worked again I tested in apache+nginx+php-fpm, but not...