Jump to content

Rhett

Administrator
  • Posts

    1,422
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by Rhett

  1. Please be sure to take a backup of your database before running any manual queries. Edit ibf_ to your prefix or remove if your not using one. UPDATE ibf_posts SET post=REPLACE(post, 'OLD URL', 'NEW URL')
      • 1
      • Like
  2. Edit /admin/sources/classes/class_reputation_cache.php /* Does the rep item exist? */ if( ! $this->likeItemExists( $app, $type, $type_id ) ) { /* See ticket #845557 - item may not exist when not in LIKE mode. Need to add functionalty so each app can return boolean if item exists in native tables */ //$this->error_message = $this->lang->words['reputation_invalid']; //return false; } Or upload the attached file and overwrite the existing class_reputation_cache.php
      • 1
      • Like
  3. All servers have now been updated, as mentioned if there are any issues please let us know by filing a support ticket here. Thank you
  4. The attached file fixes an issue where using the IP.Content Gateway file with Omit Page Name enabled on a page that contains a database could potentially result in an infinite redirect when viewing a database record or category. If you are experiencing this issue, please upload the attached file to /admin/applications_addon/ips/ccs/modules_public/pages/pages.php - replacing the one that is there. Note: This only applies to IP.Content 2.3.5 - if you are not running this version, then please do not apply this patch. pages.php
  5. For reference this patch was applied to all servers and sites within Exact Servers network. Thank you
  6. Today's Patches here have also been checked and applied, however please also check these yourself as well. http://community.invisionpower.com/topic/372245-ipboard-33x-32x-and-31x-critical-security-update-6-november-2012/#entry2329241
  7. For those of you that are using IPS software, we have applied patched files to all of your sites, some of you were very good about keeping up to date, however there were some that were un-patched. We strongly advise everyone to stay up to date on patches etc, if you need any help please let me know or you can also file a ticket at IPS as well. Here is a link to the patches as well if needed for any other sites outside of this network. http://community.invisionpower.com/topic/371625-ipboard-31x-32x-and-33x-critical-security-update/#entry2324710
  8. After a conversion to IPB from VB there may be a bunch of soft deleted post that appear as "unapproved post" in IPB. This query will change those post to "hidden" (soft deleted). UPDATE posts SET queued=2 WHERE queued=1 UPDATE topics SET approved = '-1' WHERE approved = '0';
  9. Rhett

    Sutter Solutions Inc

  10. Rhett

    es34

    From the album: Sutter Solutions Inc

  11. Rhett

    es33

    From the album: Sutter Solutions Inc

  12. Rhett

    es31

    From the album: Sutter Solutions Inc

  13. Rhett

    Es3

    From the album: Sutter Solutions Inc

  14. test
  15. Looks good.... if you still want to move that site over here too, just let me know... and ya those types of things with "I know someone" etc always seem to fizzle lol So if that doesn't work out, let me know.
  16. Sounds great, let me know what you come up with and if there is enough interest from your group.
  17. Give me a call when you get a chance on this, I would like to help out and get this up and running for you guys. I think it's a great idea and cause.
  18. I think it's a great idea actually... I will hook up with you tonight and we can get this setup
  19. There was a core network issue this morning that lasted for about 15 minutes, the issue has been resolved and there should be no further problems. We have a very good uptime record (we were going on about 2 years plus with no hickups), however it seems this couldn't last forever, so I'll take that 15 minutes and be happy! Sorry for the trouble, however everything should be back to normal. Thank you
  20. test
  21. test test4
  22. If posting a new topic is slow, no other issues or problems, give this a try to clear a bugged up autosave. delete from core_editor_autosave;
×
×
  • Create New...