RobertLemke.Plugin.Blog icon indicating copy to clipboard operation
RobertLemke.Plugin.Blog copied to clipboard

Neos plugin for a simple blog. Beware of changes!

Results 3 RobertLemke.Plugin.Blog issues
Sort by recently updated
recently updated
newest added

**Steps to reproduce:** - Create new NEOS 3.3 project - Install blog plugin - Create a post - create a listing **Trace:** ``` Exception in line 511 of /home/marv/Projects/__test_environments/neos-new/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_ContentRepository_ViewHelpers_Widget_Controller_PaginateController.php: 164...

Hi! When creating a blogpost-overview, the following Exception is _thrown: ``` Exception in line 511 of /data/www/releases/current/Data/Temporary/Development/Cache/Code/Flow_Object_Classes/Neos_ContentRepository_ViewHelpers_Widget_Controller_PaginateController.php: 177 Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController_Original::indexAction(1) 176 Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController::indexAction(1) 175 call_user_func_array(array|2|, array|1|) 174 Neos\ContentRepository\ViewHelpers\Widget\Controller\PaginateController::Flow_Aop_Proxy_invokeJoinPoint(Neos\Flow\Aop\JoinPoint) ``` For some reason,...

With this change, we are making significant updates to modernize and streamline the codebase. We have removed Fluid rendering and now rely solely on Fusion and afx. Additionally, we have...