Jump to content

Randy Calvert

Clients
  • Posts

    3,946
  • Joined

  • Last visited

  • Days Won

    78

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Randy Calvert

  1. Nope. Name it whatever you want. Once it’s created, you’ll choose if it’s the default theme for users. You’ll also choose if only certain groups can use that theme.
  2. Make sure you have that original HTTP -> HTTPS redirect removed in htaccess. You don't want to do it there as it CAN cause the problem you described in the right circumstances. (Especially if you have things like HSTS enabled already.) Good luck! 🙂
  3. The only way to get a copy of a clean guaranteed unmodified default theme is to create one. (Choose the manual mode one based on what you described.) Once you create it, you don’t have to assign it to users. You can look through it as you see fit.
  4. It could be potentially done as a 3rd party resource, but the author could not sell it in the marketplace as they're TYPICALLY not allowed to add resources for things removed from the software. It would have to be a true "one-off" development effort.
  5. The software itself will use whatever URL is specified in your conf_global.php file. If it has https in it, https will be used. I would suggest you look at your .htaccess file and see if you have anything in it that is doing a redirect. You might also need to look at any 3rd party resources you have installed to see if any of them are introducing any sort of unintended redirects that are not in the base software itself or interfering with the base software.
  6. ACP > Customization > Appearance > Themes Click on the green "Create New" button. There is also a help guide for this that you can find at:
  7. You can purchase it from the IPS Client Area - https://invisioncommunity.com/clientarea/ There is a guide that explains how to make the purchase and then how to install it at: If you run into problems or have questions, feel free to ask. Folks in the community are happy to help. 🙂
  8. It’s part of the Commerce application. Check out the following within the IPS guides on how to set it up:
  9. Marc has multiple versions of himself that works 7x24! 😄
  10. This could also be an issue with the AWS S3 bucket’s permissions/settings. It might be worth looking into if the file actually exists in the bucket and if permissions are correct. (That’s something you would have to do outside of the IPB software.)
  11. Add a default theme and switch yourself to use it. Then try to replicate the problem. That will help you figure out if it’s a theme issue. Also temporarily turn off all third party resources (applications and plugins). Does it still occur then?
  12. When you select "All Files", below it is option to allow only specific file extension. Just start typing in the extension (such as PNG) and it will auto-suggest for you.
  13. Or use the official English version to start your own translation. 🙂
  14. You would have had to move from php7 to php8 to be upgraded. I would highly look at optimizing your PHP as it’s likely not designed for high performance with an out of the box setup. If you’re running php-fpm, it has its own config that needs optimizing. That was a lesson I learned the hard way more than a year back.
  15. Considering you can’t get any sort of security updates for PHP7, I would find a different host… period. There are zero legitimate reasons they could not have updated in the last year.
  16. I believe you're looking for the following within the theme code: forums > front > topics > postContainer
  17. That's something you'll need to have your hosting company install. 🙂 https://www.php.net/manual/en/gmp.installation.php
  18. In the forums, a user gets a quota that is applied to the entire account (it’s set based on their user group). Whatever that value is… they can have files up to that size. For example, if that quota is 10MB… it could literally be 1x10MB file or 20x0.5MB files. There is no way to set an upload limit per file within the forums. The limit is based on the user’s total limit.
  19. Ahhhh. It sounds like you may be running into this: A staff member will need to help as I don’t see where the unblock has been added to yet.
  20. That means your server’s PHP8 is not working correctly. You’ll need to work with your hosting provider. PHP is most likely not compiled correctly. If that script cannot run, it is absolutely a server problem.
  21. See my edited post about the compatibility checker. I added a note that got merged while you were replying. Does that new file when you run it show everything as green?
  22. You would have needed to know already without looking through source code. If you have not updated in a while, it’s very possible you’re on an older version that does not support PHP8. Let’s try a manual upgrade… - Delete that constants.php file if you have not already. - Login to the client area on this site and download a copy of the latest version of the software (4.7.7). - Upload the files to your website. - Visit domain.com/admin/upgrade That should upgrade you to the latest version. Also have you checked if you version of PHP8 has all of the required modules? If anything is not green, you will need to address it.
  23. What version of IPB are you running?
  24. Create one with the only code in it being what is shown: <?php define('RECOVERY_MODE',True); It should exactly be named and uploaded as: constants.php Once it’s uploaded, open a new browser and login to ACP. You’ll see a message about things being disabled. Once done, you’ll hopefully be in ACP with a message saying turn recovery mode off. Simply delete that file to do that. Then you’ll just need to figure out which third party resource is breaking your site by turning them on one by one till the site breaks again. Rinse and repeat. 🙂
×
×
  • Create New...