Jump to content

brodiefarrelloates

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by brodiefarrelloates

  1. Every time I think of something I need in ProcessWire, @bernhardhas already made it. Superb work 🙂
  2. Do you have any hooks that might be interacting with the page saving? Or any other modules, like ProDrafts?
  3. I'll be working as part of the public image council for my Rotary district (which contains many clubs). So I'm hoping this will give ma good platform to conduct some research with clubs to see what they would need for their websites. Personally I'll be working on a new website for the district, and then one for my local club. Then if other clubs wish to follow, that would be great. I like your note about allowing people to follow their interest/responsibility. Hopefully making an open source starter site for clubs will allow that. People can either take it and set up a site as a web publisher. Or, if they're developer-minded, they can contribute to the open source project. Most sites seem to have a similar structure: Home page Projects Page about Rotary + Rotary International Club structure History How to join News and updates Calendar of events Members area for club bulletins and internal updates I'm hoping with the power of ProMailer, having one site that can do all the email communication too will be a win. We'll see how it goes. I'm sure it will have challenges in getting adopted by clubs.
  4. Are there any fellow Rotarians in this forum? My name is Brodie and I am a relatively new member of the Rotary Club of North Hobart in Tasmania, Australia. I have witnessed that many Rotary districts, clubs and projects struggle to maintain their websites. They all use different (and subpar) systems like Weebly, Squarespace etc. and are forever struggling to make updates to their sites. I'd plan to build a ProcessWire starter kit that any Rotary club or project can use around the world to host their site. I imagine this to be a public site template in a repository with easy instructions for how to set up a new site, plus a preconfigured (opinionated) setup and collection of modules ready to go. I'll be starting by redeveloping the Rotary Tasmania (District 9830) site, and then trying to convert a few Rotary clubs within Tasmania across to ProcessWire. If there are any developers here who would be interested in volunteering some time, that would be very helpful. It will still be a few months until the project is ready to extend and open source. I'd love to have ProcessWire seen as a great option for not for profit organisations.
  5. Hi Bernhard, Does the text contain emojis or special characters? This commonly causes issues with sites I work on. Especially when the database is set to not support MB4.
  6. Thanks for posting @omshah. I was also a part of this assessment group, in my day job I work on antarctica.gov.au, and several other large Processwire sites. What are the impacts of having it enabled by default? Is it just extra overhead? Certainly agree that permissions changes should be logged somewhere for accountability purposes. Not sure if it should be a new log, or part of the session log? Maybe different is best. Upon reflection, I think you're right here @teppo - I think 429 is best returned for legitimate (authenticated) responses to something like an API to indicate that whilst successful and allowed, the rate limit has been exceeded. It is best to hide the fact any security actions have occurred. Overall Processwire is so solid, I've used it for over 12 sites now. Everything from small business to large government entities - it's such a blast to work with.
  7. I think I narrowed it down to some kind of incomplete MySQL change in my local development environment, so a rather freak occurance. This Stack Overflow thread got me out the stuck position: https://stackoverflow.com/questions/15694168/error-tablespace-for-table-xxx-exists-please-discard-the-tablespace-before-imp I had to delete a few 'session' table files from the MySQL directory, only2 out of 3 of the required files per table were there. So it was casuing some kind of stuck state were it couldn't setup or drop the sessions table. All good now, thanks for your help!
  8. I've randomly started having this issue too on some sites since upgrading to PHP8 in my local development environment (production is running PHP8 with no issues like this so far). For all my sites it's saying '%sitename%.sessions doesn't exist in engine', when I try to manually create a table with the right schema (as shown in the post above ) it then complains there is a sessions table already... but i can't see one. Has anyone else come across this?
×
×
  • Create New...