This was a bad path. It was caused by a trailing '/' in the index.php file. I would suggest syntax adding examples for the path information. They are implied as it is written, however it is easy to misintrepret the syntax.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
All,
phpwiki errors with
lib/WikiDB/backend/file.php:122: Warning[2]: fopen(data//ver_data/HomePage--7): failed to open stream: Permission denied
The path looks bad, it is data//ver.. should it be:
data/ver...
Thanks,
Dan
This was a bad path. It was caused by a trailing '/' in the index.php file. I would suggest syntax adding examples for the path information. They are implied as it is written, however it is easy to misintrepret the syntax.