This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
behzaddadashpour17087
hi i used octobercms on my windows machine and xampp i migrate to centos 7, but apache error log show me that file "/storage/logs/system_error" has not right permission i change the owner of file to apache:apache and 777 permission to it i clean cache using php artisan cache:clear but same error happen how can i fix this?
regards
Parsec
/storage and it's contents (recursive) should be readable by the owner and it's group. On my system that would be www-data:www-data. You could make it world-readable and see if the error returns. If it doesn't then, it's a permission issue with one or more of the contents of /storage
1-2 of 2