31 views
Problems with saving
[SPG] »Mr«

1 subject , 0 reply

Unread message
Hello,

My problem is that if i make the database from phpmyadmin.. and login it works... but if i logout it dont remember anything... i have made a new user the same problem, works fine but when i logout and try to login agian it will not work

I speak some English, and Danish

Thanks for the support
3 participants
2 replies
FoxLey

25 subjects, 573 replies

Unread message
Hello

I think it's a files authorization issue

Files should be chmod 664
Directories should be chmod 775
And the owner sould be www-data (i guess)

cd your/www/directory
find . -type d | xargs chmod 775
find . -type f | xargs chmod 664
chown -R www-data:www-data .

GitHub
Crossix

1 subject , 1 reply

Unread message
how to do it through FTP? Thanks