- 🇦🇺Australia VladimirAus Brisbane, Australia
Most likely fixed in 📌 Speed improvement for weight_update_7301() Fixed .
Hello!
I've come across some implications in updating the database after updating the code.
In fact in one case I've got more than 300 nodes which didn't transfer successfully, which I can fix myself but the updates simply aren't being executed. The current schema where this is being executed is 7300.
I'm not sure how many this would affect, but is there a quick and dirty way around this?
Fatal error: Cannot access empty property in /mnt/www/html/---/docroot/sites/all/modules/contrib/weight/weight.install on line 102
Drush command terminated abnormally due to an unrecoverable error. [error]
Error: Cannot access empty property in /mnt/www/html/---/docroot/sites/all/modules/contrib/weight/weight.install, line 102
The external command could not be executed due to an application error.
Here's the block of code returning the error, the line being reported starts with $node.
if ($node = node_load($weight->entity_id)) {
$node->{$field_name}[$node->language][0]['value'] = $weight->weight;
node_save($node);
}
Closed: duplicate
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Most likely fixed in 📌 Speed improvement for weight_update_7301() Fixed .