Fork me on GitHub

Upgrade script 0.764 --> 1.1.2 stops at start  Bottom

  • The first thing that happens after after I start the upgrade by clicking the "click here to start the upgrade process" button is that I get an error message:

    Table 'hogmalm_org.zk_module_vars' doesn't exist
    SELECT pn_value , pn_name FROM zk_module_vars WHERE pn_modname='/PNConfig'

    These rows repeats approx 40 times and then everything hangs.
    Why does it ask for a Zikula table during upgrade.

    It is the upgrade distro and it says so on the start screen.
    I have changed the config data.
    I feel pretty stuck!
    Thanks for any advice.
    /Jan
  • Hi,

    Did you save your original config file?
    Your tables have probably the prefix PN [or nuke in a very old installation], you should change your new config file in config/config.php, especially following line to:

    Code

    $PNConfig['System']['prefix'] = 'pn';

    or nuke instead of PN...

    - Igor
  • Thank you Igor,
    Your advice did the trick.
    /JAN
  • Excellent.
    Have fun with your zikula installation!

    - Igor

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