Closed (fixed)
Project:
Panels
Version:
6.x-3.0
Component:
Panel pages
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2009 at 18:27 UTC
Updated:
5 Oct 2009 at 16:30 UTC
I go to create a panel. it gets to:
admin/build/pages/add/page-test/content
and stops. the screen does white and it stops. it's not timing out, it just stops.
Any ideas?
Comments
Comment #1
merlinofchaos commentedIs there an error in your apache/php/watchdog log?
Do you have Panels and CTools in sync? i.e, using 3.0 and 1.0 respectively?
Comment #2
webdev2 commentedApache error log:
PHP Fatal error: Cannot redeclare panels_simple_cache_get_cache() (previously declared in /pathto/sites/all/modules/panels/panels_simple_cache/panels_simple_cache.module:63) in /pathto/sites/all/modules/panels/plugins/cache/simple.inc on line 43, referer: pathto/admin/build/pages/add/page-residential/next
Comment #3
merlinofchaos commentedThe panels simple cache module has been removed. You need to delete your Panels directory entirely and then reinstall from the tarball.
Comment #4
webdev2 commentedthat fixed it. many thanks!