Brian Zerangue
Brian Zerangue
I am running across the same issue. When I set `'build-entry-xml' => 'yes'`, it generates the following error... ``` Fatal error: Class 'extension_subsectionmanager' not found in /Repositories/pcpc/extensions/subsectionmanager/fields/field.subsectionmanager.php on line 696...
OK. This seems to fix the issue... Add `require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php');` at the top of the `class.subsectionmanager.php`. Do you know if this would cause issues elsewhere?
@nitriques, I am having the same error that @bauhouse is experiencing when running on Ubuntu 18.04, PHP 7.4.3, MySQL 5.7.26. This is on the installer page. Same exact error.
_NOTE: There is a small little PHP flat-file CMS that is utilizing the "bring your own template system" via extensions. http://philecms.com_ Just shared that because of the approach even though...
@brendo - any thoughts?
Good to hear!
This seems to fix the issue... Add `require_once(EXTENSIONS . '/subsectionmanager/extension.driver.php');` at the top of the `class.subsectionmanager.php`. Do you know if this would cause issues elsewhere?
Support for all built-in Jekyll filters: slugify, number_of_words, date_to_xmlschema, date_to_rfc822
> It'll be great to have these filters! Except for Jekyll logic specific ones like `relative_url`. @harttle - Any chance that the `group_by` filter can be added?
Support for all built-in Jekyll filters: slugify, number_of_words, date_to_xmlschema, date_to_rfc822
Awesome! Thank you! I will check it out. On Sun, Apr 14, 2024 at 6:38 AM Jun Yang ***@***.***> wrote: > Added group_by, group_by_exp, find, find_exp in the latest version,...
> Which means you want a fake full screen? I guess. Or maybe I should call it FullBrowserWindow. Exactly how the ZenMode works on this Github Editor where it fills...