When I add a view as content to a panel page (panel content) I get a popup window from where I can't move on. Clicking on "finish" or "continue" sends me round in a loop.

Comments

merlinofchaos’s picture

Status: Active » Fixed

Just checked in a fix for this.

luckysmack’s picture

Status: Fixed » Active

today i had this issue in the 3.x-dev version, and I upgraded to the latest version when I saw that you had fixed this. I updated to the most recent 3.x-dev version and the latest -dev of ctools as well. But I still had the issue. After this I decided to uninstall all of panels and ctools, deleted their folders, and re downloaded the latest -devs of each using the drush command:

drush dl panels-6.x-3.x-dev ctools-6.x-1.x-dev

which installed fine with no errors. but i am still recieving the same problem. I am running the latest release of 6.10 and views.

luckysmack’s picture

not much longer after my last post, i kept trying to add the view into a pane of my panels page. I found that it was added to a different pane than i intended (possibly i did click the wrong pane). so i moved it to my center pane and configured it and everything seemed to work fine. i saved the panels page and was brought back to /admin/build/pages . In another tab i browsed to my path and I recieved this error:

Fatal error: Call to undefined function ctools_plugin_api_include() in /home/public_html/d6/public/sites/all/modules/ctools/includes/export.inc on line 234
*edit: moved ctolls issue at http://drupal.org/node/443894

i had not received this until i tried entering the view inside of this pane. since the error referred to ctools i will repost this as a ctools issue if you want. But the way it happened seemed like it was related to this issue

*edit: after re-editing the panels page all the content i placed into the panels pane was removed and was left with blank regions. I had no other views inside the regions, only menu blocks

merto87’s picture

Hi!
Same problem with a "Content pane" view!

luckysmack’s picture

Ok, i tried this seperately from using a view, and the above error in post #3 does not seem to be related to the views issue as it still happens without a view. I have started an issue in the ctools module issue queue at

http://drupal.org/node/443894

merlinofchaos’s picture

Status: Active » Fixed

Did you update out of CVS? If not the -dev version may not have had the fix.

As it was a javascript change it may also have been necessary to do a shift refresh to get the new javascript as sometimes that gets cached. But I can confirm that on my test site at least, this is working now.

luckysmack’s picture

yes, drush installs its modules via cvs. but im still having this issue. i havent yet learned to use cvs yet on my server so it seems i will learn something new today :D . I've been meaning to try and learn it anyways, guess its a good of a time as any. will try it again when i update from cvs and report back if I am still having the issue

merlinofchaos’s picture

Be sure to update ctools too as the problem was actually on that side.

merlinofchaos’s picture

And do a shift reload on your browser to ensure the new javascript is picked up. Sometimes that can be an issue too.

luckysmack’s picture

Yes i have just updated both modules. and i am still having both issues. i have even tried uninstalling all panels/ctools modules and reinstalling and i get the same result. I have tried the shift-reload and no effect as well. I cleared my browsers cache and all offline website data.

Even going to the panels page in opera which i havent went to before in that browser has the same result.

Fatal error: Call to undefined function ctools_plugin_api_include() in /home/public_html/d6/public/sites/all/modules/ctools/includes/export.inc on line 234

In opera i also have the same issue for not being able to save a view properly. same in safari and ie which i never use to browse my site so they are freshly looking at those pages

luckysmack’s picture

even though i still had probelms afterwards the other day, even when trying on a different computer, the lates release does seem to fix the issue on my end. thanks Merlin.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.