Jump to content

Miss_B

Clients
  • Posts

    1,474
  • Joined

  • Days Won

    4

 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 Miss_B

  1. Can you check the server error logs and post here the most recent messages logged in there? Also, what was the latest change done to the forum prior to this happening?
  2. You can reset the admin password very easily either from the frgot password link or through the database.
  3. The best way imo is to do a whole upgrade rather than parts and bits. When you say admin center, do you mean your forum's admin panel or your host's?
  4. Is that custom theme compatible with your forum version? if not it needs to be upgraded or uninstalled.
  5. That will require a custom app.
  6. It looks like Pages app is not included in your hosting plan by looking at the screenshot.
  7. I've developed a mod that will log and records all guests visits and the admin can look at the app's settinsg what guests viewed, when they viewed it and the ip addresses used by guests. You can pm me if you are interested in having the app.
  8. Are there any other messages being logged at the System Logs page? If you can't get to it from the Admin Panel you can view the messages at its table in the database. What was the latest change done to the forum prior to this happening?
  9. One thing that I wanted to add is to make a backup of the database beforehand.
  10. Additionally it's best security wise to not post out in the open the names of the database and its user.
  11. I have developed an app that will do just that. https://www.yourforumservices.com/index.php?/topic/23-modcp-validating-members-management/#comment-23
  12. You don't need to remove the database, otherwise you can't import the backup. Another thing to make sure is that your server meets all the requirements for the latest Ipb version.
  13. If you wan to upgrade to the latest version, you don't need the older version. You can upgrade without it. To do so, first install the latest Ipb version, import the database backup and then as last step run the upgrader to bring the database up to date with the latest version. I have done quite several such upgrades and each time without any issues. Hope it helps.
  14. It looks like this could be a bug.
  15. What is your forum version and what was the latest change done to the forum prior to this happening?
  16. Where did you read that if I may ask? A.f.a.i.k. v5 will be available to everyone, regardless if they are using the cloud or another host.
  17. You can upgrade directly. The best way to go about this imo is to first disable/uninstall all third party apps/themes as most likely they will need to be upgraded too to be compatible with php 8.x. Then make a full backup of the database and forum files. Upgrade php to version 8.1. and then proceed with upgrading the forum.
  18. Are there any detailed error messages logged in at the System Logs page in the Admin Panel?
  19. This error indicates a php version incompatibility. It can come from one of third party apps. #[\ReturnTypeWillChange] is a new attribute introduced in PHP 8.1, which signals that a mismatching tentative return type should not emit a deprecation notice. PHP versions prior to 8.0 parses the attribute syntax as a code comment, and does not cause any syntax errors. Adding #[\ReturnTypeWillChange] attribute to a class method does not cause any issues, but omits the deprecation notice in PHP 8.1. If the overwrite of the files will not fix the error, can you try to disable all third party stuff that you might have instaleld and give the upgrader another go?
  20. Have a look at the Providers Directory. https://invisioncommunity.com/third-party/providers-directory/
  21. In that case you will have to delete all the database stuff added by third party apps and hooks manually. Make sure to make a backup of the database beforehand though.
  22. Can you run the following sql query at the SQL box of the phpmyadmin for the database that you have used to install your Ipb forum? SELECT * FROM `core_spam_service_log` WHERE ip_address = 'xyzetc'; This query will check if your real ip address has been marked as spam. I also don't think that your ip is banned based on the error message you posted, but to make real sure you can run this query. SELECT * FROM `core_banfilters` WHERE ban_content = 'xyzetc'; Replace xyzetc with your actual ip address in both queries. That is if you have a static ip. And if you are using a custom prefix for your database tables append it to the table names in the above queries.
  23. What apps do you have installed? Did this start to happen immediately after using the VPN or was there some other change done to the forum? I am using VPN as well and I can't reproduce this. WHat are the following settings set to in your Acp? Trust IP addresses provided by proxies? Check IP address when validating session? Restrict Referrer Policy They all can be found under the Server Configuration area. One more question, is there any detailed error message logged in the SYstem Logs page pertaining to this?
×
×
  • Create New...