Jump to content

Gideon So

Members
  • Posts

    488
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. 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
  2. @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
  3. 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
  4. Hi, I get the following error when trying to edit a file. I only get a blank editor. ReferenceError: require is not defined Gideon
  5. @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
  6. Hi, is there anyway I can change default filter, say email address, instead of roles in user lister view? Gideon
  7. @adrian @bernhard Thanks for the info. Look promising.
  8. @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
  9. @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
  10. 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
  11. 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
  12. Hi, atom is a nice one. You should give it a try. Gideon
  13. Hi @incognito.ms, Thanks for your quick answer. Works very well. Gideon
  14. 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
  15. 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
  16. What can I say other than WOW!!! Very impressive and inspiring work. Gideon
  17. 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
  18. @helmut2509 Go to setup —> language and change the language label there. Gideon
  19. Hi, I would ask the hosting admin enable mod_rewrite in their Apache conf. Gideon
  20. Hi @homma, Glad that it works for you. Which version of ProcessWire you use?? Gideon
  21. Hi @homma, Yes. I do keep a copy here. It is for 3.0.42. I am not sure whether it works with the latest version. Gideon ProcessWireUploadDemo.zip
  22. Hi @homma, Someone posted a solution in github. I tested it and it works fine. The downside is that you have to modify the core of ProcessWire which mean you have to do it again every time you upgrade your core. https://github.com/processwire/processwire-requests/issues/56#issuecomment-263669255 Gideon
  23. Hi Zeka, Take a look of this amazing module which does the job for you. http://modules.processwire.com/modules/admin-restrict-branch/ Gideon
×
×
  • Create New...