Jump to content

Gideon So

Members
  • Posts

    485
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. When does the public beta come out and we can give it a try?? Waiting for it eager ly. Gideon
  2. Hi @Robin S, Thanks for the tip. Never seen that. It works. Gideon
  3. Hi, I built a login form for user to login to the web. There is a case when a user login with incorrect user name or password and he /she login again immediately that causes an internal server error. Then I checked the system session log: And then I checked the system exception log: Look like the system think that the guest user logged in to the system twice in a very short period and causes a 500 internal server error. The workaround for now is uninstall the LoginThrottle module. Is there any way to remedy this?? Gideon
  4. Hi @mattcohen, Welcome to the forum. The code should look like this <?php $set_page = $page->title; $count = $pages->find("template=prices, title=$set_page")->count();
  5. The idea of PageTableExtented is brilliant itself. But your work takes a step further and makes Processwire even more attractive to non developers i.e. editors. In my humble opinion this function surely will take Processwire to the next level. Keep up the good work. I am eager to see how this concept inspires other awesome developers here we have In this wonderful community. Gideon
  6. Hi @theo, This is really impressive. Any update on this project??? Gideon
  7. Hi @theo Thanks. I think it works but still want to know whether we can have the image plugin back along with PwImage and make life easier. Gideon
  8. Hi, Anyone knows if it is possible to prevent the ckeditor add width to the image and how can I add class / width="100%" to an image?? Please, I know I can do this with a piece of JS but I don't want to do it with JS. Gideon
  9. Hi @henri, Welcome to the forum. 1. Processwire itself is very fast. It must be some other reasons that cause the slow loading. We cannot help without further info. 2. After you add a field to the template in the backend, you have to add some PHP code to the template file. This is a good starting point to learn the basics of Processwire. Gideon
  10. This community is so awesome and helpful. Gideon
  11. Hi @matjazp, Thanks. I will upgrade to the latest version then. Thanks for your hint. Gideon
  12. After install @adrian version. I got this error: Error: Call to undefined function wireInstanceOf() (line 64 of /oath/to/site/modules/FieldtypeAssistedURL/InputfieldAssistedURL.module) I am using Processwire 3.0.42 and PHP 5.5.9 Any Ideas?? Gideon
  13. I don't know how your hosting company works but I think they will do it without your notice, that is in your words, it should be done in the background. Gideon
  14. Hi @dubiousa, http://vivid.black/ redirects to https://vivid.black/, which is good. But https://vivid.black/ gives SSL_ERROR_BAD_CERT_DOMAIN error which means that you have a ssl cert with wrong domain name. Try to re-issue a new ssl cert. Gideon
  15. @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
  16. @adrian Let me add that and see how @ryan response to it. Gideon
  17. @adrian How can I debug a module?? I get bd() is undefined error. Gideon
  18. Have you checked permission of .well-known?? Gideon Edit: Just found this: RewriteRule "(^|/)\.(?!well-known)" - [F] to .htaccess to section 12.
  19. @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
  20. 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
×
×
  • Create New...