Jump to content

paxs

Clients
  • Posts

    38
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by paxs

  1. 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? 

  2. Yes have just database backup..

    info from database:

     

    -- phpMyAdmin SQL Dump
    -- version 4.8.3
    --
    -- 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?

×
×
  • Create New...