Attention: SQL-Error R529

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
User avatar
kukki
Posts: 1707
Joined: Mon 7. Feb 2005, 20:02
Location: Berlin Köpenick
Contact:

Attention: SQL-Error R529

Post by kukki »

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'
Image
Lieber arm dran als Arm ab!

meine historische Website: Jagdgeschwader 300 1.9.34-R554
kukki's SpIeLwIeSe V.1.9.33 R553 responsive
User avatar
Oliver Georgi
Site Admin
Posts: 9888
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: Attention: SQL-Error R529

Post by Oliver Georgi »

That error has NO effect because the upgrade check while login will add that field. Why it was not working for your install, I have no clue.
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply