
joeldeteves
core_group_3-
Content Count
15 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout joeldeteves
-
Rank
Member
Contact Methods
-
Website URL
https://www.perfectleap.com
Profile Information
-
Gender
Male
-
Location
Vancouver, British Columbia
-
Editing a logged item under "opportunities" presents a blank window
joeldeteves replied to joeldeteves's topic in Bug Reports
*bump* -
Setting up a docker container with persistent volumes
joeldeteves replied to joeldeteves's topic in Installation Help
@that0n3guy provided some useful information about volumes (and updates) here: http://community.x2crm.com/topic/3651-we-created-a-docker-image-for-x2crm/- 1 reply
-
- dockerx2crm
- install
-
(and 3 more)
Tagged with:
-
This is awesome info - thanks a lot for sharing! Definitely useful!
- 4 replies
-
- docker
- docker-compose
-
(and 1 more)
Tagged with:
-
@that0n3guy, super happy to hear that we're not the only ones using Docker also! I'm curious as to how you handle updates? Right now, we're just mounting the whole thing as a volume and downloading from master since the version tags on github are asking for a license key. Do you mount specific folders? And for version tracking, do you just make sure you never delete the old images on Docker?
- 4 replies
-
- docker
- docker-compose
-
(and 1 more)
Tagged with:
-
We created a public Docker image for X2CRM v6.9, running php7-fpm, NGINX and the superbly lightweight Alpine! Get it here https://hub.docker.com/r/perfectleap/docker-x2crm/ Feel free to inspect and / or fork the code on GitHub: https://github.com/perfectleap/docker-x2crm Feedback welcome! :D
- 4 replies
-
- 1
-
-
- docker
- docker-compose
-
(and 1 more)
Tagged with:
-
OK I feel dumb but the solution was really easy - I had to log in as the Administrator user and then I was able to see the little trash bin icon in the media section to delete it. I hope this helps in case someone else runs into this issue!
-
I uploaded a png file but the file was corrupt and now I get a 500 error whenever I try to view it. I am unable to remove this file - has anyone seen this before? Can someone please tell me how I can remove the file? I tried deleting it on the server side but the file still appears in the media section. Error Code: 500 Error Message: htmlspecialchars() expects parameter 1 to be string, array given Stack Trace: PHP warning in /data/upload/framework/web/helpers/CHtml.php(108) #0 /data/upload/framework/web/helpers/CHtml.php(108): htmlspecialchars() #1 /data/upload/protected/components/formatte
-
Hello, I downloaded what I thought was the community edition from https://github.com/X2Engine/X2CRM/archive/6.9.tar.gz For some reason it is asking for a Product Key. I can get a working version by downloading from https://github.com/X2Engine/X2Engine/archive/master.zip, but this does not allow me to choose a version. Can anyone point me to the correct link so I can get individual versions in the open source edition? Thank you,
-
I did a fresh install last night (for testing purposes). It works fine for a few hours. Make a few test social posts, change the theme to black, upload a logo, walk away. Checked again today and now getting this error on login (nothing has changed with the install, and I have reproduced this problem 3x, each time happening on a fresh install, community version 6.9) Error Code: 500 Error Message: CDbCommand failed to execute the SQL statement: SQLSTATE[22007]: Invalid datetime format: 1292 Truncated incorrect DOUBLE value: '' Stack Trace: [click to toggle display] CDbException in /var/www/x2e
-
I take it you've enabled "less secure apps" in your GSuite instance and created an app password on the account you're trying to set up? Allow or disallow less secure apps to access account - https://support.google.com/a/answer/6260879?hl=en Sign in using app passwords - https://support.google.com/accounts/answer/185833?hl=en
-
What PHP Modules are required to install/run X2CRM
joeldeteves replied to sstarr01's topic in Community Support
Here's what I needed to get it working on PHP 7: ssh2-1.1.2 (via pecl)imap (w/ kerberos + ssl)mbstringzipgdmcryptmysqlipdo_mysql -
Can't believe no one's mentioned Digital Ocean! D.O rocks! :D
-
Guys, I am attempting to set up a Docker container image for x2crm community edition. I've pretty much got it working except for persistent volumes; I can make it work by storing the entire install directory for x2crm in a volume, but this is not ideal. For those of you not familiar with containers, they're considered ephemeral meaning when a container is destroyed / re-created it will lose all data except for that which you store in a volume. So I need to know which specific files / folders are required to remain stateful in order for x2crm to persist settings, notes, uploads, user settin
- 1 reply
-
- dockerx2crm
- install
-
(and 3 more)
Tagged with: