Jump to content

Chris027

Clients
  • Posts

    702
  • Joined

  • Last visited

  • Days Won

    2

 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 Chris027

  1. I have this same issue. I uploaded the .htaccess file (although I don't use apache), but nothing changes. #3C414/1 Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the REST & OAuth page to learn more and fix this issue. Zapier needs to use the REST API to communicate with your community, but there is currently an issue with your REST API setup. Visit the <a href='THIS LINK>REST & OAuth</a> page to learn more and fix this issue.
  2. I have some errors in the system log related to Bookmarks. SELECT COUNT(*) as cnt FROM `bookmark_items` WHERE member_id=25654 AND app IN('core','cms','blog','downloads','nexus','gallery','forums','convert','bookmark','autowelcome','classifieds','clubsenhancements','ignoretopics','memberscountry','neappcontactus') AND ( visibility_type=1 OR ( visibility_type=2 and member_id=) ) IPS\Db\Exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') )' at line 1 (1064) #0 /mysite/system/Db/Select.php(388): IPS\_Db->preparedQuery() #1 /mysite/system/Db/Select.php(446): IPS\Db\_Select->runQuery() #2 /mysite/system/Db/Select.php(370): IPS\Db\_Select->rewind() #3 /mysite/applications/bookmark/sources/Bookmark/Table.php(111): IPS\Db\_Select->first() #4 /mysite/system/Helpers/Table/Table.php(494): IPS\bookmark\Bookmark\_Table->getRows() #5 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #6 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #7 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #8 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #9 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #10 /mysite/index.php(13): IPS\_Dispatcher->run() #11 {main} BACKTRACE #0 /mysite/init.php(1029): IPS\_Log::log() #1 /mysite/system/Helpers/Table/Table.php(574): IPS\IPS::exceptionHandler() #2 /mysite/applications/bookmark/extensions/core/Profile/Bookmarks.php(69): IPS\Helpers\Table\_Table->__toString() #3 /mysite/applications/core/modules/front/members/profile.php(353): IPS\bookmark\extensions\core\Profile\_Bookmarks->render() #4 /mysite/system/Dispatcher/Controller.php(118): IPS\core\modules\front\members\_profile->manage() #5 /mysite/applications/core/modules/front/members/profile.php(81): IPS\Dispatcher\_Controller->execute() #6 /mysite/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\members\_profile->execute() #7 /mysite/index.php(13): IPS\_Dispatcher->run() #8 {main} Looks like I can reproduce it by visiting the following URL as a guest - /profile/user-username/?tab=node_bookmark_Bookmarks
  3. Yeah, it would be rare for something to remain unchanged for 4 years. Since it has been disabled, all it good.
  4. Just disabled Cloudflare’s Mirage setting, we’ll see if it helps. The setting has been enabled for 4 years without issue.
  5. The images in quotes are no longer showing. https://audiophilestyle.com/forums/topic/7577-album-of-the-evening/?do=findComment&comment=1223637
  6. I certainly here you, but YouTube’s goal is to get more eyeballs and keep them watching as many minutes as possible. They have buildings full of PhDs with unlimited computing power, working to accomplish that goal. YouTube payouts are pennies compared to what we can make by working directly with companies who want to advertise. I’ve been to Google. Spent the day talking with them. It was appalling. Despite what the company says, it has zero respect for content created by any of us. The company will do whatever it can to use our content to increase the benefit for its shareholders.
  7. I support IPS avoiding YouTube, and enabling us to keep the content we create, on our own communities. I'm not a fan of giving YouTube free content to monitize and pull eyeballs away from our communities, using our content.
  8. It's a bunch of old links in articles that point to stuff like audio.xxxxxxxxx.tld that used to be hosted in S3 years ago. Now it's all local at xxxxxxxxxx.tld/s3/audio. Nginx redirects work great rather than tracking down all the links and changing them.
  9. I'm redirecting from a sub-domain. I used to hose stuff on S3 (images.xxxxxxxxxxx.tld, audio.xxxxxxxxxx.tld, etc...). I moved it all local and just use redirects so all the old links still work. I already do these. But I want to know how to do it if I move to the cloud.
  10. Those won't work for sub-domain redirects though will they? I have several in my nginx.conf files.
  11. it's possible to do via Cloudflare, but with so many redirects it would get expensive.
  12. So cloud hosting is much more expensive and requires external email and external elasticsearch. Oh fun, can't wait.
  13. So anyone concerned about branding is out of luck, as all email appears to come from invisioncommunity?
  14. Was just looking into R2 tonight. Would love to use it over Amazon S3.
  15. I’m trying to squeeze every ounce of performance out of my new server, and ran into this article. It suggest load balancing php-fpm by creating a second .sock / instance. Has anyone done this or does anyone have an opinion on this? performance tuning nginx and php-fpm “We created a second .sock2 file, /run/php/php7.2-fpm.sock2, which does not exist by default. We added the upstream parameter and referenced the .sock files in the site’s Nginx config: We then changed the existing fastcgi_pass value to reference backend. Next we added a second pool to /etc/php/7.2/fpm/pool.d replacing [www] with: and
  16. I made changes to the mysqld options in the conf file. The “best” values for these will be different for everyone. innodb_buffer_pool_size innodb_log_buffer_size innodb_file_per_table innodb_open_files innodb_io_capacity innodb_flush_method Key_buffer_size max_allowed_packet thread_cache_size max_connections Connect_timeout wait_timeout sort_buffer_size bulk_insert_buffer_size tmp_table_size max_heap_table_size query_cache_type query_cache_limit query_cache_min_res_unit query_cache_size
  17. Live Topics sounds amazing, and like something I’ve wanted forever. Continuing the conversation after live is great, but also keeping the live conversation searchable for other to learn from, is huge. Question: Given the additional technologies used for Live Topics, will this be a Cloud only thing? I really hope not. That would be a bridge too far toward pushing people to the Cloud rather than letting us decide what works best for our communities.
  18. Hi @Marc Stridgen you nailed it. I just tuned mysql and now notifications is super quick. Thank you!
  19. I will add the new AdminCP info shortly in the client area then let you guys know when it’s updated.
  20. OK, thanks. Nothing recommended in Support area. I will work on MySQL.
  21. Elastic runs on the new server too. Both web and elastic on same server, just like me previous setup. It worked great for me previously. New server is much more powerful and same amount of RAM.
  22. I moved to a new server and see this error whenever I rebuild the search index. I've cleared cache of course. The only time this error appears is when I rebuild the elasticsearch index. And, it's like 129 pages of this error. I'm using Elasticsearch version 7.17.7 OutOfRangeException::0 BACKTRACE #0 /.../system/Content/Comment.php(562): IPS\Patterns\_ActiveRecord::load() #1 /.../applications/forums/sources/Topic/Post.php(580): IPS\Content\_Comment->item() #2 /.../applications/core/extensions/core/Queue/RebuildSearchIndex.php(167): IPS\forums\Topic\_Post->isFutureDate() #3 /.../system/Task/Task.php(47): IPS\core\extensions\core\Queue\_RebuildSearchIndex->run() #4 /.../applications/core/modules/admin/system/background.php(87): IPS\_Task::runQueue() #5 /.../system/Helpers/MultipleRedirect/MultipleRedirect.php(93): IPS\core\modules\admin\system\_background->IPS\core\modules\admin\system\{closure}() #6 /.../applications/core/modules/admin/system/background.php(138): IPS\Helpers\_MultipleRedirect->__construct() #7 /.../system/Dispatcher/Controller.php(107): IPS\core\modules\admin\system\_background->process() #8 /.../applications/core/modules/admin/system/background.php(42): IPS\Dispatcher\_Controller->execute() #9 /.../system/Dispatcher/Dispatcher.php(153): IPS\core\modules\admin\system\_background->execute() #10 /.../admin/index.php(13): IPS\_Dispatcher->run() #11 {main}
×
×
  • Create New...