I posted this on phpbb3 portal's website but here it is :
Everything went okay, I see the portal now and all of that funs tuff,but when I go into my ACP and select the Portal tab I get this :
Code: Select all
General Error
SQL ERROR [ mysql4 ]
Table 'vivi_phpbb3.K_BLOCKS_CONFIG_TABLE' doesn't exist [1146]
SQL
SELECT * FROM K_BLOCKS_CONFIG_TABLE WHERE 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 133
CALL: dbal_mysql->sql_error()
FILE: includes/acp/acp_k_config.php
LINE: 52
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 460
CALL: acp_k_config->main()
FILE: adm/index.php
LINE: 80
CALL: p_master->load_active()
as well, in functions.php we added this line :
Code: Select all
'U_PORTAL' => append_sid("{$phpbb_root_path}bb3portal.$phpEx"),
now my directory goes like this root/phpBB3/
I am supposed to have bb3portal.php in the phpBB3 folder, but I moved it to the root...how do I change that code to say that I did that.
EDIT : I found the fix for my u_portal redirection :
Code: Select all
'U_PORTAL' => append_sid("/bb3portal.$phpEx"),
also, now that I moved the bb3portal.php to the root directory the images dont show up , and a few links go to no where...specifically :
Privacy policy
Term of use
BBCode FAQ
those point to
and when I log in these also dont go anywhere
View new posts (1)
View your posts
Bookmarks
Subscribed
Private messages
by anywhere they are pointing to the root directory, when they should be pointing to phpbb3 my website is
http://www.pttrade.net if you want to see what I am talking about.