A new update for the views module recently came up (6.x-2.4). I downloaded the update and began ftp to my directory. I did this without even opening the website, disabling any modules, or putting the site into maintenance mode. I had just got done performing the same operations on another site (same drupal install) with no problems. When the ftp was about half way done, I attempted to visit the website in question and I got the following error:
Fatal error: Cannot access empty property in /home/thindig5/public_html/kzoocpcl/modules/views/modules/node.views.inc on line 670
After the ftp was done, I was still getting the same error. I don't know much about how these updates work, so I ran the ftp again and still got the same error. The website was perfectly okay a day ago. I have a client who thinks he can do stuff on drupal, but he swears he hasn't made any changes to the website in a few days. I did a google search of this error and I found a few websites with the same error on their homepage. Anyone know whats going on? Thanks.
Dave
Comments
anyone have any idea? did i
anyone have any idea? did i just f myself or can this be fixed without reverting to a backup?
I ran in to the same error, but I fixed it
I was getting this error and the following search in google found nothing:
"Cannot access empty property in /views/modules/node.views.inc on line 670 drupal views"
I checked the release notes for Views 6.x-2.5 and noticed the following:
# #415706 by dww: Fix broken relationship in search that caused SQL error.
# #428742 by fralenuvol: Fix broken relationship causing sql error with multiple taxonomy term arguments.
So, I upgraded to Views 6.x-2.5 and ran the the update (mysite/update.php since I could not get past my login page because uses views). And now it all works.
I also found this mentioned in http://drupal.org/node/428206