Error after changing host

ThemeBurn SupportForumsOpenCart ThemesShoppica OpenCart ThemeError after changing host

This topic has been marked as not resolved.

Hi,

I changed host and they transferred my site from my other host.

Everything was working great until i clicked on any product image:

Most of the times i get this popup and then every admin link goes to the frontpage for a while:

Forbidden
Forbidden

Install Error

Warning!
You see this message due one (or more) of the following reasons:
1. You have not enabled your ‘Shoppica Theme CP’ module. Please, go to admin panel, enter Extensions->Modules and change the status of ‘Shoppica Theme CP’ to `enabled`.

2. You have not properly updated your index.php file. It should contain these two lines (near the end):

// Shoppica
$controller->addPreAction(new Action(‘module/shoppica/init’));

For more information about the theme installation, please read carefully the Shoppica Extended Documentation.

If you think you’ve made everything according to the installation instructions and this message continues to appear, please contact the support.

 evilfx
September 25, 2012 at 8:40 pm #13649

Also, im running OC 1.5.2.1 and shoppica 1 on beleza21.com

 evilfx
September 25, 2012 at 9:20 pm #13650

i’ve tried so far:

replacing OC files
removing the image/cache/data folder

nothing worked.

this happens in chrome, ff and IE

more detailed description:

i acess the admin area, i try to upload an image on the image manager, sometimes most of the thumbnails dont load or have an X cross, the folder tree doesn’t load when i click the plus button and afterwards i get the error i stated above.

sometimes the admin urls send me to the frontpage with a not encountered page message.

 evilfx
September 26, 2012 at 5:29 am #13657

here are my config setting for both front and admin:


// HTTP
define('HTTP_SERVER', 'http://www.beleza21.com/');
define('HTTP_IMAGE', 'http://www.beleza21.com/image/');
define('HTTP_ADMIN', 'http://www.beleza21.com/admin/');

// HTTPS
define('HTTPS_SERVER', 'http://www.beleza21.com/');
define('HTTPS_IMAGE', 'http://www.beleza21.com/image/');

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

_____________

// HTTP
define('HTTP_SERVER', 'http://www.beleza21.com/admin/');
define('HTTP_CATALOG', 'http://www.beleza21.com/');
define('HTTP_IMAGE', 'http://www.beleza21.com/image/');

// HTTPS
define('HTTPS_SERVER', 'http://www.beleza21.com/admin/');
define('HTTPS_IMAGE', 'http://www.beleza21.com/image/');

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

  • This reply was modified 4239 days ago by  evilfx.
 evilfx
September 26, 2012 at 12:37 pm #13669

this seems to be a 403 error, perhaps file permission ?

i changed hosts like i said but the files have the exact same permissions.
my host even tried to copy all the accounts (with other websites) and use the exact same database but the errors keep appearing:

[Wed Sep 26 20:33:14 2012] [error] [client 89.154.254.156] File does not exist: /home/battlefi/public_html/beleza21.com/403.shtml, referer: http://www.beleza21.com/admin/index.php?route=common/filemanager&token=f37de0be19f6c7fe75a9ab5cda16fa8c&field=image
[Wed Sep 26 20:33:14 2012] [error] [client 89.154.254.156] client denied by server configuration: /home/battlefi/public_html/beleza21.com/image/cache/data/Listerine_logo-100×100.png, referer: http://www.beleza21.com/admin/index.php?route=common/filemanager&token=f37de0be19f6c7fe75a9ab5cda16fa8c&field=image

 evilfx
September 26, 2012 at 10:34 pm #13733

Hi!

Please, activate the default opencart theme and make sure your site works with it without errors. Then change to Shoppica to see which errors come out.

Regards,
ThemeBurn team

October 1, 2012 at 11:25 am #13824
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.