Version 8.0 Findings / Adjustments
Permalink 1 user found helpfulJust starting a new threat to list all the findings of yet "unworky" things and their possible solutions in version 8.0 to make it working quickly. Please keep everything short and browsable to make it being found easily.
https://github.com/concrete5-community-store/community_store...
When installing Community Store, the systems throws the following error:
Dec 3, 2016, 10:37:44 PM",EMERGENCY,Exceptions,admin,"Exception Occurred: /Applications/MAMP/htdocs/c580/packages/community_store/src/Attribute/Key/StoreProductKey.php:132 Declaration of Concrete\Package\CommunityStore\Src\Attribute\Key\StoreProductKey::add($type, $args, $pkg = false) should be compatible with Concrete\Core\Attribute\Key\Key::add($handle, $type, $args, $pkg = false)
v8.0 and the Community Store do not agree on how to declare Attribute Keys.
No solution found yet. Please reply to this post when you know how.
What I can't say is if this is community store or v8, but I'll try to have a look today.
https://github.com/concrete5-community-store/community_store/pull/15...
There are still some more issues though that may require updates to v8 itself, I've talked about them here:
https://github.com/concrete5-community-store/community_store/issues/...
The order shows up in order list, but the customer name/adress is not applied to the order. Seems just like an attribute problem. Nothing in the logs so far.
If you have a custom template for the Tags block that you created in 5.7, check the concrete5 Tags block view.php file and make the appropriate changes in your custom template.
I found that two custom add-ons I use showed up errors when installing them in version 8.
The origin of it is:
root/concrete/themes/dashboard/view.php line 7-15.
The code looks for "access_bookmarks" to generate a token.
This seems to be part of the dashboard improvements of v8.0 as mentioned in the blog post.
I have not yet found a solution as to where to define the bookmark. If you know, please reply to this post with the solution. I believe this will be necessary for every package that creates dashboard pages.