Quantcast
Channel: Joomla! Forum - community, help and support
Viewing all articles
Browse latest Browse all 2292

Migrating and Upgrading to Joomla! 5.x • Re: Is it possible to migrate from J3.10.x to J5.x without passing through J4?

$
0
0
The installer that is in the Akeeba .jpa backup is verbose. If there is a problem with the php or database version it will most likely tell you. Try php 5.8.40. mysql 5.5.62 settings on wamp
Using Akeeba was unsuccessful.
I downloaded the folders, files and database and stored them to the www directory of WAMP in a folder named "it".
I imported the database in the myphpAdmin with the same name as the one in the live site.
I have these in the config php:

public $dbtype = 'mysqli';
public $host = 'localhost';
public $user = 'root';
public $password = '';
public $db = 'instituc_web2022';
public $dbprefix = 'j25_';
public $live_site = '';
public $log_path = 'C:\\wamp64_2\\www\\it\\administrator/logs';
public $tmp_path = 'C:\\wamp64_2\\www\\it/tmp';

But when I tried to load "localhost/it", it does not load on the browser instead downloads a file.
What should I do?

Statistics: Posted by irenuyam — Fri Feb 02, 2024 1:26 pm



Viewing all articles
Browse latest Browse all 2292

Trending Articles