To jest tylko wersja do druku, aby zobaczyć pełną wersję tematu, kliknij TUTAJ
phpBB2 by Przemo
Support forów phpBB2 modified by Przemo

English version - [General] Private Message problem

Woytec - 19-04-2014, 10:44

Show your privmsg.php
evilmc - 19-04-2014, 19:14

This is my privmsg.php
Woytec - 19-04-2014, 23:28

Replace $sql_info on line 1493 with $sql, then show error message (after sending PM).
evilmc - 20-04-2014, 12:51

Woytec, now show this error:

Kod:
Could not insert/update private message sent text.

DEBUG MODE

INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES (-2006897658, '687e930b69', '2222222')

Line : 1493
File : privmsg.php

Woytec - 20-04-2014, 19:46

Did you send these queries (see second my post in this topic)
Kod:
ALTER TABLE `phpbb_privmsgs_text` CHANGE `privmsgs_text_id` `privmsgs_text_id` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `phpbb_privmsgs` CHANGE `privmsgs_id` `privmsgs_id` INT( 11 ) UNSIGNED NOT NULL AUTO_INCREMENT;

if yes, try
Kod:
ALTER TABLE `phpbb_privmsgs_text` CHANGE `privmsgs_text_id` `privmsgs_text_id` BIGINT( 12 ) UNSIGNED NOT NULL DEFAULT '0';
ALTER TABLE `phpbb_privmsgs` CHANGE `privmsgs_id` `privmsgs_id` BIGINT( 12 ) UNSIGNED NOT NULL AUTO_INCREMENT;

evilmc - 21-04-2014, 00:10

After update this queries, I have this error :/

Kod:
Could not insert/update private message sent text.

DEBUG MODE

INSERT INTO phpbb_privmsgs_text (privmsgs_text_id, privmsgs_bbcode_uid, privmsgs_text) VALUES (-2006897648, '1eb17f6bc4', 'test message')

Line : 1493
File : privmsg.php

Woytec - 21-04-2014, 19:52

What is last ID in phpbb_privmsgs_text and phpbb_privmsgs?
evilmc - 22-04-2014, 00:24

this id's?
Woytec - 22-04-2014, 11:43

Yes, sort descending and write maximum value here of these two tables.
evilmc - 22-04-2014, 13:56

Can I send you my server account and account for admin on forum and check this problem?
Woytec - 22-04-2014, 20:10

yes
evilmc - 22-04-2014, 20:56

Woytec, I send you account on PM. Please, tell me when you check.

Big Thanx!

[ Added: 22-04-2014, 23:45 ]
Woytec, solved my problem! Thanx bro!



Powered by phpBB modified by Przemo © 2003 phpBB Group