Aartsie
December 28, 2023, 4:58pm
21
@sahsanu No i’m not proxying or using cloudflare. Its just a direct connexion.
I’m now on my computer at home and have the same experience.
@eris When i’m added the IP bash v-add-web-domain omug omug.nl 173.249.XXX.XXX
it fails and i got the error message again.
eris
December 28, 2023, 4:59pm
22
And the log file ?
When you run it with:
bash -x /usr/local/hestia/bin/v-add-web-domain omug HereTheDomain ip >/tmp/debug_add_web_domain 2>&1
Aartsie
December 28, 2023, 5:16pm
23
eris
December 28, 2023, 5:21pm
24
GitLab.com
Owner is set to be empty it should be empty can you check /func/main.sh?
Aartsie
December 28, 2023, 5:29pm
25
# User owner for reseller plugin
get_user_owner() {
if [ -z "$RESELLER_KEY" ]; then
owner="$ROOT_USER"
else
owner=$(grep "^OWNER" $USER_DATA/user.conf | cut -f 2 -d \')
if [ -z "$owner" ]; then
owner="$ROOT_USER"
fi
fi
}
Its different from the example @sahsanu send earlier.
eris
December 28, 2023, 5:30pm
26
You are on the main brach?
Aartsie
December 28, 2023, 5:50pm
27
Yes didn’t change anything on that and when i take a look at main.sh in in the main branch it is the same as what I posted.
But i have check it out again on main branch and it looks like it fixed now.
So don’t know what happened there…
@eris @sahsanu Thanks for all the help, I really appreciate it!
1 Like
system
Closed
January 27, 2024, 5:50pm
28
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.