Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Store page broke, failed to open stream, Fatal Error

I have checked all those paths and all the files are there. The only thing I know how to do at this point is delete the whole thing and reinstall a store. Or upload another opencart somewhere else on my host and see if it's a host issue Gosh, I'm now wishing I had taken more time to learn what vqmod...

Jump to post
  • Thu Sep 13, 2012 3:20 pm
  • Replies 2
  • Views 715
Store page broke, failed to open stream, Fatal Error

[RESOLVED: this happened because a change made by the host to their php/perl/cgi whatevers... They said scripts that went into /hermes/bosweb/etc... had to be changed to something else. If you're expericing this, contact your host with the error message] I just got an email from my client that this...

Jump to post
  • Thu Sep 13, 2012 9:44 am
  • Replies 2
  • Views 715
Re: Error Log Unidentifed Index Banner_Id

never mind... this is still not fixed. I still receive the following errors and I don't know how to fix this. Latest errors? 2012-07-12 4:48:29 - PHP Notice: Undefined index: banner_id in /hermes/bosweb/web094/b946/ipg.healingthroughillnes/storefront/catalog/controller/module/banner.php on line 14 2...

Jump to post
  • Tue Jul 31, 2012 3:29 pm
  • Replies 13
  • Views 6302
Multiple Log In Prompts ? Why?

Hello, new user here. I just have a simple question.... I hope. I'm using 1.5.3.1 hosted on iPage. My issue is.... I've password protected the admin directory with my host, as well as changed the name of the admin folder for security reasons. (from an article I read here in the forum) When I go to t...

Jump to post
  • Fri Jul 20, 2012 1:18 am
  • Replies 0
  • Views 349
Re: Error Log Unidentifed Index Banner_Id

well, rather then try to figure out what this is..... I just removed the <a href=""> tag from the logo in the template file. Though this is not ideal. For *my* store, I already have a link to the stores homepage in the header elsewhere, so i don't need the logo to take you back to the home...

Jump to post
  • Fri Jul 13, 2012 12:52 pm
  • Replies 13
  • Views 6302
Make Checkout Section Headings Clickable

I'm using a lightly customized theme (css, and minor changes to layout) version 1.5.3.1 What I want is a way to click the Heading of each Checkout step. You know when you complete a section you can go back to a step by clicking "Modify >>" I want to make the whole Title bar a click-able se...

Jump to post
  • Thu Jul 12, 2012 2:18 pm
  • Replies 0
  • Views 425
Re: Error Log Unidentifed Index Banner_Id

I have tried what you suggested, (which I appreciate your help, thank you so much!! :) ) However, now I'm receiving the same error, but for line 14, where before it was line 13. I am using 1.5.3.1 (just upgraded from 1.5.2.1, it still did the error in the previous version, too) I am using a custom t...

Jump to post
  • Sat Jul 07, 2012 1:02 am
  • Replies 13
  • Views 6302
[SOLVED] Error Log Unidentifed Index Banner_Id

I'm still trying to fix this. Undefined index: banner_id in /hermes/bosweb/web094/b946/ipg.healingthroughillnes/storefront/catalog/controller/module/banner.php on line 13 This error occurs when a user click the banner (logo image) at the top of the store to be taken back to the store home/default pa...

Jump to post
  • Fri Jul 06, 2012 2:40 am
  • Replies 13
  • Views 6302
Re: What does this line of code mean?

Okay, (for me, I only needed to worry about guest checkout, as I have auto selected guest, and skipped Step 1 during checkout with the help of this http://forum.opencart.com/viewtopic.php?f=20&t=36157&hilit=skip+steps+in+checkout ) I started from scratch with a fresh version of the guest.tpl...

Jump to post
  • Thu Jun 28, 2012 1:44 pm
  • Replies 4
  • Views 1741
Re: How do I change the width of the text beneath the thumbn

I changed mine by going into the style sheet to this part

Code: Select all

.box-product > div {
	width: 340px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
And changed the width to what I wanted it to....
O0

Jump to post
  • Thu Jun 28, 2012 8:44 am
  • Replies 3
  • Views 434
Re: What does this line of code mean?

I'm trying to make my own one piece at a time (not knowing what i'm doing) I'm ready to bang my head on this desk. :) Thank you for such a quick reply. Any advice on what I need to change to stop getting these errors? I just upgraded from 1.5.2.1 to 1.5.3.1 and was trying to hide checkout fields tha...

Jump to post
  • Thu Jun 28, 2012 4:22 am
  • Replies 4
  • Views 1741
[solved] Whats this code mean? (remove checkout field)

$this->session->data['guest']['fax'] = $this->request->post['fax']; .... in english... what does this roughly mean? ??? I'm trying to fix this Undefined index: fax in /hermes/bosweb/web094/b946/ipg.healingthroughillnes/storefront/catalog/controller/checkout/guest.php on line 256 Undefined index: co...

Jump to post
  • Thu Jun 28, 2012 4:09 am
  • Replies 4
  • Views 1741
Re: Unidentified Index / How to read Error.log

Anybody? especially the banner_id

What would cause that, and how do I fix that?

My error log is filling up with that one. :(

Thanks

Jump to post
  • Wed Jun 27, 2012 4:02 pm
  • Replies 2
  • Views 2030
Re: Unidentified Index / How to read Error.log

btw, the fax, tax_id, and comment errors are probably my fault. I'm puzzled by the banner_id error though. I went into that file and looked at line 13 $results = $this->model_design_banner->getBanner($setting['banner_id']); *sigh Don't know what to do... :( Maybe I'll have to start from scratch for ...

Jump to post
  • Mon Jun 25, 2012 3:43 pm
  • Replies 2
  • Views 2030
Unidentified Index / How to read Error.log

I know this has been covered, but I've been searching all day through search results and just want to clarify a few things. I just upgraded from 1.5.2.1 to 1.5.3.1, I am receiving many errors, and I believe it's due to me trying to be smart and remove some of the required and non-required text field...

Jump to post
  • Mon Jun 25, 2012 3:39 pm
  • Replies 2
  • Views 2030
Re: disable accounts and skip to address in checkout - 1.5

This thread has helped me SO MUCH! I'm using 1.5.2.1, and following these steps this worked for me. I was able to auto select "Guest" hide the first step, and skip to the second one. Then I went into the Language files and edited the Steps text so that it made sense for me. For my shopping...

Jump to post
  • Fri Jun 22, 2012 4:19 pm
  • Replies 46
  • Views 45690
Expand all Checkout "sections" at once

Thank you for reading... I'm new to OpenCart (Using 1.5.2.1), but have gotten this far. My client would like a "Simpler" checkout. She's given me a number of changes that she wants made, I got through most of them, with the help of the Search function in this site, ... except the changes s...

Jump to post
  • Thu Jun 21, 2012 7:15 am
  • Replies 1
  • Views 783
Re: changes in Registration

I would like to change what fields are required in the checkout page and the return page, but do not quite understand how to do it based on these responses. I have my own custom theme so that I would not edit any of the default files, but If i have to change controller files (those are located outsi...

Jump to post
  • Mon Jun 18, 2012 10:27 am
  • Replies 4
  • Views 2695
Re: Removing Extras from the footer

I'm using iPage too and had to create an FTP user and use an FTP program (such as FileZilla) to be able to edit and upload these files.

Jump to post
  • Mon Jun 18, 2012 9:43 am
  • Replies 16
  • Views 50661

Page 1 of 1

Search found 19 matches