Jump to content

Mats

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mats

  1. Try sending the current language with the Ajax request. And set the language on the response. (On mobile).
  2. Hi @gebeer! Did you find a solution to this? I added the code below before this which seems to work : if(!$page->id) $inputfield->checkboxChecked = 0;
  3. Reversing the selectors worked well, thanks.
  4. @matjazp I haven't figured out why some pages didn't work while others seems to work with the same selector combination. This is what it looks like in the admin: When i removed the has_parent selector the error resolved.
  5. Seems like the has_parent field in combination with a page-id was the culprit.
  6. @matjazp Thanks, i did but the error persisted. Should have mentioned it.
  7. This module crashed a site that was upgraded to ProcessWire 3.0.123. Anyone else seen this?
  8. After disabling the Dynamic Roles module everything is working ok.
  9. Hi! On a clients multilanguage site, upgrading to latest PW version, started to generate the following exceptions: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pages.has_parent' in 'where clause' (in /wire/core/WireDatabasePDO.php line 480) SQLSTATE[42S22]: Column not found: 1054 Unknown column 'pages.has_parent' in 'where clause' (in /wire/core/WireDatabasePDO.php line 480) And this message by the newly created page: Name already in use! A sibling page (id=15877) is already using name "my-page-name" for language: English Searching the forums the only thing i've found seems related to multi language:
  10. @PCuser Try the dev-version, sans google api: https://github.com/madebymats/FieldtypeLeafletMapMarker/tree/dev
  11. @PWaddict I'll look into it.
  12. @PWaddict All versions except the dev-version.
  13. Thanks @BrendonKoz it's updated now.
  14. @gmclelland That's strange, seems to be correct in the modules directory. @PWaddict Yes, but In the latest dev release geocoding is done by Nominatim.
  15. Snipcart: https://snipcart.com/blog/processwire-ecommerce-tutorial
  16. I tried to replace the Google geocoder (for the module settings i.e.) with Nominatim in the dev version of the module. Still beta but i seems to work. https://github.com/madebymats/FieldtypeLeafletMapMarker/tree/dev
  17. Mats

    ProcessWire on the web

    Interesting blog post on the sharp looking site of Internet Dreams (via the latest issue of weekly.pw) https://www.netdreams.co.uk/blog/processwire-website-development/
  18. Here's some code for importing pages/users from csv-file:
  19. Mats

    PW Relations

    Welcome to PW h365! I think you are looking for this module for creating/editing pages in a modal: https://modules.processwire.com/modules/admin-page-field-edit-links/ This module will set up a two-way relation: https://modules.processwire.com/modules/connect-page-fields/ (Not sure if you need it).
  20. Welcome to PW MrKing! Here is one example how to create users with the API:
  21. I cant find any errors but the "Update #12: Initializing" shows up in the system-updater log and in the SystemUpdaterModule every third second. If bypass the update (skip to update 13) the published date is saved but the existing pages doesn't seem to get any published date set: From a another PW-site: Update #12: Completed! Update #12: Populated values to 'published' for 86 pages Update #12: Added 'published' column to pages table Update #12: Initializing update
  22. Not sure on how to show sql_mode? sql_mode: NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION I'm on ProcessWire 3.0.89 and Maria DB now.
×
×
  • Create New...