29726 comments found.
Hey how to install new karenderia update ?
1. first backup your server files incase something wrong. files to backup are assets and protected folder.
2. backup the file protected/config/main.php this contains your database connection
3. upload or overwrite your server files folder assets and protected folder
4. change the db config, open the file config/main.php and copy the old db configuration in your old protected/config/main.php
run the update db found in your admin panel and run the update merchant info
To update manually you need to use http://winmerge.org/ this tool can be use to check what new files has been added or modified. files to check for new files or modified files are assets and protected folder.
Are you making any video for this to install ?
will do try cheers
hi basti
I have a question regarding payment gateways, we don’t want our merchants being able to set there own details, we will be taking payments on behalf of our clients. Is there an easy way to configure this?
Cheers Pen
then set all your merchants to commission type
ok thats great thanks
cheers
Is this new update have any code will affect the mobile apps ?
no affect in mobile app only for merchant app
@tecnodigitalsas Realmente algunas palabras no tienen como traducir como “Push” dejarla como esta. La “Dinien” sería “Comer en el local” o “Comer en el restaurante”
cheers
Hi Basti For this new function to be: Cash on delivery change
???
if you want to require the fields for cod change during checkout
Hi,
I have some questions,
In the browser tabs like renaming (Store, Browse Store, Contact Store)
I’m making changes on the web, but I make the changes and I have to delete the cache, there is some way to update it automatically.
I am translating the messages into Spanish, but there are some words that we can not translate to their meaning, like (Dinein, Push Title, Push) the translation of the word (push) is “empujar” in spanish.
Thanks,
?
mate there is no cache in my code
maybe its your server
if you cannot find words in language file just add it and it will translate
hi,
adds the words but it does not translate, it can indicate in which file I find the text to translate directly, this is the text that I need to translate,
https://1drv.ms/i/s!AmDhtplLGL0hgcYi04LROi0IHwsr3g
Thank you
ah that is the name of controller i believe that cannot be translated
you can set that in admin -> seo
thanks for your reply,
how to avoid loading the cache in browsers, we have a problem with the browser cache, it does not log in clients.
Thank you.
this can be done in your server turn off cache
hello when i finished install browser go to “This page isn’t working” after information page plz help me
thank you i change web browser now it work
awesome
Is there an update? Where can I find it? I can only download the same as I have?
in your profile download sections here in cc
Would be nice if the file not had the same name as the previous one.
what do you mean?
The 4.2 and 4.3 version has the same filename
it should mate
i cannot change the filename
i put the version in index.php
Which means that you first have to unzip. But I can live with it
cheers
Hi,
How do I translate? I already did the step by step of the video but continues in English
https://youtu.be/FaQFRX9xEJY
https://youtu.be/Ugl2ilxBbhM
Hi Basti,
Minimum order ($0.00) is disappeared in the browse restaurant menu.
Thanks,
check your merchant settings if there are set minimum order
cheers
if the customer does not submit the address at the pop up screen or submit at the check out then the minimum order disappears
can you provide screenshot? or link
mate check those merchant with zero minimum un merchant panel -> settings -> Minimum purchase amount.
pro see img https://f.top4top.net/p_603tjf061.png
see yellow
i want same but for cutomer like this https://b.top4top.net/p_60362v181.jpg
its very important to me
are you asking to include this on next update ?
Mybe next update take long time so i want explain to me how i can do it
Plz pro i need it these days
you will have to modify the files views/admin/voucher-add.php for admin and for merchant views/merchant/voucher-add.php
add you will also add new fields in database for customer the table voucher_new
I modify voucher in admin panel and add customed_id in table but my proplem
With fanction. merchantlist when i change to customerlist. Voucher-add page didnot work
So can u explain stepa to me and what code change what code add
for saving in admin voucher the functions is addVoucherNew in ajaxadmin.php
sorry i cannot explain more since this is not yet added in kmrs
I have idea i will email to show my steps if i have any mistake correct me Ok? Bcause its very importatnt to my site
ok mate
pro see email
see email
see email
sent
pro didnot work error log
sent
hello basti see emaill
pro see email
Hi Basti,
after upgrade to 4.3 now “Find the restaurant near you” on the first page can not find anything
please help.
thanks
Hi Basti,
I have found an error on the google map in KRMS, I need to resave the google map in each merchant again and now the search function works
glad to hear that mate cheers
Great Update!! wish to see all the layout like the SMS setting in future Cheer!!
thanks mate!! 
Cheer!! shoot you an email..
Cheer!! shoot you an email..
reply sent
Thanks
n.p 
hi guys
sorry there is a mistake on the installer for version 4.3
here is the quick fixed
open the file components/InstallHelper.php
and look for functions OrderStatusList
change this line
$order_stats[]=array(
'accepted'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'decline'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
to
$order_stats[]=array(
'description'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'description'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
In script updation process, i got this errors:-
Browser error uploading cart.php Browser error uploading menu-location-error.php Browser error uploading guest-checkout.php Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep
Is these all affect my webite? Secondly after updated my site with your latest script, i tested it and still got the same issue, mobile app not get any push notification when order status is change from merchant mobile app but when the merchant assign any driver then mobile app get all status change push notification of driver.
hi mate
steps for updating
1. rename the folder assets and protected folder
to assets-old , protected-old
2. upload the new file assets and protected
3. change the db config open the file config/main.php and copy the old db configuration in your old protected/config/main.php
4. run the update db found in your admin panel and run the update merchant info
5. and copy again all your modules to protected folder
cheers
for push in merchant app please wait for the merchant app update i already upload the files just wait for cc approval
I just followed this tutorial:-
Updates To update to newest version follow the simple steps When there is new updates on the Karenderia Multiple Restaurant System you have to simply copy the files except for the /protected/config folder and then visit this URL on your server http://yourserver.com/update
It will automatically update your database table if necessary.
Through this process i updated my site and in this process i got those errors. But update my site script, i tested my site with a cod order and not get any errors from that transaction. But i’m scared to see those errors, thats why i asked you, can i got any errors for those errors?
first you need to overwrite all your files again except for /protected/config
and yiiframework folder
and can you please let me know what is the error?
I just overwrite all files except /protected/config and got these errors in time of update:-
Browser error uploading cart.php Browser error uploading menu-location-error.php Browser error uploading guest-checkout.php Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep Browser error uploading hg-hgkeep Browser error uploading git-gitkeep
In your tutorial, you not mention about not to overwrite yiiframework folder. Thats why i overwrite this folder too.
Can i face any errors in future for these errors?
no mate as long you use the latest file you will be fine
the folder needs to update is assets and protected
It means everything is fine in my site, am i right?
It means everything is fine in my site, am i right?
correct
Sent you an email.
reply sent
Hello Basti, we conducted some Page speed test, turns out Pagespped Score and YSlow recommends us to Enable gzip compression and Minify JavaScript
We had enabled the compression in the admin setting before test, whats your advice?
Should we Optimize Website in cPanel?
Optimize the performance of your website by tweaking the way Apache handles requests. Compress Content Apache version 2.0 and later allows you to compress content before you send it to the visitor’s browser. The types of content that you can compress are specified by MIME type. This feature requires Apache’s mod_deflate module to function correctly. >Disabled (current) >Compress All Content >Compress the specified MIME types.
there is so many tutorials in the web for website compression am sure you can find just google it
btw there is no need changes in apache
cheers
Hi, we’re having a problem with the end of the installation. We started with a clean database and step 2 was all fine. Then we entered our details – street address, currency, admin account info, but on the /finish step, we get this error message : Uncaught CDbException: CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘accepted’ in ‘field list’ in /var/www/html/restaurant/yiiframework/db/CDbCommand.php:358
Could you please assist us – it seems like there is a problem with missing columns here. Thanks.
hi mate
sorry there is a mistake on the installer for version 4.3
here is the quick fixed
open the file components/InstallHelper.php
and look for functions OrderStatusList
change this line
$order_stats[]=array(
'accepted'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'decline'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
to
$order_stats[]=array(
'description'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'description'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
Connecting to database... CDbConnection failed to open the DB connection. PDO installed [OK] Session [OK] mail() is available [OK] CURL is enabled [OK] file_get_contents is enabled [OK] Creating folder upload Creating folder runtime Creating folder runtime There seems to be error in checking your server. Please fixed the following issue and try again.How do I fix this??
the error is already there
CDbConnection failed to open the DB connection.
check your config/main.php
check your db connection settings
How to install KMRS https://youtu.be/WD8QfGYTZb4also there is a mistake on the installer for version 4.3
here is the quick fixed
open the file components/InstallHelper.php
and look for functions OrderStatusList
change this line
$order_stats[]=array(
'accepted'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'decline'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
to
$order_stats[]=array(
'description'=>"accepted",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);
$order_stats[]=array(
'description'=>"decline",
'ip_address'=>$_SERVER['REMOTE_ADDR']
);