Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Can an anyone help me.I am getting the following error while running my drupal 7 application

Fatal error: Cannot redeclare function views_views_plugins() (previously declared in /var/www/vhosts/cibi.hq.k.grp/newsite/sites/all/modules/views/includes/plugins.inc:15). If this code worked without the Zend Optimizer+, please set zend_optimizerplus.dups_fix=1 in your ini file in /var/www/vhosts/cibi.hq.k.grp/newsite/sites/all/modules/ctools/ctools.module on line 113

share|improve this question
Did you notice this part of the error message: If this code worked without the Zend Optimizer+, please set zend_optimizerplus.dups_fix=1 in your ini file – BetaRide Jun 27 '12 at 15:54
FWIW, I don't have zend_optimizerplus.dups_fix=1 set on any of y servers running Drupal 7 with views. Clear your cache. I think your registry may be corrupted. – MPD Jun 27 '12 at 16:07

1 Answer

Drupal 7 comes with views. did you install the views module on top of drupal 7? if so, that may be why you're getting the error.

share|improve this answer
Views isn't part of D7 core. – BetaRide Jun 27 '12 at 15:53
must have been part of a module i installed. removing the views module i installed fixed my problem. and views still remains. – wonderweb80 Jun 27 '12 at 16:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.