Fork me on GitHub

UpDownload + pninit.php  Bottom

  • Hello,

    I tried to install the UpDownload module.
    When I try to initialize it, I get the following error:

    Fatal error: Call to a member function on a non-object in C:\Apache Group\Apache2\htdocs\PN\HTML\modules\UpDownload\pninit.php on line 48

    the part of the code that causes the error according to the error above is:

    $SQL = "
    CREATE TABLE $categories_table
    (
    $categories_column[cid] int(11) NOT NULL auto_increment,
    $categories_column[title] varchar(50) NOT NULL default '',
    $categories_column[cdescription] text NOT NULL,
    PRIMARY KEY (pn_cid)
    )
    ";
    $dbconn->Execute($SQL); <----- (line 48 )

    Do you have any ideas?


    P.S> I did an "echo $SQL" and executed the query that appeared from the phpmhAdmin interface and everything went fine...
  • 0 users

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