Jump to content

sadams101

Clients
  • Posts

    778
  • 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 sadams101

  1. Another clue to this--the issue began to be recorded in Google Search Console on 7/28/23, and in my notes for my site: 7/21/2023 - Upgraded from Invision Community v4.7.11 to Invision Community v4.7.12. Something in that upgrade caused these links to break.
  2. Here is a page from 2016 (my settings archive posts 5 years or older), and each quoted post on the page has the same problem. Again, only archived posts have this issue, not unarchved posts: https://www.celiac.com/forums/topic/119723-6-month-update-still-broken/ I noticed that your site's archived posts do not include the link in the upper right corner...is this a modification? Should my site not have such links in archived posts?
  3. I have found that for all of my site's archived posts, which is ~90% of my site's content, that the link to the original post (that appears on the upper-right corner of the quoted post), throws a 404 not found error. This does not happen to the same links in non-archived posts, just in the archived ones. More info on the error code: Error code: 2S226/3 try { $commentClass = $class::$commentClass; $comment = $commentClass::load( \IPS\Request::i()->content_commentid ); $item = $comment->item(); } catch( \OutOfRangeException $ex ) { \IPS\Output::i()->error( 'node_error', '2S226/3', 404, '' ); } and an example is the quote in this post: https://www.celiac.com/forums/topic/105911-for-celiacs-with-joint-pain/#comment-902358 The link at the upper-right corner of the quoted post there is this one: https://www.celiac.com/?app=core&module=system&controller=content&do=find&content_class=forums_Topic&content_id=105911&content_commentid=902357 which throws the 404 not found error, as do all links like this in all of the quoted posts that are archived. There are several other quoted posts on the same page to test. On my test site I've tried disabling all custom plugins and applications, and the problem persists. Any ideas?
  4. Bing Webmaster Tools has warned me that my site is missing meta tags like name="description" (and possibly others) on my forum threads that have more than one page...so on page 2, page 3, etc. Why are these tags missing on those pages? For example: Full meta tags: https://www.celiac.com/forums/topic/158669-not-celiacright/ Page 2 is missing meta tags: https://www.celiac.com/forums/topic/158669-not-celiacright/page/2/
  5. Thank you for the reply. I took a look there and it does not indicate that it supports 4.7. Is it compatible? Also, does this allow you to use an SVG logo?
  6. Just to clarify, this doesn't seem to be classified as a page speed issue, and is classified by the test under "Best Practices," but seems to wight around 8 points on their scale.
  7. Now that the MarketPlace is closing will you update this plugin and offer it directly?
  8. So we are now over 3 years after this thread was started, and the Unload Listener issue is still present in IPB with penalties on PageSpeed Insights. Is there any plan to fix this issue?
  9. I had to shut off guest commenting on my articles do to this issue...it was causing a huge delay on very single article page. Is there a reason that Captcha needs to load first on every single page when guest posting is allowed? Since only 1/200 people post a comment on my articles that is 199 times Captcha did not need to load at all. Why not only load Captcha when people click on the comment field?
  10. For certain reasons I need to uninstall python36 on my server. before doing so I just want to make sure that IPS does not require it. Please let me know.
  11. The issue I had with upgrading was due to how I created my test site. I was able to finally upgrade and Enhanced Forum Views did not cause any issues.
  12. I recall a line of code that one could add to our constants.php file which would stop all board emails from being send out...does this still work, and if so, what is that line?
  13. I am getting the following database error when I tried to update my site from 4.7.12 to 4.7.13: Error: Class "IPS\Theme\hook1579_tmp" not found (0) #0 /home/mysite/public_html/system/Theme/Theme.php(845): IPS\_Theme->compileTemplates('forums', 'front', 'topics') #1 /home/mysite/public_html/applications/forums/modules/front/forums/topic.php(611): IPS\_Theme->getTemplate('topics') #2 /home/mysite/public_html/system/Dispatcher/Controller.php(118): IPS\forums\modules\front\forums\_topic->manage() #3 /home/mysite/public_html/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #4 /home/mysite/public_html/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute() #5 /home/mysite/public_html/system/Dispatcher/Dispatcher.php(153): IPS\forums\modules\front\forums\_topic->execute() #6 /home/mysite/public_html/index.php(13): IPS\_Dispatcher->run() #7 {main} Has anyone else had this issue? When I research the error more it is tied to Enhanced Forum Views. Is it compatible with 4.7.13?
  14. I am currently having an issue with a bot that is creating 100's of accounts. It seems like there may be an issue with my Captcha, as it's not appearing (to me at least) on the create account page: https://www.celiac.com/register/ Currently I'm blocking IP's and adding more complex Question & Answer Challenges, which does appear to be working on my register page. Does anyone else have this issue, or have dealt with it in the past? The bot seems to be spoofing or quickly changing IP's, so using the IP block is like playing whack a mole...one I block a range they appear from another range.
  15. This URL was flagged: https://www.celiac.com/forums/topic/157933-mayonnaise/
  16. I am receiving notifications from Google that threads which are marked Solved in my forum have validation errors: Is there a plan to fix this issue?
  17. I use Facebook login and now see this warning from Facebook: I'm just wondering if any changes need to be made to keep this working?
  18. I will relay this to the tech contact for that scanner and let you know if they can justify why they are flagging this.
  19. In the ACP under Web App you can add a Safari mask icon. The issue seems to be how the header tag for it is formatted: <link rel="mask-icon" href="https://www.mysite.com/uploads/monthly_2023_07/SAFARI-MASK-LOGO-NEW.svg" color="#ffffff"> should be: <link rel="icon" type="image/svg+xml" href="https://www.mysite.com/uploads/monthly_2023_07/SAFARI-MASK-LOGO-NEW.svg" color="#ffffff">
  20. After failing tests at https://www.validbot.com/ for my site's SVG icon I had an exchange with a tech person there who said: In the standard ISP version it has: rel="mask-icon" but it should be rel="mask" and this is missing: type="image/svg+xml"
  21. I am having the same issue, and I am the server admin. I have tried turning off all server security, including mod security and my content security policy, yet it still happens. It seems to have started a couple of updates ago. The error I see in my web console is: "Error with Permissions-Policy header: Unrecognized feature: 'ch-ua-form-factor'." Any ideas?
  22. Is the spam issue from registered users who are spamming via the PM system to other registered users? Is it spam via the Contact Us form? Sorry, but could you please clarify?
  23. Is the latest security update for 4.7.11.1 needed if I am still running 4.7.10?
  24. I was wondering if this is how the events should look after setting them up? For example, here are Google's field names on the left, and on the right my input: Custom event name = content_area Parameter = content_area Operator = equals Value = Area of the content
  25. I received an email from Twitter with the above mentioned subject which said: This is referencing my Twitter login app via the IPB's Login & Registration area in the ACP, which still seems to work. The email appears to be legitimate, and it came directly from an IP address owned by Twitter, so I'm not really sure what it means at this point. Did anyone else get this? Any ideas?
×
×
  • Create New...