Search found 22 matches

Search found 22 matches

Re: Search Error No: 1191 - Oc 1.5.5.1 - Please Help!

Yes Jeromen... Correct. My Database allows for the Prefix oc_

Jump to post
  • Thu Mar 07, 2013 8:26 pm
  • Replies 12
  • Views 2277
Re: SSL and IP issues

Fixed it!!! I wrote this VQMOD fix for it: Just call it what ever you want and put it in you xml folder. It now passes the Client IP Address over to Maxmind. I just need to work on a fix for Customers Online Report as it still reports the Server IP address. <modification> <id>Client IP Address Fix d...

Jump to post
  • Wed Mar 06, 2013 9:33 pm
  • Replies 1
  • Views 329
SSL and IP issues

HELLLLLLLLLLLLLLLPPPPPPPPPPP!!! I have an SSL certificate installed for my main domain, I do not use this at all for the cart but I do use it for a subdomain because I need to create APPS on Facebook which require the SSL certificate. Now that the SSL Cert is installed at eg: www.mydomain.com All IP...

Jump to post
  • Wed Mar 06, 2013 5:58 pm
  • Replies 1
  • Views 329
Re: Problem with search

OK... If no one can answer this then I will have to... 1. Open phpmyadmin 2. Select your Opencart database 3. Click on oc_product_description in the table list on the left 4. Click on the SQL tab at the top so that you can execute a SQL command. 5. Delete everything in the query box... it may have t...

Jump to post
  • Tue Feb 19, 2013 6:04 pm
  • Replies 1
  • Views 172
Re: Search error OC 1.5.4.1

OK... If no one can answer this then I will have to... 1. Open phpmyadmin 2. Select your Opencart database 3. Click on oc_product_description in the table list on the left 4. Click on the SQL tab at the top so that you can execute a SQL command. 5. Delete everything in the query box... it may have t...

Jump to post
  • Tue Feb 19, 2013 6:03 pm
  • Replies 10
  • Views 6280
Re: Search Error No: 1191 - Oc 1.5.5.1 - Please Help!

OK... If no one can answer this then I will have to... 1. Open phpmyadmin 2. Select your Opencart database 3. Click on oc_product_description in the table list on the left 4. Click on the SQL tab at the top so that you can execute a SQL command. 5. Delete everything in the query box... it may have t...

Jump to post
  • Tue Feb 19, 2013 6:01 pm
  • Replies 12
  • Views 2277
Re: Image Cache issues

Thanks for the advice, but we shouldn't really have to do this. At least I can get up and running again.

Jump to post
  • Tue Feb 19, 2013 3:10 am
  • Replies 11
  • Views 6829
Re: Image Cache issues

Whilst this does fix the product images cache. When you click on "Store Front" from within the admin panel you are directed to:

Code: Select all

http://www.static.mydomain.co.uk
Something else needs to be looked at.... Fast!

Jump to post
  • Mon Feb 18, 2013 7:38 pm
  • Replies 11
  • Views 6829
Image Cache Issues for Subdomain resolved

I have managed to break the image cache issues down and come to a fix for this: Original Thread: http://forum.opencart.com/viewtopic.php?f=20&t=95547&p=383400#p383400 After looking at the code I discovered that the CATALOG Definition in the admin config file was now pointing to the wrong pla...

Jump to post
  • Mon Feb 18, 2013 6:44 pm
  • Replies 293
  • Views 197023
Re: Image Cache issues (SOLVED)

@ADD Creative You pointed me in the right direction... Sort of... After looking at the code I discovered that the CATALOG Definition in the admin config file was now pointing to the wrong place after the upgrade to Version 1.5.5.1: Change: define('HTTP_CATALOG', 'http://www.mydomain.co.uk/'); To: de...

Jump to post
  • Mon Feb 18, 2013 6:41 pm
  • Replies 11
  • Views 6829
Re: OpenCart 1.5.5 Bug Thread

This line is causing issues with image caches: Works OK: define('DIR_IMAGE', '/var/sites/t/mydomain.co.uk/public_html/image/'); It will NOT allow you to use a subdomain or any other domain for the image cache so it seems. This will result in failure to locate the correct cache and defaults to the do...

Jump to post
  • Sun Feb 17, 2013 5:59 pm
  • Replies 293
  • Views 197023
Re: OpenCart 1.5.5 Bug Thread

There is an image cache issue or subdomain problem. The problem is also detailed here: http://forum.opencart.com/viewtopic.php?f=20&t=95547. I am having image cache issues with Version 1.5.5.1 In my config file I have set up the image location: define('HTTP_IMAGE', 'http://static.mydomain.co.uk...

Jump to post
  • Sun Feb 17, 2013 12:03 am
  • Replies 293
  • Views 197023
Re: Image Cache issues

I really need some input from a Guru here...

Anyone know about this issue?

Jump to post
  • Sat Feb 16, 2013 11:28 pm
  • Replies 11
  • Views 6829
Image Cache issues

I am having image cache issues with Version 1.5.5.1 In my config file I have set up the image location: define('HTTP_IMAGE', 'http://static.mydomain.co.uk/image/'); define('DIR_IMAGE', '/var/sites/c/mydomain.co.uk/subdomains/static/image/'); and the domain location: define('HTTP_CATALOG', 'http://ww...

Jump to post
  • Sat Feb 16, 2013 3:33 pm
  • Replies 11
  • Views 6829
Re: Help required Version 1.5.5.1

Many thanks anung. Re-Installed Admin Quick Edit Pro and all seems fine now.

Jump to post
  • Sat Feb 16, 2013 1:21 pm
  • Replies 3
  • Views 863
Re: Is this a syntax error in Opencart Code

Many thanks for the clarification Qphoria

Jump to post
  • Sat Feb 16, 2013 12:55 pm
  • Replies 2
  • Views 532
Help required Version 1.5.5.1

I have just upgraded to the newest version and when I try to view Products in the Admin section I get this error: Fatal error: Call to undefined method ModelCatalogCategory::getPath() in /var/sites/c/domain.co.uk/public_html/admin/controller/catalog/ product_ext.php on line 208 Line 208: $category_p...

Jump to post
  • Sat Feb 16, 2013 3:19 am
  • Replies 3
  • Views 863
Re: Using multiple headers

I'll bump this to see if anyone has a clue.

Jump to post
  • Fri Feb 15, 2013 11:32 pm
  • Replies 2
  • Views 127
Is this a syntax error in Opencart Code

Is this an error in the opencart virgin code: "INSERT INTO `" <<< The bit in RED All throughout the code there is reference to `" In other places the code is what you would expect: "INSERT INTO " It is all over the place: "FROM `" "ALTER TABLE `" "af...

Jump to post
  • Fri Feb 15, 2013 11:31 pm
  • Replies 2
  • Views 532

Search found 22 matches