Jump to content

Wildcard Chris

Clients
  • Posts

    59
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Wildcard Chris

  1. I managed to fix this and get the upgrader running: chown nginx:nginx /var/opt/rh/rh-php73/lib/php/session -R It was a permissions issue with the session save, interesting how this upgrade threw this error but previous ones did not.
  2. Hey guys, I'm running the upgrade to the latest version and I'm getting this error on the admin/upgrade/ page: We were unable to start a PHP session. You will need to contact your host to adjust your PHP configuration before you can continue. The error reported was: session_start(): Failed to read session data: files (path: /var/opt/rh/rh-php73/lib/php/session) So my site is down right now...
  3. I installed the latest Member Logger today and I'm getting this error when trying to change the System Notifcation settings for the Member Logger in the admin cp.
  4. We do use a CDN, but we turned it off for the upgrade and also cleared all CDN cache.
  5. Ok, I just submitted a ticket. Clearing forum cache, browser cache etc doesn't do anything and I've tried on multiple machines.
  6. Am I still seeing the old ACP theme after my upgrade? I assume so as it doesn't look right and the top bar looks broken. I've tried running support tool and no errors are showing.
  7. There it is! I filled this in and the site is working again now 🙂 Thanks again, crazy how this isn't instantly patched!
  8. Where exactly in the admin panel was that box?
  9. Wow, we've been having this exact issue and it's been driving us crazy for the past 2 days trying to get our site back up and running. Thanks for posting this @JEFF MACK we are going to try this and see if it fixes our problems.
  10. I'm looking into purchasing this however there is a feature that I need. Is there a feature where the poster can post for example "Do this for $10", the other user can then upload a file and then the original poster will release the payment once verified the file? Thanks.
  11. It's not working. Is there a way I can use these in the custom php section? As then maybe I can use [content:id] https://gyazo.com/1485e4c5adc66de9c27f93796075ed86
  12. The event is when a record(report), in the pages system, is created: https://gyazo.com/d022b4208013708c9f8b59dc1840a373
  13. I don't have a parenthesis anywhere? I'm using: //<?php $record->primary_id_field; return;
  14. So any idea how to grab the content id or record id in the custom php field?
  15. hey @Kevin Carwile I have a custom database and I'm trying to add the record ID that is created as a tag. I currently have this and it's not working: https://gyazo.com/3256d74ef951d128afb1f6e7bae1f21d Any ideas? Edit: I see I can use [content:id] - The content ID in the replacement tokens, but how would I go about adding that as the tag?
  16. Hey, It's actually PM's that I need to check, so say for example the logged in user gets a PM that contains a certain word I am going to have their browser execute a java script. I just need to know how to either check the PM the user gets or the Notification (as I have setup a custom notification also). Thanks!
  17. Hey @Kevin Carwile is there a way in Rules to check if a user has a notification, if so does the notification content contain a certain string? Many thanks in advance!
  18. We've had an awful time with Asian spam and we have a rather large and public visible forum. I've just installed your plugin and it has completely wiped out our spam issue. If you can update this for the 4.2 platform I'd be happy to pay for it!
  19. I'll shoot you a PM so that your thread doesn't get clogged up.
  20. I'll speak to my server guys and see if we can get a better trace. Yes I've done some testing and as soon as I disable your app the CPU usage goes back down to normal. We currently have to keep it disabled due to this issue.
  21. Memcache is working great. We currently have a stack of 4 servers with 32 cores with load balancing and running Ubuntu with Nginx running our forum and only have 8 prefixes.
  22. Hi, I purchased your plugin last week. We have a rather large community and after installing your plugin it brings our server stack to it's knees with multiple processes using 100% CPU. sendto(6, "get 42a777f791_advancedtagsprefi"..., 55, MSG_NOSIGNAL, NULL, 0) = 55 recvfrom(6, 0x5635492d9268, 8196, MSG_NOSIGNAL, NULL, NULL) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}]) recvfrom(6, "VALUE 42a777f791_advancedtagspre"..., 8196, MSG_NOSIGNAL, NULL, NULL) = 2346 It looks like it's reading something from memcache and then doing a lot of php stuff afterwards, after those syscalls then poop hits the fan and our servers grind to a halt.
  23. Do you know when this will be available as I am waiting to launch the video section. Thanks
×
×
  • Create New...