What's new
[XB] Movie Threads

[XB] Movie Threads [Paid] 2.2.6 Patch Level 5

You must log in or register to purchase ($30.00)
Altering that for Movies makes no difference. It wont go past this size regardless of what size I make it.

View attachment 2544

TV series appears just fine so it's not a styling issue. I have also tried it on the default style and it's the same.

View attachment 2545

Another issue I have for both tv series and movies. When a member has it set to watch the forum for each of these Mods. So they get a notification when a new movie or tv series is listed. They get nothing. I have tried setting it for "email" and "new thread", and nothing is sent.
Should be fixed in the latest update.
 
These are my settings in the style options - check if you have any CSS commands in your extra.less that may be overriding this. If all is as it should be, shoot me a link to your site, and I'll take a look for you. It's all working fine on my movie site.

View attachment 2555

Hi, thanks for the reply. I have changed it to your settings with no joy.
It doesn't appear to make any difference to how I set those parametres.

mmsw.png

Still looks like this.

postbit.png

I have looked in extra.css and all I have it this. I did checking that before when trying to fix it.

Code:
{{ include('xenfocus_base.less') }}
{{ include('xenfocus_theme.less') }}

/* Place your custom code below */

Something is preventing it going wider that 185px and it's the same on the default xenforo style.
I will send you a dm now.
 
Should be fixed in the latest update.
Brilliant, thank you!

Is the notification issue as was with this one, on the to do list with the tv series modification? thanks.

Edit, can confirm working now (postbit and notifications for this modification).
 
Last edited:
Hey Baker I don't want to come off like one of those naggers lol but I did notice an issue with this. I have the show cast checked off in the settings but at times the cast appear randomly and then leave when I refresh. Thanks
 
Hey Baker I don't want to come off like one of those naggers lol but I did notice an issue with this. I have the show cast checked off in the settings but at times the cast appear randomly and then leave when I refresh. Thanks
There are two of options to disable casts here: one turns off the display in the text block, and the other turns off the tab.
Which one did you turn off?


1752964960280.png
 
Hi

I am receiving a error in my adminCP

Error Code:
Code:
ErrorException: [E_WARNING] Undefined array key "release_date" src/addons/Snog/Movies/Pub/View/Movies/Search.php:20
Generated by: TylerAustin Jul 30, 2025 at 9:00 AM
Stack trace
#0 src/addons/Snog/Movies/Pub/View/Movies/Search.php(20): XF::handlePhpError(2, '[E_WARNING] Und...', '/var/www/vhosts...', 20)
#1 src/XF/Mvc/Renderer/AbstractRenderer.php(92): Snog\Movies\Pub\View\Movies\Search->renderJson()
#2 src/XF/Mvc/Renderer/Json.php(65): XF\Mvc\Renderer\AbstractRenderer->renderViewObject('Snog\\Movies:Mov...', '', Array)
#3 src/XF/Mvc/Dispatcher.php(471): XF\Mvc\Renderer\Json->renderView('Snog\\Movies:Mov...', '', Array)
#4 src/XF/Mvc/Dispatcher.php(453): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#5 src/XF/Mvc/Dispatcher.php(412): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#6 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'json')
#7 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#8 src/XF.php(806): XF\App->run()
#9 index.php(23): XF::runApp('XF\\Pub\\App')
#10 {main}
Request state
array(4) {
  ["url"] => string(164) "/movies/search?q=The+loud+h&_xfResponseType=json&_xfWithData=1&_xfRequestUri=%2Fforums%2Fmovies%2Fpost-thread&_xfToken=1753891186%2C61cdcb0cf309151f8eba07fee55eccb0"
  ["referrer"] => string(49) "https://cities-mods.com/forums/movies/post-thread"
  ["_GET"] => array(5) {
    ["q"] => string(10) "The loud h"
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(26) "/forums/movies/post-thread"
    ["_xfToken"] => string(43) "1753891186,61cdcb0cf309151f8eba07fee55eccb0"
  }
  ["_POST"] => array(0) {
  }
}
 
