Nirjonadda
Well-known member
Yes, indeed, it is an addon conflict. False alarm, I'm sorry. I found out which addon it is.
What addon are conflicting with this addon?
Yes, indeed, it is an addon conflict. False alarm, I'm sorry. I found out which addon it is.
What addon are conflicting with this addon?
- On rebuilding (or upgrading) of this add-on, ensure database schema changes have been applied
- Fix "Declaration of XF\Service\Thread\Editor::setTitle($title) must be compatible with SV\TitleEditHistory\XF\Service\Thread\Editor::setTitle($title, ...$args)" on more strict versions of php
This sounds like the EditThreadTitle add-on is not using the Thread Edit service like it should be. As it is a paid add-on there is little I can easily do
The most simple solution is to ensure the code uses theI only asked in the hope that there would be a simple procedure call to your addon to notify the "event" from the other addon.
\XF\Service\Thread\Editor class as intended (all the permission checks are in the caller anyway).
- Adjust 'title history' link to have better style compatibility
- Requires php 7.0+
- Now depends on Standard Library by Xon
- Confirm XF2.2 support
XF\Db\Exception: MySQL statement prepare error [1054]: Unknown column 'media_title_last_edit_date' in 'field list' in src/XF/Db/AbstractStatement.php at line 230
XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 198
XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 41
XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 56
XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 96
XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 220
XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1514
XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1246
XF\Mvc\Entity\Entity->save() in src/addons/XFMG/Service/Media/Creator.php at line 233
XFMG\Service\Media\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 42
XFMG\Service\Media\Creator->save() in src/addons/XFMG/Pub/Controller/Media.php at line 884
XFMG\Pub\Controller\Media->actionSaveMedia() in src/XF/Mvc/Dispatcher.php at line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2351
XF\App->run() in src/XF.php at line 517
XF::runApp() in index.php at line 20
Just additional details for you:This add-on is supposed to add the columns when it detects XFMG being installed, build a rebuild can trigger the columns to be added. Without knowing details of the install order or if this add-on was disabled when XFMG was installed troubleshooting is next to impossible.
- Fix installer listener did not correctly apply schema changes when a supported add-on was detected being installed.
- php 8.2 compat fixes
- Fix "Declaration of X::getHtmlFormattedContent must be compatible" error on viewing title history
We use essential cookies to make this site work, and optional cookies to enhance your experience.