• Vagrant

    No work sugarcrm/php82es84 version
  • Issues with Sugar 13.0 and PHP 8.2 in Vagrant

    Anyone else having issues getting Sugar 13.0 to work in a Vagrant using PHP 8.2? I keep getting " (Elasticsearch Queue Scheduler) failed in CRON run, Undefined constant "Sugarcrm\Sugarcrm\Elasticsearch\Adapter\CURLOPT_USERAGENT"" from the cron jobs but…
  • 12.3 on local vagrant instance 500 error

    I am having issues getting a 12.3 fresh install or customer backup installed on the " sugarcrm/php80es716" box which should be compatible for 12.3. I'm on vagrant version 2.3.3 virtualbox Version 7.0.4 r154605 (Qt5.15.2) This configuration works…
  • Cron Job not working on my vagrant phpes80es716 instance

    Hello Good Day! I installed my SugarCRM Enterprise 12.1 on fresh installed vagrant phpes80es716 instance. And I set-up the Sugar Schedulers by adding the Crontab Setup provided by sugar: I am wondering why the cron jobs is not working and tested…
  • (Elasticsearch Queue Scheduler) failed in CRON run, no such index

    I am seeing this error in my sugarcrm.log, anyone know what might be causing this? "Job c6759e5c-1f10-11ed-889b-08002739f7af (Elasticsearch Queue Scheduler) failed in CRON run, no such index [95152e7188d364b5d185954f0950adae_contacts] [index: 95152e7188d364b5d185954f0950adae_contacts…
  • (Elasticsearch Queue Scheduler) failed in CRON run, Undefined constant "Sugarcrm\Sugarcrm\Elasticsearch\Adapter\CURLOPT_USERAGENT"

    This is concerning a local development environment, running in a vagrant VM sugarcrm/php80es716 with Sugar Sell 12.0.0. I have setup the scheduler cron job, but I am getting "(Elasticsearch Queue Scheduler) failed in CRON run, Undefined constant "Sugarcrm…
  • sugarcrm vagrant Function ssh2_connect not found, you cannot use ssh2 here

    Hi All, my code: <?php $host = 'sftp://x.x.x.x'; $port = 22; $username = ' username '; $password = ' password ; $remoteDir = '/folder1/ folder2 '; $localDir = '/ folder1 / folder2 '; if (!function_exists("ssh2_connect")) die('Function ssh2_connect…
  • Vagrant HTTP vs HTTPS

    I am still trying to get vagrant working for my development team and I ran into another issue that seems like it should be a breeze to solve but after hours on google I still cant make it work The only port opened up on Vagrant is 8080 meaning no…
  • Can I direct vagrant to use the MySQL on the host machine?

    I have several instances that I would like to run through vagrant however even the smallest database is many gigs. Is there any way to configure Sugar in vagrant to use the MySQL installed on the host?
  • Vagrant - How do I control the root directory

    I thought I'd give vagrant another try for local development and I have one question, after I do 'vagrant up' it sets everything up and I see default: /vagrant => /Applications/XAMPP/xamppfiles/htdocs/crm-sugar Can I control that in anyway? I would…
  • Vagrant Local Environ Installing 10.2 Ent Stalling On Create Default Users

    On a MacOS 11.0.1 Powerbook, installing 10.2 Ent on a local Vagrant/Virtualbox instance, per these instructions > https://support.sugarcrm.com/Resources/Environments/Development_Environments/Vagrant_Development_Environment/ During Step 3. Installation…