I can confirm that this is happening to entries on TMDB that have no release date. Unfortunately, it is impacting on entries that do have release dates, but contain the same letters in their titles. This is notable on entries that are part of collections, where the collection has no release date.
 
Hi @Painbaker

I am receiving a error in my adminCP

Code:
InvalidArgumentException: Attempted to convert array to string/binary [full_cast] src/XF/Mvc/Entity/Entity.php:814
Generated by: TylerAustin Nov 26, 2025 at 6:06 PM
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#2 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#4 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#5 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#6 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#8 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#9 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#10 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#11 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#12 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#13 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#14 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#22 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#24 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#25 src/XF.php(806): XF\App->run()
#26 index.php(23): XF::runApp('XF\\Pub\\App')
#27 {main}

-------------

Previous InvalidArgumentException: Attempted to convert array to string/binary - src/XF/Mvc/Entity/ValueFormatter.php:141
#0 src/XF/Mvc/Entity/Entity.php(810): XF\Mvc\Entity\ValueFormatter->castValueToType(Array, 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#2 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#4 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#5 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#6 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#7 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#8 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#9 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#10 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#11 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#12 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#13 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#14 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#22 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#24 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#25 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#26 src/XF.php(806): XF\App->run()
#27 index.php(23): XF::runApp('XF\\Pub\\App')
#28 {main}
Request state
array(4) {
  ["url"] => string(40) "/forums/movies/post-thread?inline-mode=1"
  ["referrer"] => string(38) "https://cities-mods.com/forums/movies/"
  ["_GET"] => array(1) {
    ["inline-mode"] => string(1) "1"
  }
  ["_POST"] => array(12) {
    ["_xfToken"] => string(8) "********"
    ["prefix_id"] => string(2) "11"
    ["title"] => string(0) ""
    ["discussion_type"] => string(17) "snog_movies_movie"
    ["message_html"] => string(0) ""
    ["snog_movies_tmdb_id"] => string(40) "https://www.themoviedb.org/movie/1248226"
    ["watch_thread"] => string(1) "1"
    ["watch_thread_email"] => string(1) "1"
    ["_xfSet"] => array(1) {
      ["watch_thread"] => string(1) "1"
    }
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(15) "/forums/movies/"
  }
}
 
Hi @Painbaker

I am receiving a error in my adminCP

Code:
InvalidArgumentException: Attempted to convert array to string/binary [full_cast] src/XF/Mvc/Entity/Entity.php:814
Generated by: TylerAustin Nov 26, 2025 at 6:06 PM
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#2 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#4 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#5 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#6 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#8 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#9 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#10 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#11 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#12 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#13 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#14 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#22 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#24 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#25 src/XF.php(806): XF\App->run()
#26 index.php(23): XF::runApp('XF\\Pub\\App')
#27 {main}

-------------

Previous InvalidArgumentException: Attempted to convert array to string/binary - src/XF/Mvc/Entity/ValueFormatter.php:141
#0 src/XF/Mvc/Entity/Entity.php(810): XF\Mvc\Entity\ValueFormatter->castValueToType(Array, 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#2 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#4 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#5 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#6 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#7 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#8 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#9 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#10 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#11 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#12 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#13 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#14 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#22 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#24 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#25 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#26 src/XF.php(806): XF\App->run()
#27 index.php(23): XF::runApp('XF\\Pub\\App')
#28 {main}
Request state
array(4) {
  ["url"] => string(40) "/forums/movies/post-thread?inline-mode=1"
  ["referrer"] => string(38) "https://cities-mods.com/forums/movies/"
  ["_GET"] => array(1) {
    ["inline-mode"] => string(1) "1"
  }
  ["_POST"] => array(12) {
    ["_xfToken"] => string(8) "********"
    ["prefix_id"] => string(2) "11"
    ["title"] => string(0) ""
    ["discussion_type"] => string(17) "snog_movies_movie"
    ["message_html"] => string(0) ""
    ["snog_movies_tmdb_id"] => string(40) "https://www.themoviedb.org/movie/1248226"
    ["watch_thread"] => string(1) "1"
    ["watch_thread_email"] => string(1) "1"
    ["_xfSet"] => array(1) {
      ["watch_thread"] => string(1) "1"
    }
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(15) "/forums/movies/"
  }
}
Hi disable the imdb api plugin , for tv and movies if you have both
 
