Jump to content

CheersnGears

Clients
  • Posts

    2,196
  • Joined

  • Last visited

  • Days Won

    7

 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 CheersnGears

  1. I'm having the same issue as the above two posts.
  2. Also, sorting by date disabled doesn't work properly. I haven't quite figured out the pattern of what it is doing. But it doesn't seem to be in any particular order.
  3. When I go to manually unblock a member I'm getting 2S119/1 The CSRF protection key did not match. This may indicate a plugin or theme is out of date. Please contact technical support for more information.
  4. Is there something I need to enable? It doesn't seem to be working for me. It only seems to work if you copy the link from the website. There needs to be an embed enabled for people using the Share Link option from the app. There is a different URL structure.
  5. Have we found a way to embed the tiktok videos from the share link button in the tiktok app yet?
  6. You really need to know what ran out of memory... was it Apache? PHP? SQL? It's possible your SQL resources are too low and causing a drag on performance. If your host is managing this, more than likely they have your resources set pretty low so they can oversell your server. It's mostly a thing of the past, but it is still possible for Apache to go and eat up all of your memory if you have high traffic.... if the maximum amount of memory Apache plus the maximum amount of memory SQL are configured to use is greater than the amount of memory available, then you're setting yourself up for a crash. My first instinct would be to look at SQL... but you may not have that level of access depending on who you host through.
  7. You should probably consider switching to innodb, but yes it would alter those also.
  8. Hi, does this change require a specific server I am told shared server cannot support this change, thanks It should work on any server you have ssh access to, shared or not. You specify the database name in the file so it will only alter tables in that database and it will only all you to make changes if you have the username and password for your database ( which you must have to run IPS in the first place) tl/dr yes it will work on shared server as long as you can run the script.
  9. It changes everything to dynamic, which is the latest default for Barracuda anyway. If your other CMS can handle dynamic, there shouldn't be any harm in allowing those rows to go dynamic.
  10. I only wrote it a couple hours ago, so I don't think anyone else has had a chance to try it. But it ran on my site with no issues.
  11. For those of you who have SSH access, I've created a bash script. You'll need your database name, database user, and database password. Unzip this file, edit the file to replace the database name (without quotes), username (with quotes) and password (with quotes) Upload it to a directory and run ./compact2dynamic.sh delete the file when it is finished. Some tables will take a significant amount of time to complete. My Search Index table took 20 minutes. After it is complete, run an Optimize Table on all tables (I use phpMyAdmin for this) and all should be well. This script worked just fine on my setup and removed the warning in the control panel about the compact row types. As always Caviar Empty... or whatever. compact2dynamic.zip
  12. Perfect timing! I'll go update. Edit: Wait, no. I want something that will run a query to alter the table, not just tell me I have tables that need to be altered.
  13. Some sort of script that will search out all tables with compact rows and alter the row would be nice.
  14. Good morning, has this gained 4.5 compatibility yet?
  15. Thanks. I just print out my applications list and make sure updates are available for everything on the list before I do an IPS upgrade.
  16. Is there a timeline for a 4.5 release?
  17. Will this need to be updated for 4.5?
  18. You need to get accepted into Google News Publishing first. I HIGHLY recommend researching everything you need to do to get accepted before you submit your site to them. Probably a good idea to read this forum first. https://support.google.com/news/publisher-center/threads?hl=en&thread_filter=(category:inclusion_advice)
  19. There is scheduling of posts in Pages. I use it all the time.
  20. Oh, so you can't reply to a reply?
  21. I notice it doesn't seem to be consistently there.
  22. Wishlist for future versions: Something to click on that takes you directly to the post shown in the stream. If I click on the topic name, it takes me to the beginning of the topic... on an 8,000 page topic, that isn't useful. The ability to reply to a topic directly in Social Stream like I can with Status updates.
×
×
  • Create New...