Page 1 of 1

Error 505 Internal vesta error

Posted: Sat Nov 07, 2015 10:42 am
by brancalhone
Hello,

I am new to the forum, and I need your help.
Already use the VestaCP some time, and never had this problem.

When I access the panel Login returns error 505 Internal error Vesta.

The sites are open normally.

Thank you

Re: Error 505 Internal vesta error

Posted: Sat Nov 07, 2015 12:33 pm
by Govo
did you ensure you used https://ip-address:8083 ?

Cheers
Govo

Re: Error 505 Internal vesta error

Posted: Sat Nov 07, 2015 12:59 pm
by brancalhone
Hello Gavo,

I put anyway

Image

Re: Error 505 Internal vesta error

Posted: Sat Nov 07, 2015 1:07 pm
by Govo
Hi brancalhone

Can you ssh into the server

run cd /tmp

then type dir

Check to see if you have any sorted sessions, if so

run
cd

rm -r -f /tmp*

See just that help

Cheers
Govo

Re: Error 505 Internal vesta error

Posted: Mon Nov 09, 2015 5:35 pm
by brancalhone
Govo Hello, thank you for your attention.

Did the cleaning of most files did not work the error remains = /
Any tips I can do, or is it better to reinstall?

Thank you

Re: Error 505 Internal vesta error

Posted: Mon Nov 09, 2015 6:14 pm
by Govo
Hi

Jump onto this topic. it seems you are both having the same issue

viewtopic.php?f=16&t=9624&p=34209#p34209

Cheers
Govo

Re: Error 505 Internal vesta error

Posted: Tue Nov 10, 2015 2:44 pm
by Yikmings
Govo wrote:Hi brancalhone

Can you ssh into the server

run cd /tmp

then type dir

Check to see if you have any sorted sessions, if so

run
cd

rm -r -f /tmp*

See just that help

Cheers
Govo
After run rm -r -f /tmp*
it shows "NO LANGUAGE DEFINED" on web login.
Do you know how to fix it? Thanks.

Re: Error 505 Internal vesta error

Posted: Tue Nov 10, 2015 2:57 pm
by tjebbeke

Re: Error 505 Internal vesta error

Posted: Mon May 16, 2016 7:15 am
by skurudo

Re: Error 505 Internal vesta error

Posted: Mon Jun 20, 2016 7:35 pm
by skurudo
Popular reason - you don't have free disk space or inode. Check with commands:

Code: Select all

df -h
df -i
But error can be with disk quota.. to fix this there is option:

Code: Select all

nano /usr/local/vesta/data/users/admin/user.conf

Code: Select all

DISK_QUOTA='unlimited'

Code: Select all

v-update-user-quota admin
For votes and ideas:
https://bugs.vestacp.com/issues/261