Skip to main content
7
results
Andrew Fletcher
After cloning a site, next you will want to import the config file.  Which you can do so by running the command: drush cim -yHopefully it worked for you.  As it didn't work out so well for me as the response was: [error] Drupal\Core\Config\ConfigImporterException: There were errors validating the config s ynchronization. Site UUID in source storage does not match the target storage. Entities exist of type <em class="placeholder">Shortcut link</em>...
Andrew Fletcher
Find by file name To perform a find command in terminal use find / -name...
Andrew Fletcher
Working in Laravel, I needed to loop through an array and know whether the...
Andrew Fletcher
Setting up the mail configuration in October CMS is a quick progress....
Andrew Fletcher
Common commands Themes and plugins have similar command lines.  So rather...
Andrew Fletcher
At times while developing in October CMS, you will perform a step that kills the site.  Recently, I had transferred the site to production and I was working through our steps to cross check deployment.  This included reviewing the error logger plugin.  The error logger has four tabs Mailer, Slack, Syslog and Relic.  In the syslog tab, I was tweeting the facility, when on saving the change the site the following error greeted me: [2020-10-14 08:01:29] development.ERROR:...
Andrew Fletcher
Using October CMS to migrate your site and update the tables with the plugins...