Jump to content

Daddy

Clients
  • Joined

  • Last visited

Everything posted by Daddy

  1. Would be nice to include members in "everywhere" as well and not just content
  2. Having this issue too. Would also be handy if we could get a test alert button so we can see what the alert looks like before making it active. 🙂
  3. Daddy posted a post in a topic in Technical Problems
    So far I've encountered 2 sites, one of my own, where it randomly went down with an error 500. The only fix was to use a new theme. The actual fix is to disable template caching, so I suspect there's an issue with that right now. The errors did not generate any logs, nor did any logs happen at the host level. So this post is basically useless outside of giving people encountering the issue another thing to try while waiting for support. Wild baseless guess: The new simple theme editor is borking cache
  4. Daddy replied to Daddy's post in a topic in Technical Problems
    Only took you 53 years :x
  5. @Jim M Seems like this is a bug with "Allow Multiple Files" for downloads. When enabling this feature the error goes away. Please confirm 🙂
  6. Went ahead and uninstalled everything, plugins, apps, themes, etc, same error. Also tried php 7.4, 8.0 and 8.1 to no avail.
  7. The error occurs on all files. They cant be updated. Plug-ins and apps disabled same result
  8. Was asked to pass this along. Having issues with files giving this error when you attempt to update it. Error: TypeError: array_merge(): Argument #1 must be of type array, IPS\File\FileSystem given (0) #0 /home/xxxx/public_html/applications/downloads/modules/front/downloads/view.php(1029): array_merge(Object(IPS\File\FileSystem), Array) #1 /home/xxxx/public_html/system/Dispatcher/Controller.php(107): IPS\downloads\modules\front\downloads\_view->newVersion() #2 /home/xxxx/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #3 /home/xxxx/public_html/applications/downloads/modules/front/downloads/view.php(62): IPS\Content\_Controller->execute() #4 /home/xxxx/public_html/system/Dispatcher/Dispatcher.php(153): IPS\downloads\modules\front\downloads\_view->execute() #5 /home/xxxx/public_html/index.php(13): IPS\_Dispatcher->run() #6 {main} Code: /* Filters */ $imageUploads = isset( $values['files'] ) ? $values['files'] : []; if ( isset( $values['screenshots'] ) ) { $imageUploads = array_merge( $imageUploads, $values['screenshots'] ); This code is from: applications\downloads\modules\front\downloads\view.php
  9. Daddy replied to Daddy's post in a topic in Technical Problems
    Update: I disabled all plugins/apps through the database which fixed recovery mode. I was then able properly uninstall the clear log plugin but after further pondering I discovered the issue started after I cleared system caches, not when I cleared logs. The actual cause ended up being:
  10. Daddy posted a post in a topic in Technical Problems
    So everything was great, until it wasn't. I updated to the latest IPS version and all was going well, up until I tried to clear system logs using https://invisioncommunity.com/files/file/10090-tb-delete-all-system-logs-button/ As soon as I clicked the button I was met with a 500 error. The front end of the site works fine, I just can no longer access the adminCP. Because of this I wasn't able to turn my site back to online mode, but I was able to do so in the database but it's still showing the offline banner at the top. Error: Fatal error: Cannot use "parent" when current class scope has no parent in /home/xxxx/public_html/system/Theme/Theme.php(2703) : eval()'d code on line 42 I tried the recovery mode but after seeing it to true in constants file I was able to get back into the ACP but I couldn't do anything. It said I had to disable recovery mode in order to use the ACP. There's no prompt or anything. I've also downloaded the latest version manually and tried to run admin/upgrade but I was met with: I'm getting this error on my other installs that don't have any issues as well so unrelated to my issue most likely. I've also deleted the plugin in the /plugin folder and from the plugins database. I've also cleared core_store with no luck.
  11. Daddy posted a post in a topic in Feedback
    I feel stock replies would be a much better feature if you could allow mods and admins to make their own instead of relying on them to be added in the ACP. You should keep the ACP portion to add global replies that are there by default, but a separate section (maybe in account settings) where our team can create their own that only they can see and use would be very helpful. It would also add more personality to messages so not everyone is using the verbiage so it's not painfully obvious it's a canned response, which isn't a good look IMO.
  12. Daddy posted a post in a topic in Feedback
    /checkout and potentially /search should be disallowed by default. Seeing a lot of IndexNow requests for those pages. I've blocked it on my end but thought it could be useful to add to the default
  13. Daddy replied to Daddy's post in a topic in Technical Problems
    The idea is to expand referrals beyond just getting users to register. More over using as an affiliate system. I guess that's outside of the scope but certainly something that should be considered into IPS to complement IP.Downloads and IP.Commerce. The ability to reward commission on purchases only to those who register to purchase leaves a lot to be desired imo.
  14. Can support be added for IP downloads as well?
  15. Is it possible to get a standalone plugin that just allows you to set how many files show? I don't need the actual grid portion but being able to set max files per category would be great. Edit I was able to modify this a bit to not show the grid but still increase number of files. If you did make this standalone I'd still use it. But for now I'm good!
  16. Is there a way, without a plugin, to increase the number of entries shown in a category for files? It's 25 now and I can't seem to find any setting to increase that.
  17. @Daniel F Ah, thanks for that! Sorry am noob 😞
  18. Weird. But anyways, can we get another one that's stripped? You can't send that through a webhook with markup like that
  19. This cured my depression
  20. Adding onto this, could we also get the "price" value to be set to "free" if it has no price?
  21. For the new files trigger there's 2 properties for description. One called "Description" and another called "Description required" "Description" provides the full description including markup which can't be used through a webhook (to my knowledge) and "Description Required" which seems to be a concatenated version of the description but it's almost always empty.
  22. Thank you. Could you also put in a suggestion to include a new option to include the description but in raw text? This may just be ignorance on my part but the only option I see includes markup which webhooks don't seem to like. I do see a description required property as well but that's almost always empty.
  23. I set up a zap using "visible only" but it's still being called for all files regardless if it's approved or not.
  24. Daddy replied to Adriano Faria's post in a topic in Marketplace
    Sorry if I'm being needy but I have another suggestion: It would be nice to be able to set group discounts!