- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- December 2003
- Status:
- offline
- last visit:
- 07.03.05
- Posts:
- 11
I was happily testing PostNuke for the first time when all of a sudden something went wrong; the "Main Menu" block, the one with the links, dissapeared! Deactivating and reactivating it did not help.
I did not play with permissions nor I changed the block name so it doesn't sound like that is the cause. Does anybody knows how I can get the block back? -
- rank:
-
Professional
- registered:
- September 2003
- Status:
- offline
- last visit:
- 11.04.08
- Posts:
- 3055
Did you perhaps move it from the left zone to the right zone, where often right blocks are not displayed, except on the home page?
--
Get PhotoGallery, PayPalCart, Dynamenu, Enhanced Blocks & other mods
Cape Cod Travel Info... -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 26.01.05
- Posts:
- 38
Have the same problem - read somewhere about a bug in PHP - and play back the database backup for the block table. This is not a solution, because if I make any changes in the menueblock in the normal way it happens again and again (also by click on save changings without any changings!) so I am not able to touch it and have to link to new modules in another way like a HTML-block. I use PN .726 with PHP Version 4.3.0 and MySQL 3.23.37 on a linux server. Another of my sites with PN 0.723, same hoster and same phpinfo result, but another server runs without problems.
For larsneo only: Könnte Dir bei Interesse vorher/nachher Datenbanksicherungen betroffener Tabellen oder sonstige Dateien der betroffenen Seite zur Verfügung stellen. -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
well this user solved it by re-naming the menu block, which made it re-appear, and then naming it back to main menu...
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- November 2002
- Status:
- offline
- last visit:
- 26.01.05
- Posts:
- 38
Now I am a step further: The onliest - once more - the onliest difference between the database with the main menue failure and the database with no error main menue is this:
in the blocks table and field pn_content: a:4:{s:5:"style";s:3:"Red";
this don't work
now I change it per hand in the database to a:4:{s:5:"style";s:1:"1";
and the menue work
because after a touch in the admin,blocks, mainmenue the data change again to s:3:"red" for this content
so my question is who deliver the 3 and red - is it the theme? and what I have to do for a solution.
In between I look in the theme - maybe there is something hardcoded or whatever.
