Code: Select all
General Error
SQL ERROR [ mysql4 ]
Column 'post_description' cannot be null [1048]
SQL
INSERT INTO phpbb_posts (forum_id, poster_id, icon_id, poster_ip, post_time, post_approved, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, post_username, post_subject, post_text, post_checksum, post_attachment, bbcode_bitfield, bbcode_uid, post_postcount, post_edit_locked, post_description, topic_id) VALUES (21, 2, 0, '90.197.160.106', 1209935840, 1, 1, 1, 1, 0, '', 'If there are dead links', '[mod="[b:3jnhbmoa]Comment[/b:3jnhbmoa][quote:3jnhbmoa]mez[/quote:3jnhbmoa]":3jnhbmoa]Dead Links. Topic binned.[/mod:3jnhbmoa]', '98745bf7d18bd445983dd3a3f6a77a33', 0, 'wAAI', '3jnhbmoa', 1, 0, NULL, '6757')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_posting.php
LINE: 1851
CALL: dbal_mysql->sql_query()
FILE: includes/functions_can.php
LINE: 131
CALL: submit_post()
FILE: includes/mcp/mcp_can.php
LINE: 934
CALL: can_make_response()
FILE: includes/functions_module.php
LINE: 471
CALL: mcp_can->main()
FILE: mcp.php
LINE: 231
CALL: p_master->load_active()
Code: Select all
<!-- IF S_SHOW_QUICKCAN -->
<br clear="all" />
<form method="post" action="{S_CAN_ACTION}">
<fieldset style="text-align: right; float: right; width: 50%; height: 2.5em;">
<label>{L_QUICK_CAN}: {QUICKCAN}</label> <input type="submit" value="{L_GO}" class="button2" />
</fieldset>
</form>
<!-- ENDIF -->
This is a Mysql Strict Problem.h32Lg wrote:i've got a similar error message containing "can_shadow"
i think the problem is because we've to mark the "Leave shadow topic in place", but why ?
greets h32Lg 8)
Code: Select all
define('CAN_ACTION_GLOBAL', 10);
Code: Select all
@mysql_query("SET sql_mode=''");
It can be downloaded through this link.regisg wrote:Hi,
All download links are down !!
Could someone give the zip please ?
Thx in advance.
SQL ERROR [ mysql4 ]
Column 'message_text' cannot be null [1048]
SQL
INSERT INTO phpbb_privmsgs (root_level, author_id, icon_id, author_ip, message_time, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, message_subject, message_text, message_attachment, bbcode_bitfield, bbcode_uid, to_address, bcc_address) VALUES (0, '53', 0, '85.181.233.166', 1214323290, 1, 1, 1, 1, 'Werbung', NULL, 0, '', '', 'u_53', '')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/functions_privmsgs.php
LINE: 1413
CALL: dbal_mysql->sql_query()
FILE: includes/functions_can.php
LINE: 210
CALL: submit_pm()
FILE: includes/mcp/mcp_can.php
LINE: 1147
CALL: can_make_pmresponse()
FILE: includes/functions_module.php
LINE: 480
CALL: mcp_can->main()
FILE: mcp.php
LINE: 231
CALL: p_master->load_active()
Thanxs I got itMOD donload Broken?!!
Wher can I download MOD
What is PorblemSQL ERROR [ mysql4 ]
Out of range value adjusted for column 'can_shadow' at row 1 [1264]
SQL
INSERT INTO phpbb_moderator_can (can_title, can_type, can_comment, can_message, can_action, can_move_to, can_prefix, can_icon, can_shadow) VALUES ('eiaso', '2', '0', 'eias', '2', '0', '2', '1', '')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 158
CALL: dbal_mysql->sql_error()
FILE: includes/mcp/mcp_can.php
LINE: 126
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 471
CALL: mcp_can->main()
FILE: mcp.php
LINE: 231
CALL: p_master->load_active()