Hi @Painbaker

I am receiving a error in my adminCP

Code:
InvalidArgumentException: Attempted to convert array to string/binary [full_cast] src/XF/Mvc/Entity/Entity.php:814
Generated by: TylerAustin Nov 26, 2025 at 6:06 PM
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#2 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#4 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#5 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#6 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#8 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#9 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#10 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#11 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#12 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#13 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#14 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#22 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#24 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#25 src/XF.php(806): XF\App->run()
#26 index.php(23): XF::runApp('XF\\Pub\\App')
#27 {main}

-------------

Previous InvalidArgumentException: Attempted to convert array to string/binary - src/XF/Mvc/Entity/ValueFormatter.php:141
#0 src/XF/Mvc/Entity/Entity.php(810): XF\Mvc\Entity\ValueFormatter->castValueToType(Array, 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#2 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#4 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#5 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#6 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#7 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#8 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#9 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#10 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#11 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#12 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#13 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#14 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#22 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#24 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#25 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#26 src/XF.php(806): XF\App->run()
#27 index.php(23): XF::runApp('XF\\Pub\\App')
#28 {main}
Request state
array(4) {
  ["url"] => string(40) "/forums/movies/post-thread?inline-mode=1"
  ["referrer"] => string(38) "https://cities-mods.com/forums/movies/"
  ["_GET"] => array(1) {
    ["inline-mode"] => string(1) "1"
  }
  ["_POST"] => array(12) {
    ["_xfToken"] => string(8) "********"
    ["prefix_id"] => string(2) "11"
    ["title"] => string(0) ""
    ["discussion_type"] => string(17) "snog_movies_movie"
    ["message_html"] => string(0) ""
    ["snog_movies_tmdb_id"] => string(40) "https://www.themoviedb.org/movie/1248226"
    ["watch_thread"] => string(1) "1"
    ["watch_thread_email"] => string(1) "1"
    ["_xfSet"] => array(1) {
      ["watch_thread"] => string(1) "1"
    }
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(15) "/forums/movies/"
  }
}
Hi @Painbaker

I am still waiting for reply

Can’t seem to post any tv shows and movies and my license will expire very soon for both add-ons
 
The clue to the cause of the error is on the second line, "Generated by: TylerAustin" if you have a plug in by Tyler, disable it and see if the error persists. If it goes away, the issue is with that add-on, which means it's incompatible with the Movie and TV add-ons.
 
Hi @Painbaker

I am receiving a error in my adminCP

Code:
InvalidArgumentException: Attempted to convert array to string/binary [full_cast] src/XF/Mvc/Entity/Entity.php:814
Generated by: TylerAustin Nov 26, 2025 at 6:06 PM
Stack trace
#0 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#2 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#4 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#5 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#6 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#7 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#8 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#9 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#10 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#11 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#12 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#13 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#14 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#22 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#24 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#25 src/XF.php(806): XF\App->run()
#26 index.php(23): XF::runApp('XF\\Pub\\App')
#27 {main}

-------------

