| Topic: | PostWrap get stuck |
|---|---|
|
GenixDK
Helper
Posts: 119 Posted: |
I have a problem with the PostWrap 2.5 with 0.762. It works fine until you want to "save stuff" For example. When trying to add some URL's and press submit. It just shows the theme without any content in the module space, so basicly blank... |
|
Buskeyl
Freshman
Posts: 13 Posted: |
I have what is probably the same problem, but I get an error message... Failed to load module PostWrap (at function: "updateLinks") or Failed to load module PostWrap (at function: "AddUrl") I really need this to work. Anyone fix it yet? P.S. I am using Postwrapper ver 2.5, and PostNuke .762.. |
|
Chris_Bean
Freshman
Posts: 7 Posted: |
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> |