[adam]1, [manton]1, [schmarty]1, [Lewis_Cowles], [aaronpk], seekr, [schmarty], paulrobertlloyd, [tonz], mapkyca, [grantcodes] and jgmac1106 joined the channel
#mapkycaI encourage people to kick around the latest version in GitHub, which I'm tentatively calling RC1. Would be good to have from the scratch installs going on from as many different configs as possible
[jgmac1106] joined the channel
#[jgmac1106]okay I will try an update and a scratch install today
#Loqimapkyca has 9 karma in this channel over the last year (11 in all channels)
#jgmac1106mapkyca I noticed the theme folder is empty. I usually delete my theme before updating to preserve my changes, is that planned? No themes in the folder?
#mapkycaYep, themes + plugins + console have all been moved to their own repositories and are installed via composer
#mapkycaIf you're modifying an existing theme, the "correct" way to manage this would be to fork the theme, give it a different name space, and then apply your changes
jgmac1106 joined the channel
#jgmac1106I got five hundred error: Uncaught Error: Class 'Symfony\Component\Cache\Adapter\FilesystemAdapter' not found in /home/jgregory/public_html/quickthoughts/Idno/Caching/FilesystemCache.php:27
#[jgmac1106]What is the composer command for updating not installing?
#mapkycaComposer install will install everything in composer.json/lock without updating version numbers, composer update does the same but ups version numbers.
#mapkycaBut composer update will also update your composer.lock file
#[jgmac1106]Okay will try and then work on fresh installs.. Though my install uses Installatron to set up database and 0.9.2 then I update from there
#[jgmac1106]Should just learn to set up a DB so I can skip all those steps
[snarfed] joined the channel
#mapkycaDepending on what you're using it's just a create database command - or if you're in cpanel, you should just be able to create a blank database, and use those credentials for Known
#mapkycaI would suggest a way forward would be for you to fork the theme, as I said above. That'd stop your stuff being clobbered all the time when you update!
#[jgmac1106]yeah will read through the making theme guides, for now I just replace Kadinsky with my color and font choices
#Loqimapkyca has 10 karma in this channel over the last year (12 in all channels)
#[jgmac1106]mapkyca++ that was amazig, thx for doing all the hard work to get here
#[jgmac1106]also for my hacktoberfest project I want to try and move from Bootstrap to CSS Grid on the default theme and main stylesheet, will make a branch as likely I mess up something but I was storyboarding last night...seems straightforward
#mapkycaBootstrap or grid, it'd be good to have those templates split into their own repo... I'd like to be in a world where core and style are separate, as much as they can
#[jgmac1106]thinking define the grid on container page-body just use a 12 column layout and transition won't be too bad...talk to me in two weeks when I pull out half my hair
[tonz], [grantcodes], astraiaDiscord[m and [Rose] joined the channel
#[jgmac1106][mapkyca] got this message on trying to do a clean install from composer "[InvalidArgumentException Could not find package idno/known with stability stable."
#jbovejqmac1106 I think there is something going on with the new redirection you've put in place on your site since yesterday. I tried liking, replying and reposting posts from the https://quickthoughts.jgregorymcverry.com site and I'm getting runtimeexception errors. Other sites seem to work fine.
#jboveIt seems to be related to the protocol. HTTP is working normally, HTTPS is not.
#jboveHow are you doing the redirect from http to https?
#[jgmac1106]Ysing htaccess I will take a quick look
#[jgmac1106]Also I borked and updated my site couple times today so could have been just at wrong time