
jack
core_group_4-
Content Count
144 -
Joined
-
Last visited
-
Days Won
25
jack last won the day on July 28 2022
jack had the most liked content!
Community Reputation
30 ExcellentAbout jack

-
Rank
Admin
Profile Information
-
Gender
Not Telling
-
X2CRM version 8.5 - Google Email Account with Oauth2 - Error 500
jack replied to YunaM's topic in Bug Reports
Hi Yunam, Can you confirm you have set up the google integration in the email settings under the admin panel? -Jack -
Hi Allied, Can I get more info on the call you are trying to make, what user credentials you have give to the API user you are using and if you are using a PUT or GET -Jack
-
Hi JHMorris, First let me thank you for being a long time user. X2 is still active and being updated to this day. Since 2019 we have made big updates, PHP 8 compatibility, and smaller updates, new outlook and google oatuh2 integrations, to list a few. There should be no issue with hosting any of our current or past versions of our app. Since before my time starting here, about 4 years ago, we have been under the stewardship of CEO Dave Buchanan who has extensive knowledge and history in the field of CRMs. We plan to continue work to make X2CRM one of, if not the best, CRMs on the market. If
-
Hi Guys, Due to this thread I will work on making it easier to edit this message in the next version. -Jack
-
Hi Dzaretsky, Thanks for the post, I'll look into adding something to fix this in a newer update. -Jack
-
Hi Tom, Can you tell me what version of the app you are running? -Jack
-
This sounds like an issue with your server host, who is hosting your website? -Jack
-
Hi Eugeneb, The best way I can picture doing this without code changes is to set up a role and user that can only see the fields you want to send back then use that user for the API calls. -Jack
-
Hi Maleman, Can you post the response you are getting. -Jack
-
Hi Chad, If you want to add more fields to users you will have to do direct sql inserts to x2_fields and modify the x2_users table. Another solution would be to make a new module and link each user to a record and add the additional fields to this other record type. -Jack
- 1 reply
-
- 1
-
-
Hi Robert, I think this is an issue with your sql not allowing stuff in the select clause if it is not in the group by clause. I would recommend taking a backup of your database and trying to change the "sql_mode" It is solution 2 from this page https://www.percona.com/blog/2019/05/13/solve-query-failures-regarding-only_full_group_by-sql-mode/ -Jack
-
Hi Tony, can you open open the console and tell me if you are getting an error. https://support.airtable.com/hc/en-us/articles/232313848-How-to-open-the-developer-console
-
Hi Robert, Can you tell me what version of mysql you are running. Can you also click the stack trace and post the full thing. -Jack
-
Hi all, Google is ending less secure apps, more info can be found here (https://support.google.com/accounts/answer/6010255?hl=en). We are working on adding google oauth2 in our next update. To ensure you can continue to use google email we recommend migrating to using an app password for your credentials, more info on that process can be found here (https://support.google.com/accounts/answer/185833?hl=en).