You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I ve run the docker-pack. If I create a new Page or Post, I get Php-Errors:
`Warning
: Undefined array key "post_content" in
/var/www/html/admin/controller/content/edit.php
on line
314
Warning
: http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/admin/controller/content/edit.php:314) in
/var/www/html/system/core/frontcontroller.php
on line
115`
What could be the reason for this? I used the simple docker-compose.yml from the Install-Docs and selected the sqlite db during installation. Everything went smoothly.
When creating a new page (or post), nothing is visible under the ‘General’ tab. When I press save, these errors appear.
Does anyone have an idea what I could do?
The text was updated successfully, but these errors were encountered:
Hi all,
I ve run the docker-pack. If I create a new Page or Post, I get Php-Errors:
`Warning
: Undefined array key "post_content" in
/var/www/html/admin/controller/content/edit.php
on line
314
Warning
: http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/admin/controller/content/edit.php:314) in
/var/www/html/system/core/frontcontroller.php
on line
115`
What could be the reason for this? I used the simple docker-compose.yml from the Install-Docs and selected the sqlite db during installation. Everything went smoothly.
When creating a new page (or post), nothing is visible under the ‘General’ tab. When I press save, these errors appear.
Does anyone have an idea what I could do?
The text was updated successfully, but these errors were encountered: