عرض مشاركة واحدة
قديم 04-05-2019, 05:09 PM
المشاركة 12
MesterPerfect
.:: كبار شخصيات المنتدى ::.
المنتدى مراقب من خلاله
  • MesterPerfect غير متواجد حالياً
افتراضي رد: سجلات خطأ الخادم - بعد الترقيه
نعم اخي سويت بس ما تغير شي بس كلامك صح الخلل من احد الاضافات وقمت بتعطيلها
بالاخص اضافه الاحصائيات التركيه

بس حاليا تبقى لي خطأ ثاني بس ما يتكرر بشكل كبير مثل السابق
الخطا الحالي بمعدل 10 اخطاء وهو كالتالي وما فهمته

كود:
XF\Db\Exception: MySQL query error [1366]: Incorrect string value: '\xF0\x9F\x92\x99[/...' for column 'message' at row 1 src/XF/Db/AbstractStatement.php:217
Stack trace


كود:
INSERT  INTO `xf_profile_post` (`profile_user_id`, `message_state`, `user_id`, `username`, `message`, `embed_metadata`, `post_date`, `profile_post_id`, `ip_id`, `attach_count`, `warning_id`, `warning_message`, `comment_count`, `first_comment_date`, `last_comment_date`, `latest_comment_ids`, `reaction_score`, `reactions`, `reaction_users`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
------------

#0 src/XF/Db/Mysqli/Statement.php(196): XF\Db\AbstractStatement->getException('MySQL query err...', 1366, '22007')
#1 src/XF/Db/Mysqli/Statement.php(77): XF\Db\Mysqli\Statement->getException('MySQL query err...', 1366, '22007')
#2 src/XF/Db/AbstractAdapter.php(94): XF\Db\Mysqli\Statement->execute()
#3 src/XF/Db/AbstractAdapter.php(221): XF\Db\AbstractAdapter->query('INSERT  INTO `x...', Array)
#4 src/XF/Mvc/Entity/Entity.php(1452): XF\Db\AbstractAdapter->insert('xf_profile_post', Array, false)
#5 src/XF/Mvc/Entity/Entity.php(1184): XF\Mvc\Entity\Entity->_saveToSource()
#6 src/XF/Service/ProfilePost/Creator.php(109): XF\Mvc\Entity\Entity->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(40): XF\Service\ProfilePost\Creator->_save()
#8 src/XF/Pub/Controller/Member.php(810): XF\Service\ProfilePost\Creator->save()
#9 src/XF/Mvc/Dispatcher.php(321): XF\Pub\Controller\Member->actionPost(Object(XF\Mvc\ParameterBag))
#10 src/XF/Mvc/Dispatcher.php(248): XF\Mvc\Dispatcher->dispatchClass('XF:Member', 'Post', Object(XF\Mvc\RouteMatch), Object(XenConcept\ProfileViews\XF\Pub\Controller\Member), NULL)
#11 src/XF/Mvc/Dispatcher.php(100): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(XenConcept\ProfileViews\XF\Pub\Controller\Member), NULL)
#12 src/XF/Mvc/Dispatcher.php(50): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#13 src/XF/App.php(2177): XF\Mvc\Dispatcher->run()
#14 src/XF.php(390): XF\App->run()
#15 index.php(20): XF::runApp('XF\\Pub\\App')
#16 {main}
Request state


كود:
array(4) {
  ["url"] => string(18) "/members/9219/post"
  ["referrer"] => string(41) "https://www.anime-tooon.com/members/9219/"
  ["_GET"] => array(1) {
    ["/members/9219/post"] => string(0) ""
  }
  ["_POST"] => array(7) {
    ["message_html"] => string(442) "<p><strong><span style='font-family: "Times New Roman"; font-size: 18px; color: rgb(26, 188, 156);'>قُلْ لأحلامكَ التي تتكئ على قارعةة الطريق ،، [&nbsp;</span><span style='font-family: "Times New Roman"; font-size: 18px; color: rgb(65, 168, 95);'>عهداً مني سنلتقي&nbsp;</span><span style='font-family: "Times New Roman"; font-size: 18px; color: rgb(26, 188, 156);'>] 💙</span></strong></p>"
    ["last_date"] => string(10) "1554316405"
    ["last_known_date"] => string(10) "1554316405"
    ["_xfToken"] => string(8) "********"
    ["_xfRequestUri"] => string(14) "/members/9219/"
    ["_xfWithData"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
  }
}
هذا معناه أخي أن قاعدة البيانات الخاصة بك لا تدعم utf8mb4.
مما يسبب بعض المشاكل في استخدام الرموز التعبيرية

يمكنك أن تنظر هنا

https://xenforo.com/xf2-docs/manual/unicode/