Pierre
Forum Replies Created
-
it works again ??
nope. The JS error is still there. I’ve tried deactivating my adblockers but still it does not work.
Still not working.
Not sure if it’s linked, but I have this error in the devtools console :
Uncaught ReferenceError: FS is not defined
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] SOLUTION for php 8+I see ! Personally, I am using it through this plugin to add a Jetpack PDF sharing button. With the latest TCPDF and PHP8.2 it’s working fine. Maybe it could do until the new TCLIBPDF library is complete ?
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] SOLUTION for php 8+Well I just did and it worked for me with php 8.2
Forum: Plugins
In reply to: [Breadcrumb NavXT] E_ERROR after updateThanks, it seems to work with the beta version I do not have the error anymore
Forum: Plugins
In reply to: [Breadcrumb NavXT] E_ERROR after updateHi and thanks for your answer.
I did not declare any CPT myself for this project, so I guess it’s coming from a plugin if that’s the problem.
I’ve made a full search on the register_post_type function and had a look at the files that are registering CPTs, so far I can see that they do not specify an init level, or when they do it’s 5 or less.
Do you have a release date planned for the 7.1 version ? Or is there a beta already I could test ?
Cheers
Perfect thanks ! Meanwhile I did update it from the admin.
I think 4 digits is fine since I could install the 1.8.8.9 version from composer.
Here you go : https://we.tl/t-N1sABdLtt2
Where can I send you a file ? The image uploader services won’t take it
Hi, thanks for your answer.
There was nothing in the DevTools either.
In the end, I pulled everything locally and on my local server the error was displayed and the conversion wen through.
The problem was that some files were invalid (0kb).
Not sure why the error showed on my local server and not on the production server, but maybe because the production server was an nginx server … ?
I solved it by uploading all converted files back on the production server so now the problem is solved.
Best
Hi, I’ve tried raising PHP and WP memory limits (up to 1GB…) but I still have the error and no error message.
I’ve check php and nginx access and error logs but there’s no message anywhere… I’m at loss.
Is there a way to trigger conversion in verbose mode ? With WP-CLI for example ?
If I could identify the problematic file or folder I could debug further but right now I cannot think of anything else…Cheers
thanks, I will try this and will let you know how it went !
“There is a critical error on your site”
Just like when there’s a 500 server error, but once again, the site is working, the conversion is starting fine. I’m guessing for a file error but without an error message it’s hard to identify the problem…
In the screenshot there’s a 0% conversion progression because I just relaunched it, but if I force it for all files, the conversion is running fine for a while
Hi and thanks for your answer.
This is a custom theme based on Foundation 5, but we are also using other plugins.
Using the block editor instead of the page builder we were using fixed it thanks.