Jump to content

EyeDentify

Members
  • Posts

    146
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by EyeDentify

  1. Hello Boost. The PHP script is simply put in a template file that only i know the URL to. It´s also not published so it can only be accessed when logged into admin. And i go to the URL in my webbrowser when i want to run that PHP code. That´s what i mean by "hidden" template. Hope that helps, good luck!.
  2. Hello Again Processwire Gurus. Yes i discovered when upgrading that Processwire asked me wich module i wanted to use and had the core module pre-selected as default. I just had to delete the standalone one and do a refresh under modules and everything worked like a charm.
  3. Hello PW Gurus. It´s been a while since i posted here. I am in the process of deciding to update to 3.0.217 from 3.0.213 and have a question. I was using the latests standalone version of the TinyMCE module (6.1.5) with my PW 3.0.213 install. And now the TinyMCE module is in the core with PW 3.0.217 dev as i understand. Should i remove the standalone TinyMCE module before upgrading to 3.0.217 dev or after ? or at all? Does it make any difference ? Hope it make sense, otherwise ask me for more info. Thanks in advanced.
  4. Ok. Thank you @rick for all your help. I will investigate further and return if any questions arise.
  5. Thank you for the tips. But imagine that i was not that advanced and just wanted some documentation to know how the field worked and should be used, where could i find that without going through the code itself? Happy new years.
  6. I had no idea. Maybe hadnt a use for it yet. But where could i find documentation on its use?
  7. Hello @ryan and others. In this 3.0.191 version of PW i seem to have access to field "ProFields: PageTable" is that a mistake? I can choose it, and such and configure it, but have no ide how to configure it cause i can´t find any info for its use. And since i am not a ProFields member maybe i can´t access that info, Happy Holidays and Happy New Year.
  8. Yes ? my misstake. i meant @adrian Things gets confusing sometimes.
  9. The image field trip up even the most seasoned developer from time to time. I almost allways have the PW API documents open in a tab when i do PW dev because you can´t keep everything in your head. It´s a great resource for all devs, and ofcourse using the TracyDebugger module by @dragan
  10. Ok perhaps, but i think its just a good practice to disclose how you solved your problem to others.
  11. It would benefit the forum if you could tell the others how you actually solved your problem instead of just leaving a message.
  12. If you are adding video via an "embed code" that you get from a video sharing site like YouTube and such then create a "textarea" field that is not using an ckeditor and has HTML filter on it. Then just paste the code in that area on the page editor. You can then output that textarea field as HTML on your site and have the embeded video play. Or if you are going to serve video from your site with video files you upload yourself, then take a look at the "files" field.
  13. Thanks to @kongondo @adrian @bernhard and @eydun That helped me with this. Following @ryan pushing a fix for this to the PW 3.0.155 dev branch i do not have to pull my hair any longer ? Also @adrian for some reason TracyDebugger is not freaking out about the Console panel anymore even after i applied 3.0.155 dev update. Knock on wood...
  14. I hear you @adrian but i was not calling one.com luxury, it was more a saying that i did not have the luxury to change right now and have to work with what i got. There was no ill will towards @eydun i know "he" was trying to help.
  15. Sounds great ? How do i apply it? Just download PW 3.0.155 dev? Yes @adrian i know you have been saying this and your right. But like i said before, i can´t at the moment.
  16. Hello @kongondo 1. is out. 2. I am not sure how to do this whitin PW? 3. Could i get a pointer to how i should go about this?, and why is this comma usefull for an field holding images? 4. Do you know where i should start looking in the code? In the meanwhile, guess i will have to use files fields. Thank you.
  17. Its not a long term solution but for now i am using the files field, it at least let me upload files and output them in the template. But ofcourse i have to do all my image resizing before upload. I realy wish we could find a solution to this.
  18. @adrian and @kongondo I did some checking and turns out i am running a Maria-DB for my PW install. one.com does not show me what version of Maria-DB. i also checked my config file and there i set the following locale: setlocale(LC_ALL, 'sv_SE.utf8', 'sv_SE.UTF-8', 'en_US.UTF-8', 'en_US.utf8'); So what am i doing in the meantime the Imagesfield gets updated to account for this problem? Do i have to change to English locale? I rather not have to. Thanks again.
  19. @kongondo Why does TracyDebugger talk about set_time_limit() error in the image resizer module? PHP Warning: set_time_limit(): Cannot set max execution time limit due to system policy in .../httpd.www/wire/core/ImageSizerEngine.php:1168
  20. Hello dear PW gurus. I have stumbled over a strange error that i all of sudden got when trying to upload an image to a images field on a page. There where images allready stored in the field that i wanted to keep, but during the upload the error apear and after that all images are gone from the field and i can´t upload any, i just get the error every time. I am running ProcessWire 3.0.153 dev. Update: After looking in the assets folder i find the folder for the page and the image files seems to be there including the ones i tried to upload when the error occured. But they don´t show up in the images field in the page editor. The error reported: SQLSTATE[01000]: Warning: 1265 Data truncated for column 'ratio' at row 1 And here is a screenshot of the event: The TracyDebugger Error reporting: I hope you fine folks could point me in a direction. But it seems our old pal set_time_limit() is back. Regards, EyeDentify
  21. Downloaded the update. But could you share what "ACE mode detection" means?
  22. Yes @adrian that did the trick ? everything back to normal ?
×
×
  • Create New...