Fork me on GitHub

Unable to add modules  Bottom

  • tried to install the FAQ module after the initial install and: "Error! Sorry! Table creation failed".. tried to die with some text after the init function and it doesn't appear to be reading the pninit.php file.

    ..it also logs me out after about 5 minutes of inactivity.. with medium security

    thanks.
  • I installed .8 with valueAdds nearly fine, FAQ working,

    but with CVS last version I have problems with FAQ/pnTables.php line 56:
    ObjectUtil::addStandardFieldsToTableDataDefinition($pntable['faqanswer_column_def']);

    function not defined (there are several changes between pn.8MS2 & cvs pnobjectlibs)

    Are you update some file from CVS?



  • this is after the initial install .. i don't get any parse or undefined errors because it's not reading the file.

    no modules will initialize.. not just the FAQ.

    straight MS2 dist.. no modifications/alterations.

    thanks



    edited by: InvalidResponse, Oct 01, 2006 - 12:22 AM
  • print_r on $args at function modules_adminapi_initialize():

    Code

    array ( [id] => 1 [interactive_init] => ) 1


    print_r on $_GET .. same function:

    Code

    array ( [module] => Modules [type] => admin [func] => initialise [id] => 35 [startnum] => 0 [authid] => c5bb2b3ecc7f4a29c4f1aebe7e0ec8e475e06bf6 [letter] => [state] => ) 1


  • heh .. can't uninstall modules either.. you can de-activate them, but not remove them.
  • With one that is installed it seem to work fine, disabling, removing & enabling again modules.

    I'm trying to do a new install in other subdomain, to try it, but the installer entry in a loopback, (I had to change update_installed_status() to gotosite case for pass it).
    & told to me that I haven't access to the site, and show me a blank Module.
    Table pn_Theme is empty. I had to import it.
    Now it's working.
    I Added ValueAdd modules, regenerate & seem working fine, all functions.




  • second install.. same issue. can't add modules after the install .. the $_REQUEST is getting mangled somewhere before the formUtil (which parses the ID from $_REQUEST) .. the ID in the $_REQUEST in the getPassedValue() function in the formUtil class is 1 every time.

    I don't have time to deal with it, but maybe someone more familiar with the new base can figure it out.

    thanks gerkynet
  • this is on my end .. no idea what's going on, but I can't install modules on .762 either.

    thanks for your time.. sorry to have troubled you.
  • Don't worry, I was testing & having some problems too (but with installer) icon_rolleyes
  • I can confirm the issue reported by invalid. When adding a module new module it don't get an id assigned as well, giving it default 0 id, causing e.g removal to be a problem. Upon installation the mentioned problems occure.
  • hi,
    I wasn't sure if it had anything to do with PN, but the superglobal $_REQUEST appeared to be "polluted" with postnuke cookie/session info. I couldn't unset it, couldn't change the values, it was pretty bizarre behavior .. I flushed my browser (Safari) cache to no avail, used a utility called cocktail, ran some maintenance scripts, restarted and it was fine. It definitely started after installing MS2 and I've never experienced this before.. it could also have something to do with setting/signing the cookie..



    edited by: InvalidResponse, Oct 02, 2006 - 01:38 PM
  • 0 users

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