Jump to content

Stuart Silvester

Invision Community Team
  • Posts

    3,633
  • Joined

  • Last visited

  • Days Won

    27

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Stuart Silvester

  1. 2 minutes ago, Grant_B said:

    I do now and the issue goes away.

    With it enabled the fault occurs - it doesn’t think the user is logged in when starting a new session (browser closed / opened or session expired) - on the second visit of the new session it does log the user in so the cookies are working it’s just the first visit shows then logged out.

    Perfect, thank you for the follow up. Do you use a CDN such as Cloudfront or Cloudflare(that will cache pages based on the cache-control headers)?

    I've made some notes and will further test this.

  2. 13 minutes ago, Wayne B said:

    So it works fine on php 7.4 on the old server - migrate it to the new one as 7.4 as well and the error is reported. All login details and database details are present and correct. 

    I dont understand it.

    Wayne

    Right, but you have uploaded the files for 4.7.11, so now you must use PHP 8.0 or 8.1.

    For some reason your server doesn't appear to be using PHP 8 when loading Invision Community, it would be worth talking to your web host about that. Additionally, it might be worth making sure that your domain name is loading content from your new server and not your old one.

  3. 7 minutes ago, Wayne B said:

    mysqli PHP extension is installed. What else could be causing this error;

    Fatal error: Uncaught mysqli_sql_exception: No such file or directory in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php:327 Stack trace: #0 /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php(327): mysqli->__construct('localhost', 'polcom_aduser', Object(SensitiveParameterValue), 'polcom_livesite', NULL, NULL) #1 {main} thrown in /home/sites/3b/f/fd794f5001/public_html/board/upload/ips4_old.php on line 327

     

    Well, it's two fold really.

    The MySQLi exception is being thrown because whilst it's connecting to your MySQL server, it cannot use the database you're connecting to (check the details in conf_global.php are correct).

    Newer versions of PHP throw an exception instead of an error here, I have just published an update to ips4.php to disable these exceptions.

  4. 1 hour ago, Como said:

    And what about quote headers? For migrated content, they appear to not link back to the origin post. Is that taken care of too once we have migrated to Cloud?

    Quote headers will not link to the original content following a conversion, that isn't something our SMF Converter has support for.

    1 hour ago, Como said:

    And does this work for user IDs too. Because, I note, old user IDs do not match new, post migration.

    Yes, User URLs will redirect.

×
×
  • Create New...