Post by mminten » Wed Mar 28, 2018 5:21 am

Our site is here: https://garrysun.com/ using OC 2.3.0.2

I just upgraded the website in a subfolder /staging/ and moved everything to the main (root) directory.

Here's what I did:
  • Removed any old files/folders from the root directory.
  • Moved all the files/folders from the new site into the root directory.
  • Changed all the directory listing in config.php & admin/config.php so that there is no longer any mention of /staging.
  • Uploaded the config.php files to the server.
I am able to see the site but it is acting weird.

Working:
  • Home page appears.
  • All the information pages.
  • Some Category and Product Pages.
Not working:
  • Web Specials on the home page just shows loading.
  • Checkout Page keeps redirecting to the Search page.
Here are the config files:
config.php

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://garrysun.com/');
define('HTTP_IMAGE', 'https://garrysun.com/image/');
define('HTTP_ADMIN', 'https://garrysun.com/admin/');

// HTTPS
define('HTTPS_SERVER', 'https://garrysun.com/');
define('HTTPS_IMAGE', 'https://garrysun.com/image/');

// DIR
define('DIR_APPLICATION', '/public_html/catalog/');
define('DIR_SYSTEM', '/public_html/system/');
define('DIR_DATABASE', '/public_html/system/database/');
define('DIR_LANGUAGE', '/public_html/catalog/language/');
define('DIR_TEMPLATE', '/public_html/catalog/view/theme/');
define('DIR_CONFIG', '/public_html/system/config/');
define('DIR_IMAGE', '/public_html/image/');
define('DIR_CACHE', '/public_html/system/cache/');
define('DIR_DOWNLOAD', '/public_html/download/');
define('DIR_LOGS', '/public_html/system/logs/');
admin/config.php

Code: Select all

// HTTP
define('HTTP_SERVER', 'https://garrysun.com/admin/');
define('HTTP_CATALOG', 'https://garrysun.com/');

// HTTPS
define('HTTPS_SERVER', 'https://garrysun.com/admin/');
define('HTTPS_CATALOG', 'https://garrysun.com/');

// DIR
define('DIR_APPLICATION', '/public_html/admin/');
define('DIR_SYSTEM', '/public_html/system/');
define('DIR_IMAGE', '/public_html/image/');
define('DIR_LANGUAGE', '/public_html/admin/language/');
define('DIR_TEMPLATE', '/public_html/admin/view/template/');
define('DIR_CONFIG', '/public_html/system/config/');
define('DIR_CACHE', '/public_html/system/storage/cache/');
define('DIR_DOWNLOAD', '/public_html/system/storage/download/');
define('DIR_LOGS', '/public_html/system/storage/logs/');
define('DIR_MODIFICATION', '/public_html/system/storage/modification/');
define('DIR_UPLOAD', '/public_html/system/storage/upload/');
define('DIR_CATALOG', '/public_html/catalog/');
Any ideas would be much appreciated. Thanks!
Last edited by mminten on Wed Mar 28, 2018 6:39 am, edited 1 time in total.

Active Member

Posts

Joined
Tue Nov 20, 2012 9:33 am


Post by straightlight » Wed Mar 28, 2018 5:40 am

No OC version posted.

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by mminten » Wed Mar 28, 2018 6:39 am

I added it above, 2.3.0.2

Active Member

Posts

Joined
Tue Nov 20, 2012 9:33 am


Post by mminten » Wed Mar 28, 2018 6:50 am

Last edited by mminten on Wed Mar 28, 2018 7:06 am, edited 1 time in total.

Active Member

Posts

Joined
Tue Nov 20, 2012 9:33 am


Post by straightlight » Wed Mar 28, 2018 7:03 am

WORKS: https://garrysun.com/index.php?route=pr ... =59_60_127
DOESN'T WORK: https://garrysun.com/index.php?route=pr ... =59_60_127
These two links are the same . . .

Dedication and passion goes to those who are able to push and merge a project.

Regards,
Straightlight
Programmer / Opencart Tester


Legendary Member

Posts

Joined
Mon Nov 14, 2011 11:38 pm
Location - Canada, ON

Post by mminten » Wed Mar 28, 2018 7:06 am

Oopps, I hate it when Copy and Paste doens't work right. I changed the second one above. https://garrysun.com/index.php?route=pr ... =59_60_128

Active Member

Posts

Joined
Tue Nov 20, 2012 9:33 am

Who is online

Users browsing this forum: No registered users and 398 guests