Month: January 2019

  • Updating Enfold pre version 4.x

    Enfold theme can get stuck updating since Envato changed their API. You can try this: Please replace enfold/framework/php/auto-updates/class-pixelentity-theme-update.php with https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_4_1/class-pixelentity-theme-update.php This should enable the update. If nthe update isn’t even showing try Update Theme and Plugins from Zip File plugin. Download latest enfold, install plugin, upload them and install. The plugin will overwrite the old…

  • Setting up new Debian 9 Turnkey Lamp with php 7.2 notes

    Notes for setting up a new lamp php 7.2 dev environment: Download Turnkey Lamp ISO Setup new VM in VMWare. Use iso to create. Install php 7.2 #!/bin/bash # To add this repository please do: if [ “$(whoami)” != “root” ]; then SUDO=sudo fi ${SUDO} apt-get -y install apt-transport-https lsb-release ca-certificates ${SUDO} curl -ssL -o…