Hi (i have searched for similar topic but no search results)
i have upgraded phpBBXS to icy (058 to 1055)
I have only one problem
in administer section if i click on home page setting i have this error:
For configurazion
Critical Error
Could not query portal config information
DEBUG MODE
SQL Error : 1146 Table 'forum.BLOCK_VARIABLE_TABLE' doesn't exist
SELECT * FROM BLOCK_VARIABLE_TABLE ORDER BY bvid
Line : 49
File : admin_portal.php
-----------------------
for page
Critical Error
Could not query portal config table
DEBUG MODE
SQL Error : 1146 Table 'forum.PORTAL_CONFIG_TABLE' doesn't exist
SELECT config_value FROM PORTAL_CONFIG_TABLE WHERE config_name = 'default_portal'
Line : 81
File : admin_layout.php
-----------------------------------
for blocks
Could not query layout table
DEBUG MODE
SQL Error : 1146 Table 'forum.LAYOUT_TABLE' doesn't exist
SELECT lid, name FROM LAYOUT_TABLE ORDER BY lid
Line : 989
File : admin_blocks.php
-----------------------------------------
for tag
Critical Error
Could not query layout information
DEBUG MODE
SQL Error : 1146 Table 'forum.LAYOUT_TABLE' doesn't exist
SELECT lid, name FROM LAYOUT_TABLE
Line : 261
File : admin_blocks_pos.php
------------------------------------------------------
for variables
Critical Error
Could not query blocks variables information
DEBUG MODE
SQL Error : 1146 Table 'forum.BLOCK_VARIABLE_TABLE' doesn't exist
SELECT * FROM BLOCK_VARIABLE_TABLE ORDER BY block, bvid
Line : 338
File : admin_blocks_var.php
-----------------------------------------
Any ideas to solve this problem?