2016-01-24, 01:24:32
I'm trying to create my first page.
Install required /data and /backup to have permissions at 777 (755 didn't work).
I then switched them back to 755.
On my first attempt at Saving a new page I got the error:
"Error: The requested page does not exist"
DEBUG mode showed a "file_put_contents: Failed to open stream" error.
chmod -R 755 /admin
followed by
chown -R www-data:www-data <entire site>
Solved that.
Now I seem to be able to create a new page --
it shows up on /admin/pages.php
and I can reach it's edit page /admin/edit.php?id=contact
However, trying to view the pages gives a 404 Not Found error.
Platform: Turnkey core 14 Debian 8 LAMP
Host: Local Virtualbox Virtual Machine
GS version: 3.3.7
Added plugin: cbcontact_form.php (Disabled)
Install required /data and /backup to have permissions at 777 (755 didn't work).
I then switched them back to 755.
On my first attempt at Saving a new page I got the error:
"Error: The requested page does not exist"
DEBUG mode showed a "file_put_contents: Failed to open stream" error.
chmod -R 755 /admin
followed by
chown -R www-data:www-data <entire site>
Solved that.
Now I seem to be able to create a new page --
it shows up on /admin/pages.php
and I can reach it's edit page /admin/edit.php?id=contact
However, trying to view the pages gives a 404 Not Found error.
Platform: Turnkey core 14 Debian 8 LAMP
Host: Local Virtualbox Virtual Machine
GS version: 3.3.7
Added plugin: cbcontact_form.php (Disabled)