Hello.
I have upgrading my website and the dashboard is ok but When I try go to my website is not found and show a error 500.
I don't know if have to change something in configuration pannel in dashboard or is a error in installation.
Thank you for your help.
I think that the problem is in php.ini
In the new file postupgrade only write this lines.
<?php
// Version
define('VERSION', '2.3.0.2');
// Configuration
if (is_file('config.php')) {
require_once('config.php');
}
// Install
if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit;
}
// Startup
require_once(DIR_SYSTEM . 'startup.php');
start('catalog');
In the new file postupgrade only write this lines.
<?php
// Version
define('VERSION', '2.3.0.2');
// Configuration
if (is_file('config.php')) {
require_once('config.php');
}
// Install
if (!defined('DIR_APPLICATION')) {
header('Location: install/index.php');
exit;
}
// Startup
require_once(DIR_SYSTEM . 'startup.php');
start('catalog');
Is the .htaccess file correct and both config files? The structure changes depending on what version you had to v2.3.0.2
Is the install in a sub folder or root directory on the server?
Is the install in a sub folder or root directory on the server?
Opencart Hosting Plans, Domain Registration, Microsoft and Google Email and More
Visit our website for great deals and most importantly, fast and friendly support - www.evolvewebhosting.com
Active Member
Who is online
Users browsing this forum: No registered users and 2 guests