[OzzModz] Quote Book

[OzzModz] Quote Book [Paid] 2.0.0 Beta 3

No permission to buy ($20.00)
Please check

namespace PB\QuoteBook\InlineMod\Quote;
...
class WidgetDate extends AbstractAction


here are still parts from the delete function
 
Ozzy47 updated [OzzModz] Quote Book with a new update entry:

[OzzModz] Quote Book for XenForo 2.2+ Update 2.0.0 Beta 2

danger GIF
Warning Sign GIF


Now That Ive got your attention:
This is a beta release, take a full backup before installing on a production site. Optimally try it out on a test site that is a replication of your live site before installing on the live site. It has had limited testing.

2.0.0 Beta 2:


  • Fix: Broken redirect...

Read the rest of this update entry...
 
Have not checked the newest version.
The ccs is not nice, when the second row follows the first without a break.

comments.webp

The icon for share needs a distance to the comments.
 
1. Do we miss undeleteComments?
2. Concept question

a) delete b) undelete

or just

a) delete and add undelete to the form like

soft delete
hard delete
(if deleted) undelete

one template less, one link less?
 
Code:
ErrorException: [E_WARNING] Undefined property: PB\PostAsUser\PB\QuoteBook\Service\Quote\Creator::$content in src/addons/PB/PostAsUser/PB/QuoteBook/Service/Quote/Creator.php at line 13

    XF::handlePhpError() in src/addons/PB/PostAsUser/PB/QuoteBook/Service/Quote/Creator.php at line 13
    PB\PostAsUser\PB\QuoteBook\Service\Quote\Creator->_validate() in src/XF/Service/ValidateAndSavableTrait.php at line 19
    PB\QuoteBook\Service\Quote\Creator->validate() in src/addons/PB/QuoteBook/Pub/Controller/Category.php at line 83
    PB\QuoteBook\Pub\Controller\Category->actionAdd() 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 2487
    XF\App->run() in src/XF.php at line 524
    XF::runApp() in index.php at line 20
 
Clean forum, install, uninstall

Code:
XF\Db\Exception: MySQL statement prepare error [1146]: Table 'test.xf_pb_qb_field' doesn't exist 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/Mvc/Entity/Finder.php at line 1430
    XF\Mvc\Entity\Finder->fetch() in src/XF/Repository/AbstractField.php at line 134
    XF\Repository\AbstractField->getFieldCacheData() in src/XF/Repository/AbstractField.php at line 167
    XF\Repository\AbstractField->rebuildFieldCache() in src/addons/PB/QuoteBook/Setup.php at line 120
    PB\QuoteBook\Setup->PB\QuoteBook\{closure}() in src/XF.php at line 377
    XF::triggerRunOnce() in src/XF/Mvc/Dispatcher.php at line 158
    XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
    XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2487
    XF\App->run() in src/XF.php at line 524
    XF::runApp() in admin.php at line 13
 
Ok, seems I dont have any xf_pb_qb_tables in db now, but uninstall was not finished.
Now I cant uninstall, when I rebuild the tables are not written again. Funny.
 
Was hanging at 4.
I have deleted quotebook in xf_addon
Then installed (tables are there)
Uninstalled. Stops again, missing xf_pb_qb_field

xf_addon says: uninstall:4

uninstall4 is

Code:
    public function uninstallStep4()
    {
        \XF::runOnce('pbQbRebuildFieldCache', function()
        {
            /** @var \PB\QuoteBook\Repository\QuoteField $fieldRepo */
            $fieldRepo = $this->app->repository('PB\QuoteBook:QuoteField');
            $fieldRepo->rebuildFieldCache();
        });
    }

delete in xd_addon
install
changed uninstall 3,4 to 1,2
and 1,2 to 3,4

now uninstall works
please check and correct it.

There are issues with login as user also, see thread for that add-on.
 
I have uninstalled the QuoteBook and deleted all files; now I get:

Error: Class "PB\QuoteBook\ThreadType\Quote" not found in src/XF/App.php at line 1505

there are many add-ons in the list, but I do not see any connection;
maybe I should uninstall/install all your add-ons connected to the Quote-Book?
 
Top Bottom