Kaimono Kago v1.1c Beta
Installation is added.
How to install
1. Download the zip file and unzip it.
2. Tranfer the unzipped files in your server.
3. Visit http://www.yourwebsite.com/install.
If it is in your local server, visit http://127.0.0.1/kaimonokago/install or http://localhost/kaimonokago/install.
4. Fill up all necessary information. For your Encryption Key, visit http://www.ideaspace.net/misc/hash/
or http://www.whatsmyip.org/hash_generator/ to generate at least 32 characters long code.
5. For your reCaptcha, visit http://recaptcha.net/ to get your keys.
6. After successful installation delete the installation folder.
7. Visit http://www.yourwebsite.com for index page.
8. Visit http://www.yourwebsite.com/index.php/auth to login the back-end.



















[...] Codeingiter Shopping Cart, Kaimono Kago: Installation added [...]
[...] Codeingiter Shopping Cart, Kaimono Kago: Installation added [...]
Just downloaded 1.1c beta, and tried it on EasyPHP 5.3.2 from easyphp.org on local system.
Install went fine, but when I use http://localhost/kaimonokago/index.php I can see the shop-page with an error above:
A PHP Error was encountered
Severity: 8192
Message: Assigning the return value of new by reference is deprecated
Filename: libraries/Loader.php
Line Number: 414
Also the title says , so obviously shorttags are used but teh use is not configured.
Thanks for fixing this, would like to take a closer look.
I found that Easyphp 5.3.2 has php 5.3 and BackendPro may have a problem with 5.3. Can you try Easyphp5.2.10 or you can try Xampp 1.7.1.
Thank you for your quick response!
Sorry, I can not use older version, my real servers all have PHP 5.3.2 now so I have to test for these with 5.3.2 also locally.
I see that the problem is obviously in BackendPro, too bad
-theo
Can you remove the & sign from line 414 in application/libraries/loader.php?
And let me know if it works.
Thanks for the hint. If I remove the & in line 414, this error disappears. Then most pages work fine, I saw some more errors but did not test all pages yet:
Admin-Interface:
1. http://localhost/kaimonokago/index.php/auth/admin/acl_resources
A PHP Error was encountered
Severity: 8192
Message: Call-time pass-by-reference has been deprecated
Filename: access_control/resources.php
Line Number: 42
2. System / Settings (and subsettings), lots of these, every time ereg_replace() is used.
A PHP Error was encountered
Severity: 8192
Message: Function ereg_replace() is deprecated
Filename: libraries/Preference_form.php
Line Number: 100
3. Filemanager
http://localhost/kaimonokago/assets/js/plugins/ajaxfilemanager/ajaxfilemanager.php
Strict Standards: Redefining already defined constructor for class Auth in C:\xxxxx\EasyPHP-5.3.2\www\kaimonokago\assets\js\plugins\ajaxfilemanager\inc\class.auth.php on line 18
Probably it is advisable to install EasyPHP on some machine and try yourself with standard PHP 5.3.2 settings. Good luck with your project, it looks good.
Thanks for your bug report. It seems some of codes in Bep are giving errors. I will have a look.
@User: I could not produce the 3rd error. But I fixed all other problem and you can download v1.1.2Beta from here.
Hi,
I congratulate you for the wonderful store that you did.
Installed kaimonokago, but when I opened the first page I got the following error:
Version is: kaimonokago_v1.1.2-Beta.zip
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()
@TheMHouse.In, can you change p.status to P.status in line 97, 154 and 173 of modules/products/models/mproducts.php and let me know.
Yes 10x, i found your comments in another post
I test the new version 1.1.3
Best regards
M.Aleksandrov