Jump to content

Gideon So

Members
  • Posts

    468
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. @adrian Here you are. Please take a look. I am not sure I put it well enough. https://github.com/processwire/processwire-requests/issues/165 Gideon
  2. @adrian Let me add that and see how @ryan response to it. Gideon
  3. @adrian How can I debug a module?? I get bd() is undefined error. Gideon
  4. Have you checked permission of .well-known?? Gideon Edit: Just found this: RewriteRule "(^|/)\.(?!well-known)" - [F] to .htaccess to section 12.
  5. @adrian Yes. After click on the delete all log button, it is fine now. Thanks a lot for supporting this useful module so well. Gideon
  6. Hi, All of a sudden Tracy consum 100% CPU. If I disable or uninstall Tracy, the CPU consumption back to normal. Any idea what is the possible cause? Gideon
  7. @PWaddict My php.ini contains: memory_limit = 512M post_max_size = 600M upload_max_filesize = 500M I think all these settings are more than capable for uploading a file less than 500M in size. Gideon
  8. Hi, I have a file inputfield which I use to upload video file. If I upload a file larger than 250Mb, the progress bar moves until 100% and then the upload seems never ends. I found the following error: Any hints to fix this or I have to file a bug to github? Gideon
  9. Hi, I get the following error when trying to edit a file. I only get a blank editor. ReferenceError: require is not defined Gideon
  10. @Robin S You are my hero. Works like a charm and I learn something new about Processwire everyday with the help of all the great community here. Gideon
  11. Hi, is there anyway I can change default filter, say email address, instead of roles in user lister view? Gideon
  12. @adrian @bernhard Thanks for the info. Look promising.
  13. @bernhard I am not a capable and decent programmer. I am still learning writing code. I will try my best to work on it. If I were able to get it done in a professional way, It is no doubt I would share my experience with all of you. In fact I am inspired by this thread: I think @POWERFULHORSE is able to give us some more light on how to do it. @adrian also mentioned that he has some experiences. Would you share something with us here?? Gideon
  14. @StanLindsey I think making a PWA without a backend is not hard. There are so many tutorials and examples. Agree. Thanks for the advice and encouragement. Gideon
  15. One of the ways is installing Processwire in a sub-directory called api and the progressive web app built with Angular or Vue in the root directory. Then Processwire serves as a REST api provider and the web app fetch json data and parse it to content. I need offline access to contents, the I can cache api/site/assets/ with service worker. Is this feasible?? Gideon
  16. Hi, I am not sure if it is the right forum to ask this question. If not, please move it to the appropriate forum. I would like to build a Progressive web app with Processwire as the backend to serve content to the web app. Is it possible? If so, what is needed? Any ideas and suggestions are welcome. Gideon
  17. Hi, atom is a nice one. You should give it a try. Gideon
  18. Hi @incognito.ms, Thanks for your quick answer. Works very well. Gideon
  19. Hi, I have a website with multi-languages support and a frontend form for course registration. If a user choose English which is not the default language, the page title only save to the English tab of the page title. How can I save the page title to the default language through API?? Gideon
  20. Hi, After upgraded to the latest version, I found that the CKeditor doesn't work anymore. I got the following error as the attached image shows. Gideon
  21. What can I say other than WOW!!! Very impressive and inspiring work. Gideon
  22. Hi, I think the default maxLegth is 128 but the page name is very long after UTF-8 characters are translate to punycode. Is thee any way to increase the limit?? Gideon
×
×
  • Create New...