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

CommentFileSizeAuthor
#3 page_manager_undefined_index.jpg176.45 KBdkingofpa

Comments

Ashlar’s picture

Status: Active » Closed (won't fix)

This 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.

cayenne’s picture

This 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!

dkingofpa’s picture

Version: 7.x-1.0-rc1 » 7.x-1.0
Status: Closed (won't fix) » Active
StatusFileSize
new176.45 KB

Drupal 7.14
Ctools 7.x-1.0
Panels 7.x-3.2

Brand new install. Trying to set up a new page.

Notice: Undefined index: redirect in page_manager_page_add_subtask() (line 325 of /srv/www/sites/all/modules/contrib/ctools/page_manager/plugins/tasks/page.admin.inc).

See attached image.

galch24’s picture

Version: 7.x-1.0 » 7.x-1.2
Issue tags: +twitter bootstrap, +Base Building Blocks

Drupal 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.

Notice: Undefined index: redirect в функции page_manager_page_add_subtask() (строка 325 в файле /webserver/smb.lan/www/sites/all/modules/ctools/page_manager/plugins/tasks/page.admin.inc).

The watchdog had a record that a problem occurs in
www.MySiteName.com/admin/structure/pages/add/page-main/js/vendor/bootstrap/bootstrap-affix.js

So, 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))