anchorcms / anchor-cms

A lightweight blog CMS for PHP
http://anchorcms.com/
GNU General Public License v3.0
3.33k stars 573 forks source link

Bug: Uncaught Exception when updating a page type #939

Closed teamcreed closed 8 years ago

teamcreed commented 8 years ago

Working on 0.10-dev branch.

Reproduce: Login into your CMS account with your user and password, go to "extend" menu and select "Site Page Types". Create a new page type, save. Click on the page type you has just create, try to edit the information:

If you change just the "name" and update -> Uncaught Exception. If you change just the "slug" and update -> Uncaught Exception. If you don't change anything and update -> Uncaught Exception. If you change both of the fields -> No problem but the system does nothing.

bf1

bf2

bf3

CraigChilds94 commented 8 years ago

@teamcreed Thanks for making me aware, I shall look into this ASAP.