When creating a new panel page, after clicking "save" at admin/panels/panel-page/add/flexible, I get a "page not found" error (at admin/panels/panel-page/my-panel-page-name/edit/layout-settings/next).

Looking in the database, it appears to be getting a pid of 0 assigned (in the panels_page table).

I don't get this error on a clean install of 6.10 with only panels-6.x-2.0-alpha3 (and dependencies) installed, so I'm pasting a list of my installed modules to help notify any conflicts.

ad
admin_menu
advanced_help
biblio
bueditor
captcha
cck
contemplate
ctools
date
dhtml_menu
drush
faceted_search
favorite_nodes
field_indexer
filter_default
globalredirect
image
img_assist
insert_view
jstools
links
menutree
node_clone
node_import
panels
panels_tabs
path_redirect
pathfilter
print
spam
tabs
tac_lite
taxonomy_manager
views
views_bonus
webauth
webform

CommentFileSizeAuthor
#5 Page Not Found - Create Panel76.07 KBamysteen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

esmerel’s picture

Status: Active » Postponed (maintainer needs more info)

Please try this with panels3 if at all possible - panels 2 is no longer under active development

asb’s picture

Version: 6.x-2.0-alpha3 » 6.x-3.0

Very strange behaviour:

* Going to ./admin/build/panels, I'm getting the "Panels" configuration page.
* Clicking on "Create new... Panel page" (which is hyperlinked to ./admin/build/pages/add) gives me a 404 not found error.

Similar behaviour when clicking on "Manage pages..." - whatever I select there, I'm getting a 404 not found error. Even ./admin/build/pages/list does not work.

Even stranger: On another D6 site, the same versions of Panels and Ctools do work as advertised.

Installed versions: Panels 6.x-3.0, Chaos tool suite 6.x-1.0; it's running on Debian GNU/Linux, it's not running on FreeBSD (most probably this has nothing to do with the OS). Other software versions:

* working: Lighttpd 1.4.19, MySQL 5.0.51a, PHP 5.2.6-1+lenny3, Debian GNU/Linux "Lenny"
* not working: Lighttpd 1.4.23, MySQL 5.0.84, PHP 5.2.10, FreeBSD 7.2-RELEASE-p3

Enabled sub-modules:

* Chaos tool suite: "Chaos tools", "Page manager", "Views content panes"
* Panels: "Panels"
* Views: "Bonus: Panels" (version 6.x-1.0-beta4, not sure to which module this belongs)

Older versions of Panels and Ctools were deleted before installing the new releases; update.php was run several times, without giving any errors.

Also, disabling, uninstalling and re-enabling Panels and Ctools does not solve this issue.

Any ideas?

Thanks & greetings, -asb

merlinofchaos’s picture

Hmm. Maybe somehow page manager didn't get activated correctly? try visiting and resubmitting the modules page?

I can't think of a single reason that admin/build/pages might not be working if page manager is activated.

bstoppel’s picture

I am having this problem too. Is there any information that I could submit to help track down this problem?

amysteen’s picture

I am getting basically the same issue.

Attaching a screenshot because this will be hard to explain... I get page not found and then ANOTHER page not found underneath but it has some options for creating the content :/ weirrrd. This is when I go to /admin/node/add/panel

Looking at the page source I see that all the linked css files and js files are COPIED and repeated inside the body tag. I thought maybe I had forgot to close a tag in my theme or something but I get the same result using garland.

merlinofchaos’s picture

#5: Your problem is not the same issue. It is happening at different paths and with a different submodule.

#2: I don't have many ideas for what might be wrong there. One possibility might be that the server itself is interfering with the path somehow. Another possibility is that something is breaking the menu system. A third possibility is that somehow 'Page Manager' module is not actually active, though you listed it as active so that seems unlikely. Maybe turn it off and turn it back on again?

dwkitchen’s picture

Status: Postponed (maintainer needs more info) » Fixed

I had this problem too.

It is CTools you need to re-install.

I ended up un-installing both Panels and CTools and the re-installing, but now its all working.

David

dwkitchen’s picture

Oh I also deleted the tables in the Database before re-installing

hdcwebteam’s picture

I had this symptom, tried uninstalling and reinstalling panels & ctools several times to no avail.

I found Administration Menu was altering the 'create panel' URL so instead of /node/add/panel it was /admin/node/add/panel. Disabling that module fixed it.

asb’s picture

Status: Fixed » Active

Hi,

sorry, I have to re-open this issue. Neither un-installing both Panels and CTools and the re-installing, nor using different paths fixes this issue for me reliably and reproducably (Panels 3 is working very well on several D6 sites, on one it isn't).

Even when disabling clean URLs it still doesn't work - and I'm getting sensible paths like ./index.php?q=admin/build/pages/edit/node_edit (please note the q=admin/ part - it's there!). So we've one seemingly similar symptom, possibly different causes, and obviously several partial workarounds. The magnitude of problems seems to be as great as Panels 3 already is ;-)

Thanks & greetings,- asb

kellyllek’s picture

I just found I have the same problem. If I take the 'admin' part out of the address I can get to the panels page. But clicking on it through the admin module or through the standard "create content" page does not work.

As #9 headcwebteam says, " instead of /node/add/panel it was /admin/node/add/panel. "

merlinofchaos’s picture

Status: Active » Closed (won't fix)

If another module is modifying the menu item from node/add/panel to admin/node/add/panel there isn't much Panels can do about that.

JThan’s picture

I had this problem too. It was resolved by giving correct permissions for the ctools page manager.

pelicani’s picture

I too have this problem with adding a Panel Page, not a Panel Node.
Just like asb's issue. Not some of the others.
I'm thinking it is the menu, but haven't figured out how.
I've uninstalled, reinstalled, etc, to no avail.
If I do figure it out, without rebuilding my site, I'll post back.
Otherwise, I'd like to see if anyone else has a solution to the problem.