Hi !
So I fixed it. It isn’t pretty, it’s an awful hack and I’m not proud of it, but it’s working right now.
What I did was check what was written with the wp_head() that could cause this to crash, by putting it between comments (<!—BEGIN–><?php wp_head();?><!–END–>), then loaded the page and looked at the source code.
I checked it with all plugins, with only SP, and without any plugin.
As you may remember, when wp_head was not present it was working okay, so I looked at everything between the comments and tried to figure out what could cause it to crash.
There was a huge blok of css styling that was added via add_action(‘wp_head’) in my wp-functions.php, I commented that out and it was mostly back to normal.
I then proceeded to hunt down other code that left some residual errors and problems, and that’s it.
Well at least it’s working for now, I’ll take another look at that later…
Thank you very much for your help and time. Your plugin is great, but the support you provide on your forums is top notch.
Feel free to edit the title to make it easier to find (I must have misclicked there ^^).
I hope your hand heals fine !