![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
All users have reported receiving the following error message when they made a post, and their submission is lost: Incorrect string value: '\xE2\x80\x82 Co...' for column 'post_text' at row 1 [1366] |
#3
| |||
| |||
|
|
This errorusually means that MySQL detected an invalid utf8 sequence. However the above sequence is correct, it encodes U+2002, "EN SPACE" (http://www.fileformat.info/info/unic...2002/index.htm) So thiserrormakes no sense IMHO. It would be quite helpful to know the exact table definition and the charset_connection used by the client. *But it seems you have no idea how phpbb works. So I suggest that you contact the maintainers of it. I should also add that 5.0.45 is stone age. It is possible (but not very likely) that this is a known bug that is fixed in more recent MySQL versions. Consider an upgrade! XL |
#4
| |||
| |||
|
|
BTW: What does IMHO mean? |
#5
| |||
| |||
|
|
Server: ipower Platform Type: Debian MySQL Version: 5.0.45 Perl Version: 5.8.8 PHP Version: 5.2.12 Program: phpbb v 3.0.8 - installed from server's Simple Scripts page. Issue: Server and phpbb blame each other for malfunctioning database, and we have no idea how to fix. Symptoms: Bulletin Board users report that frequently when they click on a link, it can take awhile for the page to load. All users have reported receiving the following error message when they made a post, and their submission is lost: General Error SQL ERROR [ mysql4 ] |
|
Incorrect string value: '\xE2\x80\x82 Co...' for column 'post_text' at row 1 [1366] An SQL error occurred while fetching this page. Please contact the Board Administrator if this problem persists. Please notify the board administrator or webmaster. |
#6
| |||
| |||
|
|
On 05-07-2011 17:50, Newbie_phpbb wrote: Server: ipower Platform Type: *Debian MySQL Version: *5.0.45 Perl Version: *5.8.8 PHP Version: *5.2.12 Program: phpbb v 3.0.8 *- *installed from server's Simple Scripts page. Issue: Server and phpbb blame each other for malfunctioning database, and we have no idea how to fix. Symptoms: Bulletin Board users report that frequently when they click on a link, it can take awhile for the page to load. All users have reported receiving the followingerrormessagewhen they made a post, and their submission is lost: GeneralError SQLERROR[ mysql4 ] mysql4 ????? Incorrect string value: '\xE2\x80\x82 Co...' for column 'post_text' at row 1 [1366] AnSQLerroroccurred while fetching this page. Please contact the Board Administrator if this problem persists. Please notify the board administrator or webmaster. Which version of PHPBB is running? (latest is 3.0.8) I have a forum running with MySQL 5.0.67, so i dont think its has to do with the version of your database, but i may be some content in the database.... If you can find the row in phpbb_posts which causes the problem, you might be able to change the text (in post_text) to a more correct value. -- Luuk |
#7
| |||
| |||
|
|
Installed in March, the 3.0.8 version. How do I go about determining which row. There are 90 tables in the nuke and 62 tables in the forum databases. What throws me is when it states "row 1 1366" because I cannot find a row fitting that description. |
#8
| |||
| |||
|
|
On Jul 6, 12:26 am, Luuk <L... (AT) invalid (DOT) lan> wrote: On 05-07-2011 17:50, Newbie_phpbb wrote: Server: ipower Platform Type: Debian MySQL Version: 5.0.45 Perl Version: 5.8.8 PHP Version: 5.2.12 Program: phpbb v 3.0.8 - installed from server's Simple Scripts page. Issue: Server and phpbb blame each other for malfunctioning database, and we have no idea how to fix. Symptoms: Bulletin Board users report that frequently when they click on a link, it can take awhile for the page to load. All users have reported receiving the followingerrormessagewhen they made a post, and their submission is lost: GeneralError SQLERROR[ mysql4 ] mysql4 ????? Incorrect string value: '\xE2\x80\x82 Co...' for column 'post_text' at row 1 [1366] AnSQLerroroccurred while fetching this page. Please contact the Board Administrator if this problem persists. Please notify the board administrator or webmaster. Which version of PHPBB is running? (latest is 3.0.8) I have a forum running with MySQL 5.0.67, so i dont think its has to do with the version of your database, but i may be some content in the database.... If you can find the row in phpbb_posts which causes the problem, you might be able to change the text (in post_text) to a more correct value. -- Luuk Installed in March, the 3.0.8 version. How do I go about determining which row. There are 90 tables in the nuke and 62 tables in the forum databases. What throws me is when it states "row 1 1366" because I cannot find a row fitting that description. In 2006, i created a submission page that have about 20 questions, in Dreamweaver using php. On the server side I created the database. I have never had any error messages or issues. When I need to look at something on certain or column, I am able to navigate it easily, mostly because it numbers the entries. I have not been able to wrap my brain around the structure of the phpbb's database structure, such as locating that row you speak about. In terms of cause and effect, I have narrowed the issue being caused by any submissions that contains an ACSII character. |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
Thank you for the links and advice. I was wondering, does anyone know if VBulletin as all these error messages and issues too? I'm feeling over my head with the phpbb, as it has been steady stream of endless issues and problems, that require working knowledge of SQL operations and php coding. I have been trying for three months to wrap my head around phpbb, but I am fatiqued. I have a web site to manage in addition to the bulletin board. I need something that is not high maintinance. I looked around this forum, and noticed I was finding VBullitin problems. Would I be able to transfer the phpbb to VBulletin easily? |
![]() |
| Thread Tools | |
| Display Modes | |
| |