Code: Select all
template->_tpl_load_file(): File ./style/../../styles/prosilver/template/posting_buttons.html does not exist or is empty

Code: Select all
template->_tpl_load_file(): File ./style/../../styles/prosilver/template/posting_buttons.html does not exist or is empty
Code: Select all
template->_tpl_load_file(): File ./style/../../styles/prosilver/template/posting_buttons.html does not exist or is empty
cool thnx !poppertom69 wrote:This is a bug, that I havent been able to fix yet. I am working on it again though now! University is finished
cool thnx !poppertom69 wrote:This is a bug, that I havent been able to fix yet. I am working on it again though now! University is finished
Code: Select all
Fatal error: Call to undefined method cache::obtain_post_bot() in /var/www/html/web23/html/5de/common.php on line 227
Code: Select all
// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();
if(pb::check_extension_status('post_bot_installed'))
{
$post_bot = $cache->obtain_post_bot();
}
Code: Select all
Allgemeiner Fehler
SQL ERROR [ mysqli ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 3 [1064]
SQL
SELECT username FROM phpbb_users WHERE user_id =
BACKTRACE
FILE: includes/db/mysqli.php
LINE: 163
CALL: dbal->sql_error()
FILE: includes/acp/acp_post_bot.php
LINE: 170
CALL: dbal_mysqli->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: acp_post_bot->main()
FILE: adm/index.php
LINE: 74
CALL: p_master->load_active()