Jump to content

Richard Jedlička

Members
  • Posts

    106
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Richard Jedlička

  1. Hi @Sten, can you please share what PHP and FieldtypePDF version do you use?
  2. @kalimati It means it was fixed by the new version so you didn't have to deal with the colorspace?
  3. I see, you have the old version. Update to the latest one (2.0.0).
  4. It is in the field settings (Details tab) not the module settings.
  5. @kalimati Also this looks useful https://imagemagick.org/discourse-server/viewtopic.php?p=80210&sid=88e589266091f18cef53b8adc6a4d0b1#p80210 Try to identify the colorspace, this way it would be useful to detect the colorspace in the code if possible.
  6. Hi @kalimati, not exactly sure, but I guess it will be related to the colorspace the PDF is in? 🤔 I am no expert on this area and don't know if PDF can have different colorspace, but the field has an option to set the colorspace to be used for the image generating (on Details tab), so you can experiment with it. You can also check https://github.com/uiii/ProcessWire-FieldtypePDF/blob/9f07314883cd281e09851f149b8889c1a3e8daa0/FieldtypePDF/PDFConverter.php#L149 where is the code to generate the image, and you can find a way how to use ImageMagick to generate image for your PDF, we may reflect it in the code after.
  7. Merged into new version 1.1.8. Haven't tried to install so if someone can check if it's ok.
  8. Actually the response wasn't quick at all ? you were just 4th person in a row who complained ?
  9. Hi @bernhard , yes I agree, we can leave it as it is. And in the case if there are more issues in the future we can consider the transition ?.
  10. @Stefanowitsch @szabesz @bernhard @cpx3 All right, the issue should be fixed, haven't tested it, please check it. EDIT: fixed version 1.1.7
  11. @bernhard Sorry guys, this is difficult to me, because I don't use PW actively, only occasionally, so other priorities takes my time. I any of you will be interested I can give you access to the repo.
  12. Hi @bernhard, you are right the change is simple, I can do it. I was thinking about it. But I think it is not only about the change but also about testing the module if it really works. I don't have set up the dev environment for it yet. So this was the reason for PR. I don't like throwing the change in to the wild and realizing later it doesn't work because I forgot something like increasing the module's version etc. ?
  13. Hi guys, feel free to make PR. Unfortunately, I'm not able to find a time for this now.
  14. Maybe some PW API changed so it broke it. I'll try to check it soon.
  15. Hi @Stefanowitsch, is this the whole error message? Looks like the stack trace only.
  16. Ok, found the issue. I am using composer and I has an installation of the processwire/processwire package of different version and the composer's autoloader loads the files from the vendor folder first. Fixed by either removing or upgrading the composer package.
  17. Hello, I am upgrading from 3.0.184 to 3.0.210 and I always end up with this error. Fatal Error: Interface 'FieldtypeHasPagefiles' not found I've tried to clear site/assets/cache and the caches DB table, but nothing works. I also checked the interface is there in the wire/core/interfaces.php
  18. @bernhard @szabesz Hi gyus, sorry for very late reply. I don't have much to time work on these features right now, but I am open to PRs, so feel free to make one. Can you explain it a little bit more? I am not sure what you mean. Show me please some example (screenshots).
  19. @bernhard Hi, I'm happy to hear that ☺️. Sorry, I still haven't fixed the labelless fields. I'm in a focus on other projects right now (non pw-related).
  20. Hi @bernhard, yes, I have it already in my backlog ? Hope I will find a time for it soon.
  21. Ah ok, will fix it, does it make any problems (just curious)? You mean to reload the page edit after you update the field? Yeah it will be useful. If you have time PR's are welcomed ?
  22. @dotnetic Hi I use docker containers everywhere. I my localhost develepoment environment I have docker stack yaml defining the containers and also the environment variables (can be included from external file). And in production I use AWS ECS, where you can specify env vars in many ways. If need more details just ask.
  23. New version 1.1.5 I've fixed issue with editing in repeater's template context https://github.com/uiii/AdminHelperLinks/issues/1 and disable focus on tab press (was annoying when switching focus between inputs).
×
×
  • Create New...