I found in Google-Version R529 a SQL-Error. In file ...\setup\default_sql\phpwcms_init_410.sql is a sql-line missing, in Github is these missing sql-line ready.
But I don't know how it works as "SETUP". These error I found only with a new install.

If you have load your version R529 from Google, you must complete this file after line 235 with
Code: Select all
`acat_disable301` int(1) unsigned NOT NULL DEFAULT '0',
With phpMyAdmin you can complete this table with:
Code: Select all
ALTER TABLE `phpwcms_articlecat` ADD `acat_disable301` int(1) unsigned NOT NULL DEFAULT '0'
