Having great difficulty getting Shoppica 2.1.1 installed

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeHaving great difficulty getting Shoppica 2.1.1 installed

This topic has been marked as resolved.

Hi,

I am having great difficulty getting up and running with version 2.1.1.

The steps I have followed:
1 – I installed OpenCart v1.5.3.1
2 – I copied over everything from shoppica_v.2.1.1\OpenCart_v.1.5.3.1\FILES_TO_UPLOAD
3 – I double-checked that system/engine/controller.php and catalog/model/setting/extension.php were updated okay (they were)
4 – I updated index.php

However, when I navigate to my store front, I’m getting the “You see this message because Shoppica 2 is not properly installed/configured” warning message.

Can you help?

June 15, 2012 at 2:08 am #10382

me too. i am using WAMP. What more can be done?
Thanks

June 15, 2012 at 2:28 am #10383

Ok, found this info. And it’s now working.
This isn’t made very clear on the install. Just says, somewhere (near the bottom), but the position is important. Please update to make this clearer.

Manually edit index.php when installing Shoppica

This section shows how to easily modify /index.php manually, so you won’t need to overwrite it with the one shipped with the Shoppica package. It is a very easy task – only two lines of code must be added. Here’s how:

1 Open index.php with your preferred text editor.

2 Find the following two lines (approximately line 213):

1
2
// Front Controller
$controller = new Front($registry);
3 Insert these two lines immediately* after them:

1
2
// TB
$controller->dispatch(new Action(‘common/tb’, array(‘front’ => $controller)), new Action(‘error/not_found’));
* If you are installing Shoppica 2 along with Shoppica 1, then the Shoppica 1 modification to index.php should always be after the one of Shoppica 2.

4 Save the index.php file

That’s it. Now you don’t have to replace the index.php file with the one provided by Shoppica 2 package, as the above addition is the only change we’ve made to this file.

June 15, 2012 at 2:36 am #10386

Thanks for the reply, jason3w. Unfortunately that didn’t work for me. :-( I tried manually updating it, but no joy.

June 15, 2012 at 12:20 pm #10394

@zuzuweb

Can we get the website url, admin and ftp access, so we could assist you?

You can use hidepost to share private information with the support staff.

Best,
ThemeBurn team

June 15, 2012 at 12:26 pm #10395

Sure. :-)

Thanks for the help!

June 15, 2012 at 12:43 pm #10396

Please note, I have very few customisations made here, so I don’t mind if it gets wiped… (I had a previous version installed with LOTS of customisations but accidentally wiped it when upgrading, so I’m starting from scratch.)

June 15, 2012 at 1:18 pm #10397

Okay, I have it working now! I basically started again with a fresh download and install and went through it slowly and now it’s running. I don’t know what was happening with it but perhaps something did not download correctly. All good now. :-)

June 16, 2012 at 10:11 pm #10436

@zuzuweb

Glad you’ve managed to solve the problem!

Nice use of colors, by the way :)

Best,
ThemeBurn team

June 18, 2012 at 4:59 pm #10512

Thanks. It helps that I’m using a great theme, of course. ;-)

June 18, 2012 at 5:36 pm #10519
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.