Some updates and two more slideshows are added for the front page.
|
|||||
Kaimono Kago v 1.1.1 Beta releasedSome updates and two more slideshows are added for the front page. 9 comments to Kaimono Kago v 1.1.1 Beta released |
|||||
|
Copyright © 2012 Cecilie Okada Design Blog - All Rights Reserved |
|||||
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
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.
That worked
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?
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.
@Kieran What is your development environment? XAMPP or WAMP?
XAMPP
So it seems it is working fine, isn’t it?
[...] Kaimono Kago v 1.1.1 Beta released [...]