Not a bug Please enter a title, that must contain at least 7 characters

Status
Not open for further replies.

alfaNova

Well-known member
Affected version
2.3
Hello,

I received this error a couple of minutes ago. Is this a bug? And how can I deal with it?

Code:
Server error log
LogicException: Cannot save with validation errors. Use validate() to ensure there are no errors. (First error: Please enter a title, that must contain at least 7 characters!) src/XF/Service/ValidateAndSavableTrait.php:36
Generated by: Unknown account 9 Apr 2025 at 14:02

Stack trace
#0 src/addons/SV/ContactUsThread/XF/Service/Contact.php(303): XF\Service\Thread\CreatorService->save()
#1 src/XF.php(907): SV\ContactUsThread\XF\Service\Contact->SV\ContactUsThread\XF\Service\{closure}()
#2 src/addons/SV/ContactUsThread/XF/Service/Contact.php(299): XF::asVisitor(Object(SV\ContactUsThread\XF\Entity\User), Object(Closure))
#3 src/addons/SV/ContactUsThread/XF/Service/Contact.php(154): SV\ContactUsThread\XF\Service\Contact->svPostThreadToForum(Object(Truonglv\AnonymousPosting\XF\Entity\Forum))
#4 src/XF/Pub/Controller/MiscController.php(182): SV\ContactUsThread\XF\Service\Contact->send()
#5 src/addons/SV/ContactUsThread/XF/Pub/Controller/Misc.php(34): XF\Pub\Controller\MiscController->actionContact()
#6 src/XF/Mvc/Dispatcher.php(362): SV\ContactUsThread\XF\Pub\Controller\Misc->actionContact(Object(XF\Mvc\ParameterBag))
#7 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Misc', 'Contact', Object(XF\Mvc\RouteMatch), Object(SV\ContactUsThread\XF\Pub\Controller\Misc), NULL)
#8 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\ContactUsThread\XF\Pub\Controller\Misc), NULL)
#9 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#10 src/XF/App.php(2826): XF\Mvc\Dispatcher->run()
#11 src/XF.php(806): XF\App->run()
#12 index.php(23): XF::runApp('XF\\Pub\\App')
#13 {main}

Request state
array(4) {
  ["url"] => string(14) "/site/iletisim"
  ["referrer"] => string(47) "https://www.cevremuhendisleri.net/site/iletisim"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(11) {
    ["_xfToken"] => string(8) "********"
    ["username"] => string(6) "Niyazi"
    ["email"] => string(21) "niyaziion@outlook.com"
    ["captcha_question_answer"] => string(2) "12"
    ["captcha_question_hash"] => string(40) "670ad93b0f1ae987d0252b3a770bac169c80b1d9"
    ["subject"] => string(7) "Üyelik"
    ["message"] => string(111) "Siteye üye olamıyorum şu an çalışmıyorum çalıştığım kuruma ne yazmalıyım üyelik kabul edilmiyor"
    ["_xfRedirect"] => string(54) "https://www.cevremuhendisleri.net/forum/soru-ve-cevap/"
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(14) "/site/iletisim"
  }
}
 
Status
Not open for further replies.
Back
Top Bottom