Heyo!
So I have a bit of a conundrum. So far the 1.5 update has been a godsend; I've enjoyed the new features, especially the adjustments in the theming system. There's just one problem...
When I attempt to either view or create additional pages within the CMS, I get a gross HTTP 500 error. I'm no stranger to these, of course, but they can happen for just about ANY reason. So, I scurried through the error logs and got:
"
[02-Jun-2018 09:20:22 America/Los_Angeles] PHP Fatal error: Problem preparing query (SELECT sp.id, sp.title AS page_title, description AS meta_description, options, tone_id, layout, url AS permalink FROM grlx_path p INNER JOIN grlx_static_page sp on p.rel_id = sp.id WHERE p.rel_type = ? AND sp.id = ? LIMIT 1) Unknown column 'layout' in 'field list' in /home1/database/public_html/comic/_system/MysqliDb.php on line 890
"
I am...barely an acquaintance of PHP. I'm going to backup my site and see if I can't troubleshoot, but some help would be SUPER appreciated!
So I have a bit of a conundrum. So far the 1.5 update has been a godsend; I've enjoyed the new features, especially the adjustments in the theming system. There's just one problem...
When I attempt to either view or create additional pages within the CMS, I get a gross HTTP 500 error. I'm no stranger to these, of course, but they can happen for just about ANY reason. So, I scurried through the error logs and got:
"
[02-Jun-2018 09:20:22 America/Los_Angeles] PHP Fatal error: Problem preparing query (SELECT sp.id, sp.title AS page_title, description AS meta_description, options, tone_id, layout, url AS permalink FROM grlx_path p INNER JOIN grlx_static_page sp on p.rel_id = sp.id WHERE p.rel_type = ? AND sp.id = ? LIMIT 1) Unknown column 'layout' in 'field list' in /home1/database/public_html/comic/_system/MysqliDb.php on line 890
"
I am...barely an acquaintance of PHP. I'm going to backup my site and see if I can't troubleshoot, but some help would be SUPER appreciated!