31 Ansichten
Problems with saving
[SPG] »Mr«

1 Fach , 0 Antwort

Ungelesene Nachricht
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 Teilnehmer
2 Antworten
FoxLey

25 Fach, 573 Antworten

Ungelesene Nachricht
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 Fach , 1 Antwort

Ungelesene Nachricht
how to do it through FTP? Thanks