Fork me on GitHub

Installation fails on .8  Bottom

  • Altho this forum says: this is not for support, and since in the support for .8 there aren't any forums, i can't post there, so i post here icon_razz

    I've tried and tried and tried to install the daily (march 6th and march 7th), but whatever i do, I'm getting these errors:

    Quote



    Table 'daily.pn_module_vars' doesn't exist
    SELECT pn_value , pn_name FROM pn_module_vars WHERE pn_modname='/PNConfig'
    Install Error:Exiting after SQL-error

    1. (array) 0:
    1. (string) file = D:\PN\pn8\includes\pnobjlib\DBUtil.class.php
    2. (integer) line = 124
    3. (string) function = pn_exit
    4. (array) args:
    1. (string) 0 = Exiting after SQL-error
    2. (array) 1:
    1. (string) file = D:\PN\pn8\includes\pnobjlib\DBUtil.class.php
    2. (integer) line = 797
    [..]

    The installer creates the database perfectly, but somehow not all tables are created.

    Running MySQL 5.0 with --old-password

    BTW, the absolute positioning puts itself over the errors making it real hard to read..

    The files stored on disk in the database are:

    Quote


    db.opt
    pn_admin_category.frm
    pn_admin_category.MYD
    pn_admin_category.MYI
    pn_admin_module.frm
    pn_admin_module.MYD
    pn_admin_module.MYI
    pn_groups.frm
    pn_groups.MYD
    pn_groups.MYI
    pn_group_applications.frm
    pn_group_applications.MYD
    pn_group_applications.MYI
    pn_group_membership.frm
    pn_group_membership.MYD
    pn_group_membership.MYI
    pn_group_perms.frm
    pn_group_perms.MYD
    pn_group_perms.MYI
    pn_modules.frm
    pn_modules.MYD
    pn_modules.MYI
    pn_objectdata_attributes.frm
    pn_objectdata_attributes.MYD
    pn_objectdata_attributes.MYI
    pn_objectdata_log.frm
    pn_objectdata_log.MYD
    pn_objectdata_log.MYI
    pn_objectdata_meta.frm
    pn_objectdata_meta.MYD
    pn_objectdata_meta.MYI
    pn_themes.frm
    pn_themes.MYD
    pn_themes.MYI
    pn_user_property.frm
    pn_user_property.MYD
    pn_user_property.MYI


    It's missing a lot of tables so too see..
  • The Daily Snapshot from the NOC or from here: http://community.postnuke.com/module-SVN.htm
    The NOC snapshot seems to be outdated... icon_frown

    --
    best regards from Kiel, sailing city

    Steffen Voss

    Member of the Zikula Steering Committee
    Read The Zikulan's Blog "If you want people to RTFM, make a better FM!"
  • I used 2 dailies ( 6 & 7 march ) from the link you said..

    The database is created, just not all tables are make.. Guess somewhere along the road that routine is a bit corrupted?
  • The install worked fine for me today so it wouldn't seem to be a general problem - and there have been no other installation failures reported recently - perhaps you can debug your environment to provide some more info.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • Here's a phpino();

    If it's on my envirement, i wouldn't know what could be wrong, everything else seems to install perfectly.



    edited by: ZarToXidE, Mar 09, 2007 - 12:41 AM
  • That's what I need *your* help to solve!. The only difference in my test environment is apache but that shouldn't be a problem.

    Can you perform some local debugging on the installer to see where it goes wrong?

    -Mark

    --
    Visit My homepage and Zikula themes.
  • markwest


    [..]
    Can you perform some local debugging on the installer to see where it goes wrong?

    -Mark

    Say what???

    I can serv cold beer and pizza, I wouldn't know where to start on this debugging.. I'm a user, not a coder.. icon_razz

    The installer goes fine.. It asks for the database info, where i fill everything in. Next page: Basic or Complete, so i click basic, and then these errors pop-up, and at the bottom of the page, it's asking me for the admin-account.

    That's all it does too me.



    edited by: ZarToXidE, Mar 09, 2007 - 01:56 AM
  • In another thread I thought you mentioned writing your own module so I thought you'd be able to help a bit more on the code side...

    Can you e-mail me a full copy of the stack trace (markwest at postnuke dot com).

    Thanks.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • Well, I've written 2 custom modules for postnuke.. Well, if that's can even been called modules..
    .
    They both look like this:

    Code

    <?php

    include('header.php');
    $GLOBALS['info']['title'] = "My custom module";

    ?>

    ..static HTML goes here..

    <?php

    include('footer.php');

    ?>

    I've made 2 modules (read: 'pages') using this. 1 is my CV, and the other I included an HTML page with IRC stats, that was refreshing each hour. But it's hardly as you can say, a module. It just acts like it icon_razz
    .
    Uhhh... what is a stack trace?



    edited by: ZarToXidE, Mar 09, 2007 - 07:39 PM
  • When the installer fails there should be an error and a trace of every function executed to that point. This is the part i'm interested in as it will help me find out what went wrong.

    -Mark

    --
    Visit My homepage and Zikula themes.

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