Before posting this issue, I went through the rest of the issues under page manager component & I didn't find something related to mine
Please excuse me if this issue was posted before, I'm not a coder to understand arguments or codes
I got this error while using Panels trying to add a content to one of the regions
Notice :Undefined index: redirect in page_manager_page_add_subtask() (line 325 in /home/******/public_html/sites/all/modules/ctools/page_manager/plugins/tasks/page.admin.inc).
I hope these information are helpful
Panel: 7.x-3.0-alpha3
Ctool: 7.x-1.0-rc1
and I use my site in different language than English
Thanks a lot
Comments
Comment #1
Ashlar commentedThis bug report has not been active for over six months. In an effort to clean-up the issue queue this item has been closed. If your modules are current and the report is still relevant please feel free to change the Status back to active.
Comment #2
cayenne commentedThis error appeared briefly for me on a fresh install. Disabled two blocks with a lot of Javascript and it went away. Possibly related, but the key is it went away!
Comment #3
dkingofpa commentedDrupal 7.14
Ctools 7.x-1.0
Panels 7.x-3.2
Brand new install. Trying to set up a new page.
See attached image.
Comment #4
galch24 commentedDrupal 7.17
Ctools 7.x-1.2
Panels 7.x-3.3
I have the same problem. Brand new install too. I use theme Base Building Blocks with built-in Twitter Bootstrap.
The watchdog had a record that a problem occurs in
www.MySiteName.com/admin/structure/pages/add/page-main/js/vendor/bootstrap/bootstrap-affix.jsSo, I think this problem was caused by the fact that I tried to upload the script to the page via a template, rather than through the core.
In my template was line like this:
<script src="js/vendor/bootstrap/bootstrap-affix.js"></script>After removing this line from page.tpl.php the problem does not appear again. So, it was my bad))