magazine
magazine copied to clipboard
Magzine Theme in Nextcloud Pico
I am running Pico using the Nextcloud plugin.
I've had to a bit of manual lifting to get Magazine mostly working, Nextcloud Pico wasn't moving the sample files to the proper location. Right now I have just the sample data but on the index page there are no 'Magazines' showing up. I can see a category (Foof & Drink) and that to view the sample blog post.
I do see 3 errors being generated when the page loads.
Error | PHP | Error: Undefined index: category at /var/www/html/custom_apps/cms_pico/appdata_public/plugins/ghSCgWd6Nt/pico_categories_page/pico_categories_page.php#19 | | 2021-04-14T13:43:11-0400
Error | PHP | Error: Undefined index: category at /var/www/html/custom_apps/cms_pico/appdata_public/plugins/ghSCgWd6Nt/pico_categories_page/pico_categories_page.php#19 | | 2021-04-14T13:43:11-0400
Error | PHP | Error: Undefined index: category at /var/www/html/custom_apps/cms_pico/appdata_public/plugins/ghSCgWd6Nt/pico_categories_page/pico_categories_page.php#19 | | 2021-04-14T13:43:11-0400
I checked line 19 in pico_categories_page.php and found this: $pageData['category'] = $pageData['meta']['category'];
I don't see any immediate issues but I don't know what I would be looking for.