Fork me on GitHub

Nukewrapper strangeness  Bottom

  • An installation of Nukewrapper isn't working out very well for me. Several functions don't seem to work. I know this download is widely used, so I must suspect either something with my installation, or a bad download.

    The worst problem is that it won't autosize. Autosize is set as "1" in page.php, but it sets a width of 284px, no matter the included page size.

    Much of the other configuration doesn't seem to work, but some does. I can toggle on or off the $showlink (link to open frame in new window), so I know it's getting some config settings. But it loads off-site urls in the wrapped iframe even when $OpenInNewWindow="1" or "0".

    I can only access files in my directories as urls. URL=myfile.html works, but file=myfile.html doesn't work, even though I designated root paths and both PHP and HTML file paths in page.php.

    It runs from page.php or as a module, but when the module initializes, it doesn't create tables in the database.

    I'm running PN7.6.2 and Nukewrapper v2.7.12
  • NukeWrapper doesn't create any tables in the DB. It appears this was in the works and just never got completed.

    If you call the page using page.php, it should use the settings from that file unless the $UseModuleConfig is set to "1". If so, it will use the same configurations as the module which reside in the NukeWrapper.conf.php file.

    Double check to make sure your settings are correct for the manner in which you're calling the file. You can also try to make use of the $WrapDebug setting to see if it provides you with any further information as to why things aren't working.

    J

  • 0 users

This list is based on users active over the last 60 minutes.