I am getting 404 Page not found errors on pages /all-members and /all-topics when accessed from the main dropdown nav menu. this happens whether logged in or not.

For /all-groups i get my four groups, and for /all-events i get an H4 that says "Community events" and then it says No events found, so i know that's a real page too.

I would expect that to happen for /all-members if there were none (there are three) and for /all-topics.

These two also threw dblog errors, saying "page not found"

thx
m

Comments

marqpdx created an issue. See original summary.

jochemvn’s picture

Priority: Normal » Critical
ronaldtebrake’s picture

Assigned: Unassigned » ronaldtebrake

Hi M,

In https://www.drupal.org/project/social/releases/8.x-1.0-rc1 we changed these links from newest-topics to all-topics and from newest-members to all-members.

It seemed like you ran the updatedb and it worked correctly, since the menu links did change.
But we also updated the path in the views. Did you make sure you ran drush fra -y --bundle=social as part of the update steps?

That should solve it for you.

If that didn't let me know and we will try and see why that didn't.

ronaldtebrake’s picture

Status: Active » Postponed (maintainer needs more info)
tc33133’s picture

HI, say I don't want to run features import, since it will kill my modifications. Where do I change the links? Can I just edit the link in the "newest-topics" view?

jochemvn’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Yes you could do that. However we strongly advise agains not reverting features. I'd suggest to make modifications in separate modules or in a separate features bundle. That way they can live side by side.

Closing this issue for now.

tc33133’s picture

Hi sorry to comment on a closed topic, but I have made some heavy modifications to the event type, most of this has been done with a custom module and some modifications with the UI. Given you state its best practice to revert features after each release, would my work flow require me to uninstall and then reinstall my module? It seems like it could get messy to me.
I guess I could wrap up my own feature, but I'm a bit in the dark about how to use the Features module. Plus I really thought Drupal 8's new config management was supposed to do away with the need for Features module.
If there is a resource or tutorial you could point me to, I'd be grateful.
Thanks for all your help!

jochemvn’s picture

Hi,
I've looked up an article that's a good starter maybe. http://nuvole.org/blog/2015/apr/27/drupal-8-configuration-management-fea....

Also we have a couple of support channels that could be interesting for you: https://github.com/goalgorilla/drupal_social/wiki/!Support

Jochem