Fork me on GitHub

Download Module 2.3: problem needs early resolution  Bottom

  • IIS + mysql ver 4.0 + PHP ver 4.0 on windows 2k3 server...
    when I tried to add the document for download...following message is received.

    "Line = 195
    c:\inetpub\wwwroot\zikula\modules\Downloads\pnuserapi.php
    Message :-Failed to create the download"


    Then Matio on this forum suggested the changes in the code as follows
    previous code in line number of 195 in the said file
    Previous Code

    Code

    return errorpage(__file__,__line__,_DL_ITEMCREATEFAILED);


    Suggested Code by Mateo

    Code

    return errorpage(__file__,__line__,
    _DL_ITEMCREATEFAILED.' '.$dbconn->ErrorMsg());


    and then again i tried to add the new download then we get the following error..

    c:\inetpub\wwwroot\zikula\modules\Downloads\pnuserapi.php
    line: 195
    Message: Failed to create the new download. incorrect datetime '0' for column ' PN-update at row 1.


    Help is sought what is required to be done further to get rid of problem. We have already tried by upgrading our Module from 2.2 to Download module 2.3
    thanks



    edited by: pearl15, Jan 22, 2009 - 06:44 AM

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