Code: Select all
[phpBB Debug] PHP Notice: in file /rivals.php on line 30: include(./rivals/.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /rivals.php on line 30: include(./rivals/.php) [function.include]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /rivals.php on line 30: include() [function.include]: Failed opening './rivals/.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
Keer t
Code: Select all
template->_tpl_load(): No file specified for handle body
control wrote:hello
i confurm this error. and i think its the engine why i cant join a ladder or other things.
it go's when i am in the admincontrol pannel and wand to swap up or when i want to swap down a ladder.
this is the error that i got.hoop that it while be fast fixet.Code: Select all
General Error 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 'WHERE ladder_id = 1' at line 1 [1064] SQL UPDATE phpbb_rivals_ladders SET ladder_order = WHERE ladder_id = 1 BACKTRACE FILE: includes/db/mysqli.php LINE: 163 CALL: dbal->sql_error() FILE: rivals/functions.php LINE: 137 CALL: dbal_mysqli->sql_query() FILE: includes/acp/rivals/acp_rivals_edit_ladders.php LINE: 27 CALL: re_order() FILE: includes/acp/acp_rivals.php LINE: 128 CALL: acp_rivals_edit_ladders() FILE: includes/functions_module.php LINE: 507 CALL: acp_rivals->main() FILE: adm/index.php LINE: 74 CALL: p_master->load_active()
al my users arre trippeling of this mod haha.
it works nouw half and some have saw the test phase already.
al great thinx al ready. and good good job.
control
Are you using a different template?stefanrenne2 wrote:Í'm gething this errors in rivals.php
andCode: Select all
[phpBB Debug] PHP Notice: in file /rivals.php on line 30: include(./rivals/.php) [function.include]: failed to open stream: No such file or directory [phpBB Debug] PHP Notice: in file /rivals.php on line 30: include(./rivals/.php) [function.include]: failed to open stream: No such file or directory [phpBB Debug] PHP Notice: in file /rivals.php on line 30: include() [function.include]: Failed opening './rivals/.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') Keer t
Code: Select all
template->_tpl_load(): No file specified for handle body
Code: Select all
Error General
SQL ERROR [ mysql4 ]
Duplicate column name 'tournament_invite' [1060]
SQL
ALTER TABLE `phpbb_rivals_tournaments` ADD COLUMN `tournament_invite` text NOT NULL
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/db/db_tools.php
LINE: 618
CALL: dbal_mysql->sql_query()
FILE: includes/db/db_tools.php
LINE: 910
CALL: phpbb_db_tools->_sql_run_sql()
FILE: install_rivals/install.php
LINE: 59
CALL: phpbb_db_tools->sql_column_add()
Code: Select all
[phpBB Debug] PHP Notice: in file /rivals/classes/class_group.php on line 110: array_merge() [function.array-merge]: Argument #1 is not an array
Code: Select all
[phpBB Debug] PHP Notice: in file /rivals/classes/class_group.php on line 110: array_merge() [function.array-merge]: Argument #1 is not an array
[phpBB Debug] PHP Notice: in file /adm/index.php on line 159: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 161: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 162: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 163: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3190)
Code: Select all
SQL ERROR [ mysql4 ]
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 'DEFAULT '0' NOT NULL, tournament_id mediumint(8) UNSIGNED DEFA [1064]
SQL
CREATE TABLE phpbb_rivals_treports ( report_id mediumint(8) UNSIGNED NOT NULL auto_increment, reported DEFAULT '0' NOT NULL, tournament_id mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, group_1 mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, group_2 mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, group_winner mediumint(8) UNSIGNED DEFAULT '0' NOT NULL, PRIMARY KEY (report_id) )
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal_mysql->sql_error()
FILE: install_rivals/functions_install.php
LINE: 274
CALL: dbal_mysql->sql_query()
FILE: install_rivals/install.php
LINE: 43
CALL: load_schema()