Hi @jemar707 ,
Sorry, it is not working for you but don’t worry, I am here to help.
Can you please share the wordpress and php version installed? You can find that in wordpress dashboard (Tools > Site Health) section.
In the meantime, can you please try disabling all other plugins and run it again?
Looking forward for your response.
Thanks
-
This reply was modified 3 years, 2 months ago by
Atlas Gondal.
Hello thank you for the prompt response.
WordPress Version 6.1.1
PHP Version 8.0.27 (Supports 64bit values)
The plugin is working fine with WordPress 6.1.1 and PHP 8.1. Please try enabling debug mode by setting WP_DEBUG=true in wp_config.php and let me know if there’s any particular error message.
Did you the method I shared? (disabling other plugins)
Yes, I used troubleshooting mode to disable all other plugins, and switched to default WordPress theme.
Debug mode errors:
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in wp-includes/class-wpdb.php on line 2153
Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in wp-includes/class-wp-fatal-error-handler.php on line 74
Could this be because the volume of URLs I have? I am using bbpress very large forum with many topics and replies
-
This reply was modified 3 years, 2 months ago by
jemar707.
Yup, that’s because of the large number of URLs. You can fix it by adding this line define( 'WP_MEMORY_LIMIT', '256M'); in wp_config.php (same file you edited to enable debugging mode) file. After that, give it a try and if it still did not worked then you can change it to 512M and it will fix this.
I’ll be looking forward for the update.
That didn’t work. I found a way to do it through a separate .php file without using the plugin.
Unfortunately doing it this way, I don’t know the way to write the .php to add things like post type or category. I also don’t know how to use the code snippet here to show what I did in place of the plugin. Thanks for trying
@jemar707 that’s very strange, the error you mentioned should be fixed by that solution. Anyway, please reach out to me with the website access here, I will further dive to find the root cause and will fix it.
Thanks
Atlas
Hi,
If you need any further assistance, please don’t hesitate to write back. Thanks