We have been experiencing a phenomenon where anonymous users are unable to see any nodes on our main page feed, due to what seems like a conflict between Content Access and CiviCRM. We tried rebuilding permissions and every time would get the following error:

An error occurred. /batch?id=29&op=do

@import url(/sites/all/modules/civicrm/css/civicrm.css);


Only local images are allowed.
Sorry. A non-recoverable error has occurred.

One of parameters (value: ) is not of the type Integer

Return to home page.

By disabling CiviCRM we were able to rebuild permissions successfully, but have found that any time we re-enable it and run Cron, the same problem happens again. Has anyone else experienced this type of problem with Content Access, Permission Rebuilding, and CiviCRM, or have troubleshooting suggestions?

We need content visible to our visitors, and access to CiviCRM, so any suggestions you can make on resolving this would be appreciated.

Thanks!

Comments

kevin.gilnack’s picture

Sorry, this is my first time in the forums, here's the actual error as I saw it..

An error occurred. /batch?id=29&op=do <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <base href="/sites/all/modules/civicrm/" /> <style type="text/css" media="screen">@import url(/sites/all/modules/civicrm/css/civicrm.css);</style> </head> <body> <div id="crm-container" lang="en" xml:lang="en"> <div class="messages status"> <dl> <dt><img src="/sites/all/modules/civicrm/i/Error.gif" alt="unrecoverable error" /></dt> <dd> Sorry. A non-recoverable error has occurred. <p>One of parameters (value: ) is not of the type Integer</p> <p><a href="http://providers.org/" title="Main Menu">Return to home page.</a></p> </dd> </dl> </div> </div> </body> </html>

avpaderno’s picture

Title: Content Access / CiviCRM Conflict causing nodes to disapear » Content Access / CiviCRM conflict causes the nodes to disappear
good_man’s picture

Priority: Critical » Normal
gisle’s picture

Issue summary: View changes
Status: Active » Closed (outdated)