Din@
Member
- Dec 16, 2018
- 71
- 12
- 8
Hello guyz! need a little help on this. How do i update to 6.2.1? I have 6.1.8. Thank in advance!
Is the installation working? It's giving 404 error when with .htaccess filenulled. addon purchase code: press any key
Yes it works.Is the installation working? It's giving 404 error when with .htaccess file
I also get 404 error...Is the installation working? It's giving 404 error when with .htaccess file
Thx a lot bro. I tried it by myself, It's regular edition that it work!Yes it works.
For some reason, it doesn't work for me. Even tho I have 6.1.8 installed on the same server and it works.Thx a lot bro. I tried it by myself, It's regular edition that it work!
Nopeadd anything in code space
lHello guyz! need a little help on this. How do i update to 6.2.1? I have 6.1.8. Thank in advance!
@NullMaster , i know it's a silly question..but how do i update this from a 6.1.8 ? Thank you!Hello guyz! need a little help on this. How do i update to 6.2.1? I have 6.1.8. Thank in advance!
Here is the details for manual update.@nul
l
@NullMaster , i know it's a silly question..but how do i update this from a 6.1.8 ? Thank you!
Thank you @k18acc2 . All seems fine.Here is the details for manual update.
XeroChat 6.1.9 ( Change log )
Files
application/controllers/Cron_job.php
application/controllers/Home.php
application/controllers/Messenger_bot.php
application/controllers/Payment.php
application/controllers/Stripe_action.php
application/modules/instagram_poster/controllers/Instagram_poster.php
application/helpers/my_helper.php
application/libraries/Fb_rx_login.php
application/libraries/Flow_builder.php
application/libraries/Myfatoorah.php
application/views/admin/payment/accounts.php
application/libraries/Instamojo.php
application/views
upload/ecommerce
application/controllers/Ecommerce.php
plugins
Sql
ALTER TABLE `messenger_bot` ADD `conditions` TEXT NOT NULL AFTER `message`;
ALTER TABLE `messenger_bot` ADD `message_condition_false` TEXT NOT NULL AFTER `conditions`;
UPDATE `version` SET `current`='0';
INSERT INTO version(version, current, date) VALUES ('6.1.9','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.1.9',current='1',date=CURRENT_TIMESTAMP;
XeroChat 6.2 ( Change log )
×
Sql
ALTER TABLE `ecommerce_store` ADD `store_type` ENUM('physical','digital','service') NOT NULL DEFAULT 'physical' AFTER `page_id`;
ALTER TABLE `ecommerce_product` ADD `digital_product_file` TEXT NOT NULL AFTER `featured_images`;
ALTER TABLE `ecommerce_cart_item` ADD `is_downloaded` ENUM('0','1') NOT NULL DEFAULT '0' AFTER `updated_at`;
UPDATE `version` SET `current`='0';
INSERT INTO version(version, current, date) VALUES ('6.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2',current='1',date=CURRENT_TIMESTAMP;
You need to extract the files from the new download, copy over what listed in the changed log. Must do it with correct location. after update the SQL in your database. I know it take a few attempts before you can do it. If you need this script to work with update features, this must be follow.Thank you @k18acc2 . All seems fine.
But i got the following error when adding product.
Error Number: 1048
Column 'digital_product_file' cannot be null
INSERT INTO `ecommerce_product` (`store_id`, `category_id`, `attribute_ids`, `product_name`, `original_price`, `sell_price`, `product_description`, `purchase_note`, `thumbnail`, `featured_images`, `digital_product_file`, `taxable`, `status`, `stock_item`, `stock_display`, `stock_prevent_purchase`, `preparation_time`, `preparation_time_unit`, `user_id`, `deleted`, `updated_at`) VALUES ('1', '9', '', 'Classic Mojito', '47', '', '
Get this all time summer refresher of Lime, Mint, Cane Sugar and Soda Water!
', '', '', '', NULL, '1', '1', '0', '0', '0', '', '', '1', '0', '2021-06-08 12:16:42')
Filename: models/Basic.php
Line Number: 306
You are right, I posted the Extended Version. I had contact Nullmaster, May be he mixed up. Will update it as soon as he fixed it.Thx a lot bro. I tried it by myself, It's regular edition that it work!
@k18acc2 Thanks. I followed all the files upload as listed, but still get the error when adding the product. How about the update to 6.2.1? could you help with that too? maybe it will fix the error. Thank you.You need to extract the files from the new download, copy over what listed in the changed log. Must do it with correct location. after update the SQL in your database. I know it take a few attempts before you can do it. If you need this script to work with update features, this must be follow.
What version are you running? Also is it the digital product that you are adding? We need more info so someone here will be able to help.@k18acc2 Thanks. I followed all the files upload as listed, but still get the error when adding the product. How about the update to 6.2.1? could you help with that too? maybe it will fix the error. Thank you.
@k18acc2 i have been running V6.1.8 and was working fine. With your update instructions i update to 6.1.9 and 6.2. and from here is when am failing to add on the products. It's not digital products, just restaurant menus... Do you have update instruction from 6.2 to 6.2.1?What version are you running? Also is it the digital product that you are adding? We need more info so someone here will be able to help.