Kaimono Kago v 1.1.1 Beta released

Some updates and two more slideshows are added for the front page.

9 comments to Kaimono Kago v 1.1.1 Beta released

  • Brad

    After installing the latest version from source forge I get the following error:

    A Database Error Occurred

    Error Number: 1054

    Unknown column ‘p.status’ in ‘where clause’

    SELECT P.*, C.Name AS CatName FROM omc_product AS P LEFT JOIN omc_category AS C ON C.id = P.category_id WHERE C.Name = ‘Slideshow’ AND p.status = ‘active’ ORDER BY RAND()

    Any fixes for this? or idea what is causing it?
    I’ve got a VPS, with the latest version of MySQL, ran the install, installation went OK

  • shinokada

    Hi Brad, can you change p.status to P.status in line 97, 154 and 173 of modules/products/models/mproducts.php and let me know.

  • Brad

    That worked :)

  • Kieran

    When installing it on my Windows machine I get this error:

    A PHP Error was encountered

    Severity: Notice

    Message: Undefined index: login_field

    Filename: libraries/Userlib.php

    Line Number: 69
    A PHP Error was encountered

    Severity: Notice

    Message: Undefined index: password

    Filename: libraries/Userlib.php

    Line Number: 69

    Any ideas?

  • Kieran

    The contents of $autologin is

    Array ( [user_id] => 1 [key] => bc48e55791edc6a8 )

    I open it up in internet explorer on the same machine and it appears to work fine, it seems as though it got some cookie data from somewhere else and it trying to use that.

  • shinokada

    @Kieran What is your development environment? XAMPP or WAMP?

  • shinokada

    So it seems it is working fine, isn’t it?

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>