Post by davpev » Sat Oct 29, 2016 12:50 am

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.

Newbie

Posts

Joined
Thu Jul 25, 2013 4:44 am

Post by davpev » Sat Oct 29, 2016 5:07 am

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');

Newbie

Posts

Joined
Thu Jul 25, 2013 4:44 am

Post by EvolveWebHosting » Wed Nov 02, 2016 1:31 am

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?

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


User avatar
Active Member

Posts

Joined
Fri Mar 27, 2015 11:13 pm
Location - Denver, Colorado, USA

Post by davpev » Thu Nov 03, 2016 7:16 am

Finally I install the new version, Is a new web. Thank you.

Newbie

Posts

Joined
Thu Jul 25, 2013 4:44 am
Who is online

Users browsing this forum: No registered users and 7 guests