http://www.zohall.com/forum/blog/database.php
in acp when i go to blog system i will se this error
Code: Select all
SQL ERROR [ mysqli ]
Table 'zohallco_forum.BLOGS_PLUGINS_TABLE' doesn't exist [1146]
SQL
SELECT * FROM BLOGS_PLUGINS_TABLE ORDER BY plugin_id ASC
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: blog/plugins/plugins.php
LINE: 52
CALL: dbal_mysqli->sql_query()
FILE: blog/functions.php
LINE: 32
CALL: blog_plugins->__construct()
FILE: includes/acp/acp_blogs.php
LINE: 37
CALL: include('blog/functions.php')
FILE: includes/functions_module.php
LINE: 507
CALL: acp_blogs->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()
so i deleted manual blog table in phpmyadmin. now when i go to
http://www.zohall.com/forum/blog/database.php
i will see this error
Code: Select all
SQL ERROR [ mysqli ]
Table 'zohallco_forum.phpbb_blogs_plugins' doesn't exist [1146]
An sql error occurred while fetching this page. Please contact an administrator if this problem persists.
now i cant install or uninstall this mod. blog/database.php not working. i need SQL command to add manual tables in phpmyadmin.
thank u