Jump to content

Recommended Posts

Posted

It is possible that they are using a CDN out of the data center Wasabi is in Northern Virginia.  Those are the same errors I am getting with my CSS and JS being served out of there.  If whitelisting doesn't work, you may need to remove it to continue the upgrade or wait until the CDN issue is resolved.  I imagine a good number of websites are experiencing issues right now.

Posted (edited)

Okay, they whitelisted me, but now I'm getting a brand new error (the files are on the server; what should their permissions be?):

2024-05-30_16-09-20.jpg

 

Edited by mr_hopp
Posted
Just now, mr_hopp said:

Okay, they whitelisted me, but now I'm getting a brand new error:

2024-05-30_16-09-20.jpg

 

Would need to ensure that all those files are uploaded correctly to the server. You can download the full file set from the Client Area and overwrite those on your server.

Posted (edited)

I checked all 3 of those files and they are uploaded correctly on my server. What should their permissions be? Currently they are 0644.

Edited by mr_hopp
Posted
Just now, mr_hopp said:

They are uploaded correctly on my server. What should their permissions be? Currently they are 0644.

Would ensure that they are by re-uploading and ensure they are not erroring out. We cannot tell you what the permission should be as that really depends on the server. However, common configuration is 644. You would also want to contact your hosting provider to ensure the file is owned by the correct user/group

Posted
4 minutes ago, mr_hopp said:

I downloaded the current stable release, but am getting an error message when I try to open the zip:

2024-05-30_16-17-31.jpg

 

You would want to try again and ensure that you have a system which can unzip zip folder.

Posted (edited)

I do have a system that can unzip a zip folder. I do it all the time. I just now unzipped another file that's on my system as a test. But for some reason, this Invision zip file won't unzip for me. Is the complete zip file only 14.1mb?

Edited by mr_hopp
Posted
5 minutes ago, mr_hopp said:

I do have a system that can unzip a zip folder. I do it all the time. I just now unzipped another file that's on my system as a test. But for some reason, this Invision zip file won't unzip for me. Is the complete zip file only 14.1mb?

Depending on the applications you have it will be around there, yes. I am not having any issues extracting the zip file in the client area. Please ensure you are awaiting for the full file to download before attempting.

Posted (edited)

I restarted my computer, then the zip file unzipped correctly, so don't know what happened there! 

I updated all 3 of those files in the screenshot I gave you earlier, and now when I try to reaccess the upgrade screen, I get a 403 error (and I get the same screen when I try to access the public version of the website here https://forums.herpesopportunity.com ... should I roll back to yesterday's backup of the forum and try again?

Forbidden

You don't have permission to access this resource.

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Edited by mr_hopp
Posted

403 Forbidden is error coming from your server, not the software. If you did not upload the files in the correct spot something may be off, unfortunately, it is not something we can provide support on. If you are unsure how to upload files, please contact your hosting provider to ensure they overwrite their existing counterparts on your server.

Posted

I uploaded all 3 files in the correct spots and overwrote those 3 files, so I'll see what happens if I roll back to this morning's website backup. 

  • Solution
Posted

Okay, whew! I was able to restore from backup, but then all the forum posts were linking to broken pages, so I was able to reconfigure the rewrite rules in the htaccess file like so, which fixed the issue:

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . index.php [L]
</IfModule>

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...