Installation, Configuration, & Upgrades  :: 
7.5 upgrade problems
 Top

  • I've followed the instructions to as far as I can tell, but I keep getting this error message

    Quote

    _XA_FAILEDTOINITENGINEPostNuke


    Has anyone run accross this?
  • When I try to initialize PnRender I get the following error message.

    Quote

    Fatal error: Call to undefined function: pntemp_install() in /home/richb/public_html/modules/pnRender/pninit.php on line 56


    The line of code referred to is

    Quote

    include_once 'install/pntemp.php';
    if (!pntemp_install('pnTemp')) {
    return false;
    }



    Any thoughts?
  • I have the same upgrade problem (from .726) :
    "_XA_FAILEDTOINITENGINEPostNuke"

    A new install (creating tables) works correctly.

    Did you figure out what the problem is ?
  • I used Swiss Army Knife to set my theme to extralight.
  • check if /install/pnTemp.php is available

    --
    regards from germany
    ..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::..
  • Thanks,
    I changed my theme, then I could access my site.
    But now I have the same pb (Call to undefined function: pntemp_install() ) trying to activate pnRender.

    And indeed, /install/pnTemp.php is not here.
  • copy *this file* to /install/pnTemp.php and make sure that config.php and config-old.php are both chmod 666 prior to initializing pnRender

    --
    regards from germany
    ..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::..
  • Worked like a charm...

    Thanks a lot !
This list is based on the users active over the last 60 minutes.