countfak

Results 8 comments of countfak

> Did you have any success? Hi, no, I'm sorry, I never managed to get this to work.

Hi, I am in a similar situation: I have an error but I don't know how to debug this because no further information is provided. Error: Not Found at Request.callback...

Hi, I'm not saying that the example code is wrong, it's been working fine but at some point it started to throw that error. I still don't know why, maybe...

Hi I may have a similar issue: I'm getting these errors in previews: `PHP message: PHP Warning: Attempt to assign property 'post_content' of non-object` and `PHP message: PHP Warning: Attempt...

Hi, I'm still having this issue. Here's my workaround: ``` add_filter( 'timber/post/import_data', function ($data) { return (object) $data; }, 1 ); ``` This has priority 1 because it has to...

> I've just opened #22 which should allow this to run on the latest Node LTS (20) on Netlify. It's been working for me but if anyone tries it and...

I had the same issue, I tried with @danieltrautmann 's Dockerfile, and I was able to get past step 2 of the Docker installation guide. Anyway, I'm now getting this...

@danieltrautmann thank you. I will wait for news about http://data.cgiar-csi.org/ and step 4 in general.