Parag Das
Forum Replies Created
-
Thanks for checking the logs.
The message
Request exceeded the limit of 10 internal redirectsusually points to a rewrite/permalink loop in.htaccess, rather than a direct PHP fatal error from Kirki.Kirki itself does not normally write or manage
.htaccessrules. In many themes, Kirki is only used as the framework for Customizer fields, while the theme registers and handles the actual settings. So this may be coming from the Sober theme, WPML, or another integration that runs when Kirki is active.Could you please try the following?
- Back up your current
.htaccessfile. - With Kirki active, go to Settings > Permalinks and click Save Changes.
- Compare the regenerated
.htaccessfile with the working version. - Temporarily switch to a default WordPress theme, such as Twenty Twenty-Four or Twenty Twenty-Five, while keeping Kirki active.
- Temporarily deactivate WPML and its related add-ons, then test the affected pages again.
- Temporarily deactivate all plugins except Kirki and WooCommerce, then test again.
Please let me know the update after checking these.
Hi,
Thanks for sharing the details. Since this is a 500 server error, could you please check whether any fatal errors are being generated in the server error logs or
wp-content/debug.log?Please also share:
- your current PHP version
- any relevant error log entries related to Kirki or the affected pages
Please remove any sensitive information before posting logs publicly.
Hi,
Thanks for sharing the details.
Could you please share some screenshots, a screen recording, Site Health info, error logs, or the exact steps to reproduce the issue? If we need to check it privately, please contact us through our official support channel and we’ll continue troubleshooting from there.
Hi @tekno79
Please deactivate and then reactivate the Kirki plugin. This should resolve the permissions issue. We are currently working on it and will release a fix as soon as possible.
Hi @hermsen
Please enable the Show WordPress header & footer option from WP Dashboard > Kirki > Settings > Customize. Screenshot: https://prnt.sc/qGivPJzn39hR. If you face any permission issues, then simply deactivate & reactivate the Kirki plugin, which should resolve the issue.
Hi @matsp
Please enable the Show WordPress header & footer option from WP Dashboard > Kirki > Settings > Customize. Screenshot: https://prnt.sc/qGivPJzn39hR. If you face any permission issues, then simply deactivate & reactivate the Kirki plugin, which should resolve the issue.
Hi,
Yes, you are correct. The
/coursespage is automatically generated when you install Tutor LMS, and currently, this page cannot be edited using the page editor. However, you can adjust some of its elements in the Tutor LMS settings under the Design section.It is tough to solve this type of technical problem without checking it manually. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsForum: Reviews
In reply to: [Tutor LMS - eLearning and online course solution] Critical ErrorI’m sorry to hear you’re having trouble with our plugin. It’s challenging to resolve technical issues without manual inspection. Please email support at themeum dot com, and we’ll investigate your problem further.
Thank you!
Best RegardsDid you publish the course? If it is published, you should be able to find it in the course archive or listing page, as shown here: https://prnt.sc/o1rM1-6Y8uGU. Additionally, ensure you are using the default course permalink. Here is the screenshot: https://prnt.sc/kuYSQTCf07c2.
Thank you!
Best RegardsIt is tough to solve this type of technical problem without checking it manually. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsForum: Plugins
In reply to: [Tutor LMS - eLearning and online course solution] Migrating from LearnworldsSorry, currently our Tutor LMS – Migration Tool supports migration from LearnDash, LearnPress, and LifterLMS.
Thank you!
Best RegardsIt is tough to solve this type of technical problem without checking it manually. Please email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsPlease email support at themeum dot com. We will take a closer look at your issue.
Thank you!
Best RegardsYou can add the following code using the code snippet plugin. Replace the link with your custom page link.
https://ww.wp.xz.cn/plugins/code-snippetsadd_action('tutor_after_student_signup', function () { wp_redirect('https://yoursite.com/custom-page-link'); exit; });Thank you!
Best Regards - Back up your current