Fails with the following message:

Fatal error: Call to undefined function clear_cache_all() in /usr/local/hosts/deadchannel.ru/htdocs/sites/all/modules/nodeaccess/nodeaccess.install on line 90

Comments

denney’s picture

I to am experiencing the same issue.

I have had to disable the nodeaccess module for now.

Anonymous’s picture

Status: Active » Fixed

Will be fixed in the next update.

nisguy’s picture

Here are some warnings when upgrading from 4.7.3 to 5.1 using the latest version of Nodeaccess. I upgraded Drupal first, then upgraded Nodeaccess by itself. Nodeaccess appears to be working correctly after the upgrade.

Server:
Linux
PHP version 5.2.1
MySQL version 4.1.21-standard

* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/ebrad/public_html/intranet-upgrade/update.php on line 309.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/ebrad/public_html/intranet-upgrade/update.php on line 309.
* warning: Invalid argument supplied for foreach() in /home/ebrad/public_html/intranet-upgrade/update.php on line 542.
* warning: Invalid argument supplied for foreach() in /home/ebrad/public_html/intranet-upgrade/update.php on line 542.
The following queries were executed
nodeaccess module
Update #1
* No queries
Update #2
* No queries
Anonymous’s picture

I don't think those warnings are anything to be concerned about, but they're not coming from nodeaccess anyway. There's an array_merge in update.php that's causing it, seems to just be due to displaying update messages. Not sure why it's triggered.

Anonymous’s picture

Status: Fixed » Closed (fixed)