Previous InvalidArgumentException: Attempted to convert array to string/binary - src/XF/Mvc/Entity/ValueFormatter.php:141
#0 src/XF/Mvc/Entity/Entity.php(810): XF\Mvc\Entity\ValueFormatter->castValueToType(Array, 5, Array)
#1 src/XF/Mvc/Entity/Entity.php(688): XF\Mvc\Entity\Entity->_castValueToType(Array, 'full_cast', 5, Array)
#2 src/XF/Mvc/Entity/Entity.php(794): XF\Mvc\Entity\Entity->set('full_cast', Array, Array)
#3 src/addons/OzzModz/MoviesImdbApi/Entity/Movie.php(50): XF\Mvc\Entity\Entity->bulkSet(Array, Array)
#4 src/addons/OzzModz/MoviesImdbApi/Snog/Movies/Service/Movie/Preparer.php(33): OzzModz\MoviesImdbApi\Entity\Movie->setFromApiResponse(Array)
#5 src/addons/Snog/Movies/Service/Movie/Creator.php(267): OzzModz\MoviesImdbApi\Snog\Movies\Service\Movie\Preparer->afterInsert()
#6 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Movie\Creator->_save()
#7 src/addons/Snog/Movies/Service/Thread/TypeData/MovieCreator.php(68): Snog\Movies\Service\Movie\Creator->save()
#8 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\Movies\Service\Thread\TypeData\MovieCreator->_save()
#9 src/XF/Service/Thread/CreatorService.php(547): Snog\Movies\Service\Thread\TypeData\MovieCreator->save()
#10 src/addons/Snog/Games/XF/Service/Thread/Creator.php(20): XF\Service\Thread\CreatorService->_save()
#11 src/addons/Snog/OSBrowser/XF/Service/Thread/Creator.php(9): Snog\Games\XF\Service\Thread\Creator->_save()
#12 src/XF/Service/ValidateAndSavableTrait.php(42): Snog\OSBrowser\XF\Service\Thread\Creator->_save()
#13 src/XF/Pub/Controller/ForumController.php(956): XF\Service\Thread\CreatorService->save()
#14 src/addons/XV/Pub/Controller/Forum.php(226): XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#15 src/addons/Audentio/Feeds/XF/Pub/Controller/Forum.php(184): XV\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#16 src/addons/Snog/Games/XF/Pub/Controller/Forum.php(42): Audentio\Feeds\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#17 src/addons/Snog/Movies/XF/Pub/Controller/Forum.php(89): Snog\Games\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#18 src/addons/Snog/Music/XF/Pub/Controller/Forum.php(25): Snog\Movies\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#19 src/addons/Snog/TV/XF/Pub/Controller/Forum.php(45): Snog\Music\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#20 src/addons/Truonglv/Groups/XF/Pub/Controller/ForumController.php(17): Snog\TV\XF\Pub\Controller\Forum->actionPostThread(Object(XF\Mvc\ParameterBag))
#21 src/XF/Mvc/Dispatcher.php(362): Truonglv\Groups\XF\Pub\Controller\ForumController->actionPostThread(Object(XF\Mvc\ParameterBag))
#22 src/XF/Mvc/Dispatcher.php(264): XF\Mvc\Dispatcher->dispatchClass('XF:Forum', 'PostThread', Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#23 src/XF/Mvc/Dispatcher.php(121): XF\Mvc\Dispatcher->dispatchFromMatch(Object(XF\Mvc\RouteMatch), Object(SV\StandardLib\XF\Pub\Controller\Forum), NULL)
#24 src/XF/Mvc/Dispatcher.php(63): XF\Mvc\Dispatcher->dispatchLoop(Object(XF\Mvc\RouteMatch))
#25 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#26 src/XF.php(806): XF\App->run()
#27 index.php(23): XF::runApp('XF\\Pub\\App')
#28 {main}
Request state
array(4) {
  ["url"] => string(40) "/forums/movies/post-thread?inline-mode=1"
  ["referrer"] => string(38) "https://cities-mods.com/forums/movies/"
  ["_GET"] => array(1) {
    ["inline-mode"] => string(1) "1"
  }
  ["_POST"] => array(12) {
    ["_xfToken"] => string(8) "********"
    ["prefix_id"] => string(2) "11"
    ["title"] => string(0) ""
    ["discussion_type"] => string(17) "snog_movies_movie"
    ["message_html"] => string(0) ""
    ["snog_movies_tmdb_id"] => string(40) "https://www.themoviedb.org/movie/1248226"
    ["watch_thread"] => string(1) "1"
    ["watch_thread_email"] => string(1) "1"
    ["_xfSet"] => array(1) {
      ["watch_thread"] => string(1) "1"
    }
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(15) "/forums/movies/"
  }
}
This error caused by "[OzzModz] TMDb Movie Thread Starter: IMDb API" add-on
You may have exceeded your API request limit
 
