Jump to content
This topic contains 52 posts. A summary containing the most significant posts is available

Featured Replies

Posted

 

If you are sure the files have been uploaded correctly, make sure the permissions are set correctly on them.

/var/www/vhosts/mysite.com/httpdocs/applications/forums/sources/Topic/Topic.php
/var/www/vhosts/mysite.com/httpdocs/system/Node/DelayedCount.php

 

Hello i see this error after upgraded to latest version. I've bien downloaded and uploded 2 times this files also but still same error. 

Controlled also permissions (644)...

Any solution?

 

 

Edited by Feneroin

  • Replies 51
  • Views 1.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • This type of warning/update should be clearly branded that it is from Invision as an unscheduled urgent update/patch. Slip streaming files into a production release without clear source branding

  • Andreas Grace
    Andreas Grace

    I also had the warning and ended up downloading and replacing the files. Not the best way to do it, first of all it raises an unnecessary red flag that you've been hacked, wasting time.

  • Its certainly something we would usually try to avoid. So this certainly isnt something we would see as being the norm

Posted Images

  • Author

and before i've been seen this message and i've clicked on 'Continue'. So maybe Ftp software don't see the new files? 🤦🏽

 

Modified Files
The following files have been modified. By continuing, the changes made will be lost.

/var/www/vhosts/netobur.com/httpdocs/applications/forums/sources/Topic/Topic.php
/var/www/vhosts/netobur.com/httpdocs/system/Node/DelayedCount.php

 

Same issue when trying to install the new patch

 

  • Author
 

Same issue when trying to install the new patch

 

And we're not alone.

Really bizarre

 

And we're not alone.

Really bizarre

Have you tried to download the latest version available and overwrite all the files?
I'm doing that right now and I hope it fixes the situation. 

Seems like the patch was a trap 🫣

 

Have you tried to download the latest version available and overwrite all the files?
I'm doing that right now and I hope it fixes the situation. 

Seems like the patch was a trap 🫣

Downloaded the latest version from client side and still the same error comes.

  • Author

Yeah @NerdCore i've downloaded all latest files ans uploaded it. Forum don't work...

Any solution/patch @Matt @Marc ?

Or a server/download issue?

Edited by Feneroin

  • Management

You can safely ignore this. We will sort it from our end. 

  • Author
 

You can safely ignore this. We will sort it from our end. 

I can't pass next step until i can resolve this problem.

See my screenshot:

Could contain: Page, Text, Advertisement

  • Community Expert

For now, please add the following to a constants.php file

<?php
define( 'UPGRADE_MD5_CHECK', true );

This will allow you to continue through

IMPORTANT: Please ensure you remove this once you have upgraded

  • Author
 

For now, please add the following to a constants.php file

<?php
define( 'UPGRADE_MD5_CHECK', true );

This will allow you to continue through

IMPORTANT: Please ensure you remove this once you have upgraded

Still same error and forum don't open

  • Author
 

Sorry, switch that to false

Thanks, it work now. 

Ouf that was not easy for me.

  • Community Expert

Glad to hear you got yourself upgraded

I have the same issue, where can I find the constants.php file? 

  • Author
 

I have the same issue, where can I find the constants.php file? 

in the main path where the index is...

 

in the main path where the index is...

I am still struggling...I am looking in the directory where the conf_global.php is yes? 

 

  • Author
 

I am still struggling...I am looking in the directory where the conf_global.php is yes? 

 

Exactly

 

Exactly

No file in there? 

 Could contain: Page, Text, Chart, Plot

  • Community Expert

Not everyone will have a constants.php. You will need to create it if you do not have one.

You can reference this for assistance:

 

 

Not everyone will have a constants.php. You will need to create it if you do not have one.

You can reference this for assistance:

 

Ok I will give that a go thank you. What permissions 0644? 

  • Community Expert
 

Ok I will give that a go thank you. What permissions 0644? 

It just needs to be readable so whatever that is required on your server. Typically, it is 644.

Parse error: syntax error, unexpected identifier "php" in /home/heresxhx/public_html/constants.php on line 12

This is my new file, can one of you nice people please show me what is wrong, that would really be appreciated 

 

<?php

\define('THE_CONSTANT_YOU_ARE_ADDING','ValueOfConstantHere');

\define( 'UPGRADE_MD5_CHECK', false );

 

I have also tried 

 

<?php

\define('UPGRADE_MD5_CHECK', false ');

 

I have also tried 

 

<?php

\define('UPGRADE_MD5_CHECK', false ');

Any help @Marc or @Jim M would be appreciated as I cannoot progress with the patch supplied

  • Community Expert
 

<?php

\define('UPGRADE_MD5_CHECK', false ');

This is what you would want:

 

<?php

\define('UPGRADE_MD5_CHECK', false);

 

Recently Browsing 0

  • No registered users viewing this page.