- Code: Select all
General Error
SQL ERROR [ mysql4 ]
Duplicate entry '193' for key 1 [1062]
SQL
INSERT INTO phpbb_modules VALUES (193, 1, 1, '', 'acp', 0, 267, 296, 'ACP_PORTAL_INFO', '', '')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal->sql_error()
FILE: install_portal.php
LINE: 174
CALL: dbal_mysql->sql_query()
I do know quiet a bit about php, so I checked the database (removed all the portal_ stuff from config), in table modules, and saw that there was already a standard phpbb module with the module_id '193'->'202', so I went to install_portal.php, and edited the module_id's to 203 -> 217, when I did this, the portal installed correctly.
When I followed the next steps from viewtopic.php?f=4&t=747
(8. Go to the System tab in Administrator Control Panel.
9. At the bottom left, click on the "Administration Control Panel" link under "Module management."),
I saw that there was nog Module management

So, could anyone help me with that?
Thanks
Hannes