Skip Navigation

[Assigned] Going to Settings > Permalinks results in a fatal error

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 19 replies, has 1 voice.

Last updated by Thorworx 8 hours, 34 minutes ago.

Assisted by: Minesh.

Author
Posts
#2854633

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

The solution I shared only uses the taxonomy slug.
- https://toolset.com/forums/topic/output-child-taxonomy-list/#post-2819476

Have you changed the taxonomy slug as well?

However - that's the difference issue, have you been able to fix the fatal error issue?

#2854652

No.. I did NOT change the taxonomy slug. But changing the slug of the service area PAGE causes the view to output ALL categories instead of just subcategories of the current one. Your code is doing the comparison based on the current page slug. When the current page slug is different than the taxonomy slug, it outputs ALL results, instead of only children of the matched Category.

I am still trying to find any/all slug duplicates if that is causing the fatal errors.

When I tried to edit/update an existing taxonomy (for example, change Rewrite options) and click "Save Taxonomy" - the fatal error is thrown, but the change gets saved.

#2854738

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please check now: hidden link

With your project post type - I've change the slug of this post type from "projects" to "project" and saved the post type and now I can see I can able to save permalinks, taxonomies in the backend.

#2854753

That works (no fatal error and no fatal errors when updating CPTs)... however... did you delete my Projects Archive content template? I get a 404 when going to:
hidden link

Is it safe for me to recreate the Projects Archive template?

Also, FYI, changing my Service Area page slugs back to the same slug as the taxonomies makes your custom code work again.

#2854758

I found the Projects Archive template, but I'm having a couple of issues.
The Service Areas Archive template is broken...

You had added a fields & text block to it.
https://toolset.com/forums/topic/output-child-taxonomy-list/

That block is showing an error. I tried to delete the block and re-add a fields & text block, but it shows an error. It seems impossible to add a fields & text block?