ERROR(S) IN FORM:
Could not change permissions on the store directory "/srv/www/htdocs/phpki/store"
- I changed the permissions to 777, with no luck. Any ideas on what could be the cause, or what I have done wrong?
The top of the page lists this:
Warning: chmod(): Operation not permitted in /srv/www/htdocs/phpki/setup.php on line 73
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/phpki/setup.php:73) in /srv/www/htdocs/phpki/include/common.php on line 32
Obviously I have the incorrect file permissions. Usually this is because RW is not available. But out of frustration I have set the entire directory to 777.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ERROR(S) IN FORM:
Could not change permissions on the store directory "/srv/www/htdocs/phpki/store"
- I changed the permissions to 777, with no luck. Any ideas on what could be the cause, or what I have done wrong?
The top of the page lists this:
Warning: chmod(): Operation not permitted in /srv/www/htdocs/phpki/setup.php on line 73
Warning: Cannot modify header information - headers already sent by (output started at /srv/www/htdocs/phpki/setup.php:73) in /srv/www/htdocs/phpki/include/common.php on line 32
Obviously I have the incorrect file permissions. Usually this is because RW is not available. But out of frustration I have set the entire directory to 777.
Sorry for the long delay. Life interferes with fun and prevents my visiting here much.
Check that the store directory is owned by the user your web server runs as (i.e. apache, www-data, etc.)
The "store" directory is a fairly recent change to PHPki, and the docs may be a little behind in making things clear.