I'm getting an error on a Page with Posts shortcode:
Fatal error: Uncaught exception 'WpLatteEntityException' with message 'There is no property like [data] in class [WpLattePostEntity]. Maybe you did a typo.' in /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLatteBaseEntity.php:43 Stack trace: #0 /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLattePostEntity.php(569): WpLatteBaseEntity->__get('data') #1 /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/ait-cache/_Nette.FileTemplate/_Templates.snippet-comments.php-dae62a2be5f217ac043c8eecd78e7274.php(133): WpLattePostEntity->hasSupportFor('comments') #2 /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/AIT/Framework/Libs/Nette/nette.min.php(650): include('/home/xxxxxxx/...') #3 /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/AIT/Framework/Libs/Nette/nette.min.php(20928): NLimitedScope::load('/home/xxxxxxx/...', Array) #4 /home/xxxxxxx/publi in /home/xxxxxxx/public_html/sands-clinic.co.uk/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLatteBaseEntity.php on line 43
Same here, only for single blog posts. I have 777'd the cache directories but problem stays..
Fatal error: Uncaught exception 'WpLatteEntityException' with message 'There is no property like [data] in class [WpLattePostEntity]. Maybe you did a typo.' in /home/xxxxx/public_html/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLatteBaseEntity.php:43 Stack trace: #0 /home/xxxxx/public_html/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLattePostEntity.php(569): WpLatteBaseEntity->__get('data') #1 /home/xxxxx/public_html/wp-content/themes/creator/ait-cache/_Nette.FileTemplate/_Templates.snippet-comments.php-533510874d8bbe3cf2984baa172b1bf4.php(133): WpLattePostEntity->hasSupportFor('comments') #2 /home/xxxxx/public_html/wp-content/themes/creator/AIT/Framework/Libs/Nette/nette.min.php(650): include('/home/xxxxx/p...') #3 /home/xxxxx/public_html/wp-content/themes/creator/AIT/Framework/Libs/Nette/nette.min.php(20928): NLimitedScope::load('/home/xxxxx/p...', Array) #4 /home/xxxxx/public_html/wp-content/themes/creator/ait-cache/_Nette.FileTemplate/_Templates.main-single.php-e4a73330568 in /home/xxxxx/public_html/wp-content/themes/creator/AIT/Framework/WpLatte/Entities/WpLatteBaseEntity.php on line 43
Check http://fss.exposedplanet.com/blog/news/ and click on any post to get the above error (maintenance mode, you need the login credentials I PM-d Patrick earlier this week).
note that the error goes away for a specific post once I disabled comments on that post (the error stays on the other post that has comments enabled). Of course that is not a solution, but might help with debugging.
Strange enough the problems changes once there is at least one comment. Though I disabled comments on one post (so it would load ok), I could still leave a comment there as an admin.
Next thing I see that the posts that have comments _disabled_ only show the error. Now I have comments enabled on all posts (and have only one post with one comment) and it works, also on posts with no comments (but with comments enabled).
Of course there is still a bug as the moment you disable comments for any post, that post will break. Hope this helps debugging. Cheers, Harry