I have the same experience as GenixDK.. Upgrade to 0.7.6.2 and postwrap admin fails to save changes. Showstopper for me! PostWrap still serves existing entries (if postwrap is already installed when upgrading). If it is new installation of postwrap, then you are stuffed, as you can't switch Security Off and you can't make any entries in the
URL Security. Catch 22?
I found a temporary workaround by modifying the MySQL Table directly (in this case using
phpMyAdmin) to switch off the
URL Checking function and the User Input.
Table is <your prefix="prefix">module_vars
You will need to look through the records until you find the PostWrap entries in the pn_modname Field. You will likely recognise the field names as they relate to the Control Panel.
The Setting Name is in the pn_name Field, and the value in the pn_value Field.
In my case, I changed:
Security to 0 (switch off)
no_use_entry to 0 (switch off)
This is a temporary measure as I normally use Secuity on.
You could also go into the <your prefix="prefix">postwrap_url Table, and make your security URLS entires there.
I can now make a menu entry and postwrap will deliver.
It would seem there is an incompatibliliy with PostWrap (I am using 2.5) and
PostNuke 0.7.6.2. I think they did some serious changes at the system level. The Language module has gone. You can find details at http://news.postnuke.com/index.php?name=News&file=artic le&sid=2754
Looking for a Patch or upgrade I guess...? unless anyone can fathom out the scripting (beyond my capabilities).
Cheers.</your></your>