Upgrading Content Ratings from 1.3.11 to 1.3.14.2...

Bill Heaton

New Member
$ php cmd.php xf-addon:upgrade SV/ContentRatings
Upgrading Content Ratings from 1.3.11 to 1.3.14.2...
.
.
.
Running clean up tasks...


[LogicException]
Attempted to set 'type' while a save was pending without forceSet


Exception trace:
() at /var/www/forum/src/XF/Mvc/Entity/Entity.php:532
XF\Mvc\Entity\Entity->set() at /var/www/forum/src/XF/Mvc/Entity/Entity.php:505
XF\Mvc\Entity\Entity->__set() at /var/www/forum/src/XF/AddOn/DataType/AbstractDataType.php:260
XF\AddOn\DataType\AbstractDataType->importMappedAttributes() at /var/www/forum/src/XF/AddOn/DataType/Template.php:92
XF\AddOn\DataType\Template->importAddOnData() at /var/www/forum/src/XF/Job/AddOnData.php:108
XF\Job\AddOnData->run() at /var/www/forum/src/XF/Job/Manager.php:241
XF\Job\Manager->runJobInternal() at /var/www/forum/src/XF/Job/Manager.php:187
XF\Job\Manager->runJobEntry() at /var/www/forum/src/XF/Job/Manager.php:156
XF\Job\Manager->runById() at /var/www/forum/src/XF/Cli/Runner.php:110
XF\Cli\Runner->postExecutionCleanUp() at /var/www/forum/src/XF/Cli/Runner.php:64
XF\Cli\Runner->run() at /var/www/forum/cmd.php:15
 
Not available in the "Action Pending" mode. Is there a way to rebuild from the command line?

It's happening in the "Cleaning up" phase. So this is probably something simple in that phase.

I do have the plug-in disabled so that the users have the base "Like" abiltiy
 
Not available in the "Action Pending" mode. Is there a way to rebuild from the command line?
Code:
php cmd.php xf-addon:rebuild SV/ContentRatings

Might need to force the add-on to upgrade again;
Code:
php cmd.php xf-addon:upgrade -f SV/ContentRatings

It's happening in the "Cleaning up" phase. So this is probably something simple in that phase.
Weird, this add-on doesn't do anything during that phase
 

Users who are viewing this thread

Back
Top