Error 505 Internal vesta error
-
- Posts: 4
- Joined: Sat Nov 07, 2015 10:06 am
Error 505 Internal vesta error
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
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
-
- Posts: 4
- Joined: Sat Nov 07, 2015 10:06 am
Re: Error 505 Internal vesta error
Hello Gavo,
I put anyway

I put anyway

Re: Error 505 Internal vesta error
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
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
-
- Posts: 4
- Joined: Sat Nov 07, 2015 10:06 am
Re: Error 505 Internal vesta error
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
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
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
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
After run rm -r -f /tmp*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
it shows "NO LANGUAGE DEFINED" on web login.
Do you know how to fix it? Thanks.
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Error 505 Internal vesta error
http://forum.vestacp.com/viewtopic.php? ... GE+DEFINED
http://forum.vestacp.com/viewtopic.php? ... NED#p33372
I think you are out of disk space
run
http://forum.vestacp.com/viewtopic.php? ... NED#p33372
I think you are out of disk space
run
Code: Select all
df -h
Re: Error 505 Internal vesta error
Popular reason - you don't have free disk space or inode. Check with commands:
But error can be with disk quota.. to fix this there is option:
For votes and ideas:
https://bugs.vestacp.com/issues/261
Code: Select all
df -h
df -i
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
https://bugs.vestacp.com/issues/261