[BS] Scheduled posting [Deleted]

After this update, like buttons are not showing in thread first post and also thread showing dim not clear after posting , showing like shown as when we schedule it for a future time.
 
  • Like
Reactions: 021
  • XF\Db\Exception: Batch install error: MySQL statement prepare error [1146]: Table 'xf_bs_contest' doesn't exist
  • src/XF/Db/AbstractStatement.php:217
 
Last edited:
  • LogicException: Batch install error: Unknown relation or alias Schedule accessed on xf_post
  • src/XF/Mvc/Entity/Finder.php:753
  • Generated by: Doctor
  • Mar 3, 2020 at 2:42 PM
 
Does this list all upcoming scheduled posts/threads on a page showing scheduled time/date that is only visible to people with access?
 
Still getting errors

PHP:
InvalidArgumentException: Attempted to convert NULL to integer [owner_id] in src/XF/Mvc/Entity/Entity.php at line 740
XF\Mvc\Entity\Entity->_castValueToType() in src/XF/Mvc/Entity/Entity.php at line 618
XF\Mvc\Entity\Entity->set() in src/XF/Mvc/Entity/Entity.php at line 548
XF\Mvc\Entity\Entity->preSave() in src/XF/Mvc/Entity/Entity.php at line 1150
XF\Mvc\Entity\Entity->save() in src/addons/BS/ScheduledPosting/Install/Upgrade1000073.php at line 68
BS\ScheduledPosting\Setup->makePostsVisible() in src/addons/BS/ScheduledPosting/Install/Upgrade1000073.php at line 47
BS\ScheduledPosting\Setup->fixOldestScheduledThreads() in src/addons/BS/ScheduledPosting/Setup.php at line 48
BS\ScheduledPosting\Setup->upgrade1000073Step1() in src/XF/AddOn/StepRunnerUpgradeTrait.php at line 122
BS\ScheduledPosting\Setup->upgradeStepRunner() in src/XF/AddOn/StepRunnerUpgradeTrait.php at line 71
BS\ScheduledPosting\Setup->upgrade() in src/XF/Admin/Controller/AddOn.php at line 575
XF\Admin\Controller\AddOn->actionUpgrade() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2177
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13
 
.this bug is related to another add-on. By default in the table xf_post no field owner_id
got it . . I just disable some suspicious addons, then completed upgrade of this addon successfully, after that, enabled all addons one after an other. Now everything showing OK :)
 
We're having a few issues that maybe you can help track and fix:

1. When using the Date and Time picker to schedule a post in a thread, the time defaults to 0:00 rather than the current time. This makes it really hard to use on mobile devices.
date-time-picker.png


2. BUT - on the second and subsequent scheduled posts in a thread, the picker defaults to the scheduled time of the previous scheduled post.

3. Multiple queued posts display in the thread in the wrong order after they are posted.

posts-out-of-order.jpg

4. @ tags in scheduled posts do not fire properly when the post is published. The target users receive no alerts.
 
This works fine, but one thing of note.

If I schedule a thread for 0600hrs, the first post in the thread shows at that time.

However, the thread time shows when you submitted it, and not the time of the post.

Is this intentional?

This screenshot will probably better explain what I mean.

Screenshot 2020-03-31 at 23.35.36.webp
 
We're having a few issues that maybe you can help track and fix:

1. When using the Date and Time picker to schedule a post in a thread, the time defaults to 0:00 rather than the current time. This makes it really hard to use on mobile devices.
View attachment 220784


2. BUT - on the second and subsequent scheduled posts in a thread, the picker defaults to the scheduled time of the previous scheduled post.

3. Multiple queued posts display in the thread in the wrong order after they are posted.

View attachment 220785

4. @ tags in scheduled posts do not fire properly when the post is published. The target users receive no alerts.
Any thoughts on these issues? It is a useful feature but for these issues and bugs.
 
Top Bottom