91
General Help & Support / Re: Feature Request: Hide pages in the backend
« Last post by crnogorac081 on September 15, 2025, 08:01:50 PM »It Is doable, the display would be same way as my search works (1 Level) https://ibb.co/py9cnTx
WebsiteBaker 2.13.9 R24 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html
SELECT section_id, title, COUNT(*) as anzahl
FROM `{TABLE_PREFIX}mod_news_groups`
GROUP BY section_id, title
HAVING anzahl > 1;
There was an uncatched exception
Duplicate entry '0-' for key 'wb_mod_news_groups.ident_news'
in line (836) of (/framework/class.database.php)
ALTER TABLE {TABLE_PREFIX}mod_news_groups ADD UNIQUE ident_news ( section_id,title(127)) USING BTREE;[06] : Upgrade module form from version 3.5.1 to version 3.5.1 OK
[07] : Upgrade module jsadmin from version 2.1.4 to version 2.1.4 OK
[08] : Upgrade module menu_link from version 3.0.4 to version 3.0.4 OK
There was an uncatched exception
Duplicate entry '0-' for key 'wb_mod_news_groups. ident_news'
in line (836) of (/framework/class.database.php):
There was an uncatched exception
Duplicate entry '0-' for key 'wb_mod_news_groups.ident_news'
in line (836) of (/framework/class.database.php)
ALTER TABLE {TABLE_PREFIX}mod_news_groups ADD UNIQUE ident_news ( section_id,title(127)) USING BTREE;: Upgrade module form from version 3.5.1 to version 3.5.1 OK
: Upgrade module jsadmin from version 2.1.4 to version 2.1.4 OK
: Upgrade module menu_link from version 3.0.4 to version 3.0.4 OK
There was an uncatched exception
Duplicate entry '0-' for key 'wb_mod_news_groups. ident_news'
in line (836) of (/framework/class.database.php):
with this file from my last post???
not possible (i think), sorry
No, in the "older" way of upgrading, I could trick the script and keep it from overwriting my config.php with 'nothing'. After that first step, I changed it back to 0644 and continued the upgrade.Quoteby setting config.php to 444 temporarilyyou mean temporarily to 644