where I found my __ $onesignal_channell_id
thank you so much...I'm currently working in a Free Addon Module for whatsapp/Messenger Notifications with customizable targets per Store/Admin/DeliveryPerson/Clietns; I plan to share it here in a New Post in the next days, I'm testing at the moment.
This error caused by:
hey Arrocy, it's an honor to talk to you. Can I install and transfer the database to another domain?This error caused by:
you already have foodomaa installation, then you do fresh install
Solution:
1. choose install upgrade
2. if you want fresh, drop previous installed database
Yes, you can.hey Arrocy, it's an honor to talk to you. Can I install and transfer the database to another domain?
Do you have the extended licenses please am stock working on a project can you help i would appreciate itWhat naive hacker, do you think Bill Gates is not cool? Do you think the author of foodomaa would come here to threaten or offend you, knowing what you are capable of in the digital world? No, man! Don't be selective, look how much they have already sold! Look at the value of the extended license, absurd. Prices like this are what make them nullelad.
No issues It works finewhat if we click fix update issue, ?
Working fine on my endadmin and store owner dashboard page not working, admin 500 Server Error and store owner dashboard blank
ok , then let others check
Delete userWhatsAppKey from restaurants table and run the following queryI am getting this error while updating details on delivery boy
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'userWhatsAppKey' in 'field list' (SQL: update `users` set `userWhatsAppKey` = ?, `users`.`updated_at` = 2021-06-18 23:38:15 where `id` = 4)
and your third sql query file
ALTER TABLE users
ADD COLUMN userWhatsAppNumber text(255) AFTER tax_number;
ALTER TABLE restaurants
ADD COLUMN userWhatsAppKey text(255) AFTER userWhatsAppNumber;
also getting problem not importing
Error
SQL query: Copy
ALTER TABLE users
ADD COLUMN userWhatsAppNumber text(255) AFTER tax_number
MySQL said:
#1060 - Duplicate column name 'userWhatsAppNumber'
testing on version 2.7.2
Yes, you can.
1. phpmyadmin -> click on db you want to export -> export -> save (look for xxx.sql file in downloads folder)
2. on new domain/server: phpmyadmin -> choose db you want to import -> import -> browse for the xxx.sql file you've backed up befor
1.export the "local" one to a xxx.sql file.is there anyway to upgrade database table having some new table apended for instance i am running a database live, but other hand localy have modified a added some new table, now i want to upgrade old one with this new one instead of coping one by one.
Since the local database have modified table while live have old table & heavy loaded constants so It will not import anyhow. have tried many time.1.export the "local" one to a xxx.sql file.
2.then on the "live" database, import use that sql from step 1
Working perfectly but the messages which are getting is not in order please do it in design side thank you for giving to community.ALTER TABLE users
ADD COLUMN userWhatsAppKey text(255) AFTER userWhatsAppNumber;
I didn't get itWorking perfectly but the messages which are getting is not in order please do it in design side thank you for giving to community.