[FIXED] Cannot create events, "requested group could not be found".

Jackko

New Member
I am using V 1.0.7b - If I try to create an event I get the error " requested group could not be found. "
If I then enable Friendly URL I get the following errors:

XF\Db\Exception: MySQL query error [1264]: Out of range value for column 'longitude' at row 1 in src/XF/Db/AbstractStatement.php at line 212



  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196

  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 78

  3. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79

  4. XF\Db\AbstractAdapter->query() in src/XF/Db/AbstractAdapter.php at line 161

  5. XF\Db\AbstractAdapter->insert() in src/XF/Mvc/Entity/Entity.php at line 1403

  6. XF\Mvc\Entity\Entity->_saveToSource() in src/XF/Mvc/Entity/Entity.php at line 1135

  7. XF\Mvc\Entity\Entity->save() in src/addons/Truonglv/Groups/Service/Event/Creator.php at line 126

  8. Truonglv\Groups\Service\Event\Creator->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40

  9. Truonglv\Groups\Service\Event\Creator->save() in src/addons/Truonglv/Groups/Pub/Controller/Event.php at line 215

  10. Truonglv\Groups\Pub\Controller\Event->actionAdd() in src/XF/Mvc/Dispatcher.php at line 249

  11. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 89

  12. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41

  13. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931

  14. XF\App->run() in src/XF.php at line 329

  15. XF::runApp() in index.php at line 13

Also I cannot create a Forum as the node dropdown list is empty.
 
Last edited:
I did an uninstall, uploaded 1.0.7b again, installed it, same problem -- requested group could not be found
Strange Thing - I did the uninstall where after completion the addon was shown ready to be installed. So the files did remain somehow....
How can I uninstall it in a way ALL so files are positively gone ?

Found it - manual delete -will start from scratch
 
Last edited:
Hi @Jackko Can you post full stack errors here? With http request data as well.
 
Back
Top