beta4: can't edit Product / no edit tabs shown

Posts: 26
Joined: 02/05/2008

When I view my created products, I can't edit them again. There are no "edit"-Tabs shown. Other nodetypes are editable, only the product-nodes are not. I don't use the catalog, I use same taxonomy from other node types.
On my dev-site editing works, but in the same installation of the shop to the live site there is that error. The only difference I remember is, that I installed and connected the catalog first on my dev-site but deinstalled it later because I don't need it.

Yes I'm admin (user 1).

Thanks for any suggestions how to fix this!
best regards
Jürgen

--

.......
brocke.de integral communication
Cologne/Germany

Posts: 26
Joined: 02/05/2008

Addionally description to the problem above:
Because the whole Edit-Menu is missing above the product-node and form, I also can't acess the product features page.

Thanks for any help!
best regards
Jürgen

--

.......
brocke.de integral communication
Cologne/Germany

Posts: 2267
Joined: 08/07/2007
AdministratoreLiTe!

Can you go to the URL directly? Like node/##/edit. Do you see the tabs on that page? I'd check all of the other default themes to make sure they're not affected.

Posts: 26
Joined: 02/05/2008

Hi Lyle!

Thanks for helping! Yes, I can go to that node/##/edit and edit the content. But the tabs and the sub-menus (for editing Features) are still missing.

...
Jürgen

--

.......
brocke.de integral communication
Cologne/Germany

Posts: 82
Joined: 08/12/2007
Uber DonorBug FinderInternationalizationizer

Hi Jürgen.

Try the following:
Add to your node-product.tpl.php the code

<?php
dpr
(menu_get_local_tasks());
?>

Normally, you should get an array with the menu items "Edit", "View" and so on.

Now go to your page.tpl.php and add the code written above.
Normally you should see the same. But let me guess: menu_get_local_task() is empty for all your products, isn't it?

ehm. dpr() is an devel-function. so if you don't have devel installed, use print_r() instead.

Posts: 26
Joined: 02/05/2008

Hi michels,

I don't habe a node-product.tpl.php yet, but I put the function in both node.tpl.php and page.tpl.php and both returns empty arrays.

any suggestions?

Thanks & best greetings
Jürgen

--

.......
brocke.de integral communication
Cologne/Germany

Posts: 26
Joined: 02/05/2008

I found, that CCK-Blocks 1.1 are responsible for that error. CCK-Blocks 1.0 works fine with the product nodes, but actual version not. May there is a problem with cck image field?

best regards
Jürgen

--

.......
brocke.de integral communication
Cologne/Germany