Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted January 26, 2024Jan 26 Anyone have older version somewhere 4.0 or 4. or more as i have old backup of forum and need to import. PLease help me so we can import and after upgrade it .I bought new licence but there is no option to upgrade it
January 26, 2024Jan 26 We do not provide old packages (and it's actually against the license agreement for people to share files). You mention you have a backup. Is this of the database only? Im not sure what you mean by you have no option to upgrade. Please could you clarify what you believe you are missing?
January 26, 2024Jan 26 1 hour ago, paxs said: PLease help me so we can import and after upgrade it .I bought new licence but there is no option to upgrade it 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.
January 27, 2024Jan 27 Author Yes have just database backup.. info from database: -- phpMyAdmin SQL Dump -- version 4.8.3 -- https://www.phpmyadmin.net/ -- -- Host: localhost:3306 -- Generation Time: Aug 17, 2019 at 04:38 AM -- Server version: 5.6.41-84.1 -- PHP Version: 7.2.7 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `kite_ibp` On 1/26/2024 at 1:19 PM, Miss_B said: 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. So just import our database. Before there in php admin remove all databases or?
January 27, 2024Jan 27 The info provided there is about PHPMyAdmin and PHP, not your Invision Community installation. It is worth nothing that the latest release in our software is 4.7.15. We do not have a 4.8 (yet).
January 27, 2024Jan 27 2 hours ago, paxs said: Before there in php admin remove all databases or? 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.
January 27, 2024Jan 27 Author when i try to import database to phpadmin is says that tables already exist and stop importing
January 27, 2024Jan 27 If there is anything in that database already it needs removed before attempting to import your backup.
January 29, 2024Jan 29 I would highly advise that you employ someone who is more familiar with the server environments to assist you with this. Based on what you have asked above, you are going to struggle with running this yourself. Have you ever considered our cloud products? It would mean you never have to think about things like this.
January 29, 2024Jan 29 Author I trying to convert from phpbb database ! Came til here all OK!! But now dir saying error? i have installed IBP in root off domain The conversion forum in kite-forum.com/phpbb how to choose correct path saying error as now?
January 29, 2024Jan 29 If you are unsure on the correct path, you would need to contact your hosting provider to ask the question
January 29, 2024Jan 29 25 minutes ago, paxs said: how to choose correct path saying error as now? Most likely the path should be from the server root, something like /var/www/...
January 29, 2024Jan 29 Author this in path in file manager cp How to type it then ? Edited January 29, 2024Jan 29 by paxs
January 29, 2024Jan 29 You should create a new php file in the root of your phpbb forum with this content: <?php print_r( $_SERVER['DOCUMENT_ROOT'] ); then access the file from your browser and you will get the full path to your forum.
January 29, 2024Jan 29 Author 41 minutes ago, Kirill Gromov said: You should create a new php file in the root of your phpbb forum with this content: <?php print_r( $_SERVER['DOCUMENT_ROOT'] ); then access the file from your browser and you will get the full path to your forum. i get this path: /home/trri11/domains/kite-forum.si/private_html what should be then after this? Edited January 29, 2024Jan 29 by paxs
January 29, 2024Jan 29 Author Conversion worked with all data! But my forum is empty not showing forums/users.. what is wrong?