This error caused by "[OzzModz] TMDb Movie Thread Starter: IMDb API" add-on
You may have exceeded your API request limit
Hi

I apologize for not responding recently. Unfortunately, I haven’t received any alerts. When I disable this add-on, the posts go through without any errors. However, when I enable it, the add-on shows this error for some reason.

also I am having the same issues with the tv shows as well
 
Hi

I apologize for not responding recently. Unfortunately, I haven’t received any alerts. When I disable this add-on, the posts go through without any errors. However, when I enable it, the add-on shows this error for some reason.

also I am having the same issues with the tv shows as well
Have you checked your tv-api.com account? Make you sure you haven't exceeded your tariff plan
 
@Painbaker There appears to be an issue with genre limiting. I am in the process of constructing a new site based on Science Fiction and Horror movies, so I obviously need to limit any forums to those genres. I have a classic Science Fiction forum with genre limiting enabled and only for Sci-Fi movies, yet I am able to add movies from ANY genre - see image below showing two movies which are clearly comedy movies and not Sci-Fi:

1771837198020.webp

I did notice the genre listed when opening a movie thread:

1771837276463.webp

However, when editing the movie the genre section is blank (this is for all movies):

1771837344597.webp

Could this be why the genre limiting is not working?
 
@Painbaker There appears to be an issue with genre limiting. I am in the process of constructing a new site based on Science Fiction and Horror movies, so I obviously need to limit any forums to those genres. I have a classic Science Fiction forum with genre limiting enabled and only for Sci-Fi movies, yet I am able to add movies from ANY genre - see image below showing two movies which are clearly comedy movies and not Sci-Fi:

View attachment 3834

I did notice the genre listed when opening a movie thread:

View attachment 3835

However, when editing the movie the genre section is blank (this is for all movies):

View attachment 3836

Could this be why the genre limiting is not working?
Please try the latest patch.
 
@Painbaker Hey there, just a quick line to let you know that I am unable to edit any movies. Clicking the edit button results in nothing happening. I've removed all CSS edits from the Extra Less template and disabled all addons except the movie addon. Rebuilt the addon and nada. Cannot edit. Can you take a look please.
 
I'm getting this error in the ACP after clicking the edit button:

Code:
TypeError: Template public:snog_movies_movie_edit error: DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, string given src/XF/Language.php:604
Generated by: Dave May 3, 2026 at 8:42 AM
Stack trace
#0 src/XF/Language.php(604): DateTime->setTimestamp('1978-03-10')
#1 src/XF/Template/Templater.php(2920): XF\Language->date('1978-03-10', 'Y-m-d')
#2 src/XF/Template/Templater.php(1237): XF\Template\Templater->fnDate(Object(cv6\Core\XF\Template\Templater), false, '1978-03-10', 'Y-m-d')
#3 internal_data/code_cache/templates/l1/s2/public/snog_movies_movie_edit.php(109): XF\Template\Templater->func('date', Array, false)
#4 src/XF/Template/Templater.php(1818): XF\Template\Templater->{closure:internal_data/code_cache/templates/l1/s2/public/snog_movies_movie_edit.php:4}(Object(cv6\Core\XF\Template\Templater), Array, NULL)
#5 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('snog_movies_mov...', Array)
#6 src/XF/Mvc/Renderer/Json.php(86): XF\Template\Template->render()
#7 src/XF/Mvc/Renderer/Json.php(70): XF\Mvc\Renderer\Json->renderHtmlFallback('XF:Post\\Edit', 'public:snog_mov...', Array)
#8 src/XF/Mvc/Dispatcher.php(471): XF\Mvc\Renderer\Json->renderView('XF:Post\\Edit', 'public:snog_mov...', Array)
#9 src/XF/Mvc/Dispatcher.php(453): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#10 src/XF/Mvc/Dispatcher.php(412): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#11 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'json')
#12 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#13 src/XF.php(814): XF\App->run()
#14 index.php(23): XF::runApp('XF\\Pub\\App')
#15 {main}
Request state
array(4) {
  ["url"] => string(146) "/posts/71/edit?_xfResponseType=json&_xfWithData=1&_xfRequestUri=%2Fthreads%2Fthe-fury.71%2F&_xfToken=1777794131%2Ced442bf8d4cc4fa118c0dcf373969b8d"
  ["referrer"] => string(39) "https://sfhm.co.uk/threads/the-fury.71/"
  ["_GET"] => array(4) {
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(21) "/threads/the-fury.71/"
    ["_xfToken"] => string(43) "1777794131,ed442bf8d4cc4fa118c0dcf373969b8d"
  }
  ["_POST"] => array(0) {
  }
}
 
