Hi there I've updated the module but I got this:
Fatal error: Cannot redeclare panelizer_default_page_manager_handlers() (previously declared in .../sites/all/modules/panelizer/panelizer.module:232) in .../sites/all/modules/panelizer/includes/panelizer.pages_default.inc on line 25
I've tried the stable and development versions and both the same, I had to go one release back.
Comments
Comment #1
merlinofchaos commentedThe file
/sites/all/modules/panelizer/includes/panelizer.pages_default.incis no longer in the repository. You are getting this error because you untarred a new tarball over the old install but because of this, files got left over. You need to delete that file.Comment #2
andrés chandía commentedThanks
working now!