After doing the update to Drupal 5 and the CVS version of the module I get the following message and the entire site "breaks"
When I delete the views folder in the modules directory everything is fine.
Fatal error: Call to undefined function: system_listing() in /home/dieinte1/public_html/devel/drupal/modules/views/views.module on line 12
Version: $Id: views.module,v 1.160 2006/09/13 21:21:21 merlinofchaos Exp $
Thanks
Comments
Comment #1
moshe weitzman commentedyou must use the HEAD version of views with drupal 5
Comment #2
jacauc commentedI did the checkout using the command
cvs -z6 -d:pserver:anonymous:anonymous@cvs.drupal.org:/cvs/drupal-contrib checkout -r DRUPAL-5 contributions
Not sure how all this CVS things work, but can the views module not be updated to checkout using that command, too?
Thanks again
jacauc
Comment #3
jacauc commentedJust marking this as active again, in order for my previous post to get noticed :P
Comment #4
moshe weitzman commentedviews doesn't have a drupal-5 branch yet. that checkout is not valid.
Comment #5
merlinofchaos commentedLeave out the '-r DRUPAL-5'. The problem here is that we're in the middle of changing the release system, and they created the tag and then went and restricted the tag on us, so it's stuck on an older version.
use -A to ensure no tags are set and that'll get you the newest version.