Jump to content

Macrura

PW-Moderators
  • Posts

    2,788
  • Joined

  • Last visited

  • Days Won

    41

Macrura last won the day on March 5

Macrura had the most liked content!

2 Followers

Contact Methods

  • Website URL
    http://nibiri.com/

Profile Information

  • Gender
    Male
  • Location
    Westchester County, NY

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Macrura's Achievements

Hero Member

Hero Member (6/6)

3.3k

Reputation

30

Community Answers

  1. Some amazing updates, the new video import feature is excellent.. testing this all out now!
  2. update: those pages are now accessible, may have been a temporary issue. Will use this thread as a log for any future blocks.
  3. Hopefully this can be solved; Almost every page: 403: https://processwire.com/talk/discover/content-started/ 403 https://processwire.com/talk/discover/unread/ 403 https://processwire.com/talk/discover/ i guess some type of blocker being overly aggressive, but this is false positive.
  4. Thanks, i just built something similar! Great to have a lot of options.
  5. @BigRed You could download the last version from here: https://github.com/trk/WireMailPHPMailer/releases Or if you upgraded using the upgrade module, then the old version would still be in your modules directory, with a dot. You can just delete the latest and undot the last one.
  6. Edit - i just checked the modules directory and the repo still points to owzim, but it lists @horst as the owner. I'll continue to pursue the matter and see if we can get this module back in action.
  7. I have forked it and updated it. https://github.com/outflux3/pw-inputfield-ace-extended I will put in a request to change the Github repo for the module to the newly forked version. Note that this inputfield is not compatible with the new ProcessWire UiKit admin theme, so you should be using the original theme when using Ace code editor.
  8. if you are still using this module, one way to get around the aforementioned error is to copy the class into a new file (from the Fieldtype module) and then put this at the top of the inputfield module: if(!class_exists('ProcessWire\RuntimeMarkupUtilities')) { include_once __DIR__ . '/RuntimeMarkupUtilities.php'; } i haven't extensively tested it yet but so far it seems to work. I couldn't import any fields as the admin would crash and this has now allowed importing fields without this module showing the "class "RuntimeMarkupUtilities" does not exist error."
  9. We had one site that was struggling under the strain of AI bots (the admin became almost unusable); The hosting support confirmed they were getting hit massively by AI bots. They ended up implementing apache level blocks. Then we had 2 other sites (running on Digital Ocean droplets) which started to get hit and were crashing, hitting 100% CPU. I have since installed WireRequestBlocker on those 2 sites (and had to up the memory, CPU and storage) On one of them we are now seeing a lot of activity, and IPs being blocked, and have been running smoothly since. In the meantime i'm trying out the ai.txt which can be generated here: https://site.spawning.ai/spawning-ai-txt Has anyone else tried it?
  10. @pmichaelis thanks for the report. ok let me see if i can make this change and commit soon, might take a couple of days.
  11. @gornycreative, thank you, very impressive and interesting to see how you set this up.
  12. Yes - thank you 0.5.2 has resolved the issues.
  13. Hi Robin, the issue started again, not sure if this is because of the localhost, or MAMP, or if anything could be done about it, but i did notice that there is no tracy bar in the iframe popup, and if i open the popup iframe in a new window, the page title is Logout, so maybe something to do with permissions.
  14. Thanks Robin, well now I upgraded again to the latest version and it started working. I can only assume it was CKeditor caching the js file, because i also had strange errors when i downgraded and it took a while for the downgrade to work (had to log out among other things)..
  15. I'm encountering a strange issue with the latest version if i try and insert any tags with attributes, it doesn't work: Null Invalid tag: no Hanna tag with this name exists.
×
×
  • Create New...