I'm getting this error in the ACP after clicking the edit button:

Code:
TypeError: Template public:snog_movies_movie_edit error: DateTime::setTimestamp(): Argument #1 ($timestamp) must be of type int, string given src/XF/Language.php:604
Generated by: Dave May 3, 2026 at 8:42 AM
Stack trace
#0 src/XF/Language.php(604): DateTime->setTimestamp('1978-03-10')
#1 src/XF/Template/Templater.php(2920): XF\Language->date('1978-03-10', 'Y-m-d')
#2 src/XF/Template/Templater.php(1237): XF\Template\Templater->fnDate(Object(cv6\Core\XF\Template\Templater), false, '1978-03-10', 'Y-m-d')
#3 internal_data/code_cache/templates/l1/s2/public/snog_movies_movie_edit.php(109): XF\Template\Templater->func('date', Array, false)
#4 src/XF/Template/Templater.php(1818): XF\Template\Templater->{closure:internal_data/code_cache/templates/l1/s2/public/snog_movies_movie_edit.php:4}(Object(cv6\Core\XF\Template\Templater), Array, NULL)
#5 src/XF/Template/Template.php(24): XF\Template\Templater->renderTemplate('snog_movies_mov...', Array)
#6 src/XF/Mvc/Renderer/Json.php(86): XF\Template\Template->render()
#7 src/XF/Mvc/Renderer/Json.php(70): XF\Mvc\Renderer\Json->renderHtmlFallback('XF:Post\\Edit', 'public:snog_mov...', Array)
#8 src/XF/Mvc/Dispatcher.php(471): XF\Mvc\Renderer\Json->renderView('XF:Post\\Edit', 'public:snog_mov...', Array)
#9 src/XF/Mvc/Dispatcher.php(453): XF\Mvc\Dispatcher->renderView(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#10 src/XF/Mvc/Dispatcher.php(412): XF\Mvc\Dispatcher->renderReply(Object(XF\Mvc\Renderer\Json), Object(XF\Mvc\Reply\View))
#11 src/XF/Mvc/Dispatcher.php(66): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'json')
#12 src/XF/App.php(2824): XF\Mvc\Dispatcher->run()
#13 src/XF.php(814): XF\App->run()
#14 index.php(23): XF::runApp('XF\\Pub\\App')
#15 {main}
Request state
array(4) {
  ["url"] => string(146) "/posts/71/edit?_xfResponseType=json&_xfWithData=1&_xfRequestUri=%2Fthreads%2Fthe-fury.71%2F&_xfToken=1777794131%2Ced442bf8d4cc4fa118c0dcf373969b8d"
  ["referrer"] => string(39) "https://sfhm.co.uk/threads/the-fury.71/"
  ["_GET"] => array(4) {
    ["_xfResponseType"] => string(4) "json"
    ["_xfWithData"] => string(1) "1"
    ["_xfRequestUri"] => string(21) "/threads/the-fury.71/"
    ["_xfToken"] => string(43) "1777794131,ed442bf8d4cc4fa118c0dcf373969b8d"
  }
  ["_POST"] => array(0) {
  }
}
Please try the latest patch
 
Back
Top