ChatPion - Facebook & Instagram Chatbot,eCommerce,SMS/Email & Social Media Marketing Platform (SaaS)

XeroChat - Complete Messenger Marketing Software for Facebook v9.3.4 Untouched

No permission to download

Ntfs

New member
Sep 26, 2020
26
4
3
Thx a lot bro. I tried it by myself, It's regular edition that it work!
For some reason, it doesn't work for me. Even tho I have 6.1.8 installed on the same server and it works.

Also what are the limitations on regular edition?
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
@nul

l

@NullMaster , i know it's a silly question..but how do i update this from a 6.1.8 ? Thank you!
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;
 

Din@

Member
Dec 16, 2018
71
12
8
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;
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
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
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 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.
 
  • Like
Reactions: Din@

abacoin

Active member
Sep 26, 2019
195
45
28
Some body has "wordpress-youtube-feed-auto-post-to-social-media-xerochat-add-on" ??
Please Share, i really appreciate
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
Thx a lot bro. I tried it by myself, It's regular edition that it work!
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.
 
  • Love
Reactions: Ntfs

Din@

Member
Dec 16, 2018
71
12
8
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.
@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

Member
Trusted Uploader
Nov 18, 2020
71
90
18
@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.
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.
 

Din@

Member
Dec 16, 2018
71
12
8
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 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?
 

k18acc2

Member
Trusted Uploader
Nov 18, 2020
71
90
18
It sound like you missing the files need to update from 6.1.8 to 6.1.9:
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

you need to copy them from the 6.2.1 package.
must go to correct folder as shown.
here is the next update from 6.2.1 to 6.2.3:
XeroChat 6.2.2 ( Change log )
(just update sql only)
Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.2','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.2',current='1',date=CURRENT_TIMESTAMP;



Change log
- Support for flowbuilder latest update

XeroChat 6.2.3 ( Change log )
Files
application/libraries/Flow_builder.php


Sql
UPDATE `version` SET `current`='0';

INSERT INTO version(version, current, date) VALUES ('6.2.3','1',CURRENT_TIMESTAMP) ON DUPLICATE KEY UPDATE version='6.2.3',current='1',date=CURRENT_TIMESTAMP
That is all, I hope it help
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu