Jump to content

Gideon So

Members
  • Posts

    473
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. Hi @incognito.ms, Thanks for your quick answer. Works very well. Gideon
  2. 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
  3. 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
  4. What can I say other than WOW!!! Very impressive and inspiring work. Gideon
  5. 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
  6. @helmut2509 Go to setup —> language and change the language label there. Gideon
  7. Hi, I would ask the hosting admin enable mod_rewrite in their Apache conf. Gideon
  8. Hi @homma, Glad that it works for you. Which version of ProcessWire you use?? Gideon
  9. 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
  10. 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
  11. Hi Zeka, Take a look of this amazing module which does the job for you. http://modules.processwire.com/modules/admin-restrict-branch/ Gideon
  12. Hi, ProcessWire doesn't support non alpha numberic file name. I have made a feature request in within and waiting Ryan implement it but seems that he has no plan to do it in the near future. Gideon
  13. Hi, We can better help you if you provide more info such as your code and your textarea field settings. Gideon
  14. Hi Adrian, Thanks for the fast investigation into the problem. This is from their document: But I don't think it is not necessary to check the key every page load. Gideon
  15. Hi adrian, Here you are. https://github.com/BlowbackDesign/TinyPNG Gideon
  16. Hi @adrian, It slows down every page load even I made a blank page doing nothing. I found that this module increases the ProcessWire boot time by increasing boot.autoload time. Gideon
  17. Hi @dweeda, Try <?=$config->urls->templates ?>styles/yourCSSfile.css. This line output /site/templates/styles/yourCSSfile.css Gideon
  18. Hi @adrian, It is TinyPNG Image Compression. Gideon
  19. Hi @dragan, Thanks for replying. Got it fixed by uninstall one of the modules. Gideon
  20. Hi, One of our site gets high TTFB. it is about 1400ms. And I check processwire boot time. it is 1311 ms. The sites seems not very responsive. Any reason causes this?? Gideon
  21. Hi @szabesz, After some more research and investigation. You are right. It is directory permission problem. I though it is suphp'ed but it isn't. And I didn't set the templates directory and assets directory to 755. Therefore no css files and js files served. After made the permission right the site runs fine. Gideon
  22. Hi @szabesz, Will get them and see what is the problem. Thanks for your help anyway. Gideon
  23. Hi @szabesz, All the file permission is fine. The only thing I find in the log is this line: Permission denied: /path/to/public_html/add-on-domain/site/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable. It is strange that the web server looks for .htaccess file in the site/ directory. Gideon
  24. Hi @szabesz, Thanks for your reply. Your post is about how to install processwire into sub-directory as the main domain. But I am trying to install it into a sub-directory as a addon domain. Is there any difference? I followed your post and seems that all css and js files are still blocked. Gideon
×
×
  • Create New...