Jump to content

Miss_B

Members
  • Posts

    1,484
  • 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. 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.
  2. 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.
  3. Are there any detailed error messages logged in at the System Logs page in the Admin Panel?
  4. 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?
  5. Have a look at the Providers Directory. https://invisioncommunity.com/third-party/providers-directory/
  6. 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.
  7. 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.
  8. 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?
  9. What are the precise errors? As mentioned above, ini_set is not Ipb related, but server related. It is used to display errors in php. I've seen before that ini_set() fails and returns a false value when trying to set a setting that was set inside php.ini in some hosts configuration settings. Maybe this is the case here?
  10. The best way to go about it imo is to install a new wordpress at a test folder/subdomain using a new database and then compare its tables with the ones from the database that you have used to install your Ipb and wp and omit those tables when you backup the current database so you can restore it at the new database with only the Ipb tables. Or as mentioned above you can move the database as whole to a new database and after connecting it to the Ipb forum, delete all the wp tables from it. Either method will work. I suggested the wp tables as a comperasion because wp has less database tables than Ipb and it will reduce your workload.
  11. The reason I mentioned it is if you wanted to bridge both scripts so when someone registers at your forum it is registered automatically at the WP as well and vice versa, or if you want your forum recent posts/topics to show up automatically at the wp. i.e. stuff like that.
  12. It's not an issue per se. If you are planning to make an integration of the Wordpress with your Ipb forum in the future it's better to have both databases in the same place. To move the Ipb forum's database to a new/different database simply follow @DawPi's advice and you should be set.
  13. Can you check the database for the chart_timescale field to see if it is present in the core_saved_charts table? Because the error messages inidicates that it's missing.
  14. I would strongly advice against doing that. And the upgrader still needs to run in order to bring the database up to date to match the forum files. Can you check your server error logs and see if there are any errors logged there recently pertaining to the issue at hand?
  15. With all due respect, you don't need to be a programmer for that. Couldn't agree more. Did you ask a presale question before you purchased your cloud plan and didn't get an answer? That's perfectly understandable.
  16. I am sorry but I don't see any lack of service on Ips part. As posted above, you did select/choose the cloud plan that you purchased yourself. How is that Ips fault?
  17. I don't think that Ipb 4.1. is compatible with php 8.x. As mentioned by @DawPi above, if you have a lot of custom apps and/or themes installed, most likely they will not be compatible with php 8 either. You will have to either upgrade them first as adviced above to be php 8 compatible and then upgrade your forum, or you should uninstall them before you upgrade your forum and upgrade them afterwards,
  18. Is this on a newly installed forum or an existing one? If the latter, do you remember the latest change done to the forum prior to this? If you go to the Systems Log page at your admin panel, or the Server Error page at your cPanel, are there any recent messages logged pertaining to this?
  19. By how to manage this, do you mean that you want to prevent that type of behavior?
  20. As mentioned above there is no such option built in Ipb. As it happens I have coded an app that will log all guests vists, their ip addresses and all the pages that they have visted at your forum. Should you be interested in purchasing it please contact me in private.
  21. The Marketplace is closed. I don't remember seeing such an app though before in the Marketplace. You will have to find someone to develop such an app for you.
×
×
  • Create New...