Post by robi223 » Mon Feb 11, 2019 2:46 pm

Hey guys
So i have made a website on a subdomain beta.consoleninja.si then i have moved it to my main domain consoleninja.si but then the problems began, firstly there was no theme only text, i managed to fix that by removing couple of https lines in config files, now the website loads correctly, but there is still problem with admin side i get the "error undefined" also the url is still going to https://consoleninja.si (i do not have SSL certificate also SSL is turned off in admin panel) I am using OC 3.0.2.0

These are my config files:
Root config.php

Code: Select all

<?php
// HTTP
define('HTTP_SERVER', 'http://consoleninja.si/');

// HTTPS
define('HTTPS_SERVER', '');

// DIR
define('DIR_APPLICATION', '/home/consolen/public_html/catalog/');
define('DIR_SYSTEM', '/home/consolen/public_html/system/');
define('DIR_IMAGE', '/home/consolen/public_html/image/');
define('DIR_STORAGE', '/home/consolen/opencart/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/theme/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');

// DB
Admin config.php

Code: Select all

<?php
// HTTP
define('HTTP_SERVER', 'http://consoleninja.si/admin/');
define('HTTP_CATALOG', 'http://consoleninja.si/');

// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_CATALOG', '');

// DIR
define('DIR_APPLICATION', '/home/consolen/public_html/admin/');
define('DIR_SYSTEM', '/home/consolen/public_html/system/');
define('DIR_IMAGE', '/home/consolen/public_html/image/');
define('DIR_STORAGE', '/home/consolen/opencart/');
define('DIR_CATALOG', '/home/consolen/public_html/catalog/');
define('DIR_LANGUAGE', DIR_APPLICATION . 'language/');
define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/');
define('DIR_CONFIG', DIR_SYSTEM . 'config/');
define('DIR_CACHE', DIR_STORAGE . 'cache/');
define('DIR_DOWNLOAD', DIR_STORAGE . 'download/');
define('DIR_LOGS', DIR_STORAGE . 'logs/');
define('DIR_MODIFICATION', DIR_STORAGE . 'modification/');
define('DIR_SESSION', DIR_STORAGE . 'session/');
define('DIR_UPLOAD', DIR_STORAGE . 'upload/');

// DB


// OpenCart API
define('OPENCART_SERVER', 'https://www.opencart.com/');
.httaccess

Code: Select all

RewriteOptions inherit
# 1.To use URL Alias you need to be running apache with mod_rewrite enabled.

# 2. In your opencart directory rename htaccess.txt to .htaccess.

# For any support issues please visit: http://www.opencart.com

Options +FollowSymlinks

# Prevent Directoy listing
Options -Indexes

# Prevent Direct Access to files
<FilesMatch "(?i)((\.tpl|.twig|\.ini|\.log))">
 Require all denied
## For apache 2.2 and older, replace "Require all denied" with these two lines :
# Order deny,allow
# Deny from all
</FilesMatch>

# SEO URL Settings
RewriteEngine On
# If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/

RewriteBase /
RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L]
RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L]
RewriteRule ^system/storage/(.*) index.php?route=error/not_found [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css)
RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA]

### Additional Settings that may need to be enabled for some servers
### Uncomment the commands by removing the # sign in front of it.
### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that.

# 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it:
# php_flag register_globals off

# 2. If your cart has magic quotes enabled, This may work to disable it:
# php_flag magic_quotes_gpc Off

# 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try
# php_value upload_max_filesize 999M

# 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value post_max_size 999M

# 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_execution_time 200

# 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields
# php_value max_input_time 200

# 7. disable open_basedir limitations
# php_admin_value open_basedir none
Last edited by robi223 on Mon Feb 11, 2019 10:38 pm, edited 2 times in total.

Newbie

Posts

Joined
Sat Jan 05, 2019 5:15 am

Post by paulfeakins » Mon Feb 11, 2019 10:28 pm

I suggest you remove the database passwords from this topic immediately and immediately change your database passwords.

UK OpenCart Hosting | OpenCart Audits | OpenCart Support - please email info@antropy.co.uk


User avatar
Guru Member
Online

Posts

Joined
Mon Aug 22, 2011 11:01 pm
Location - London Gatwick, United Kingdom

Post by robi223 » Mon Feb 11, 2019 11:00 pm

paulfeakins wrote:
Mon Feb 11, 2019 10:28 pm
I suggest you remove the database passwords from this topic immediately and immediately change your database passwords.
Thanks i did. Also this has been resolved by deleting cookies from my browser -_- it's always the simplest thing..... Thread can be closed

Newbie

Posts

Joined
Sat Jan 05, 2019 5:15 am

Post by xxvirusxx » Mon Feb 11, 2019 11:53 pm

For

Code: Select all

// HTTPS
define('HTTPS_SERVER', '');
define('HTTPS_CATALOG', '');
You can use http link

Code: Select all

// HTTPS
define('HTTPS_SERVER', 'http://yousite');
define('HTTPS_CATALOG', 'http://yousite');

Upgrade Service | OC 2.3.0.2 PHP 8 | My Custom OC 3.0.3.8 | Buy me a beer


User avatar
Expert Member

Posts

Joined
Tue Jul 17, 2012 10:35 pm
Location - România
Who is online

Users browsing this forum: pprmkr, Stinger23 and 16 guests