Search found 233 matches

Search found 233 matches

Re: Help us move opencart from hare host to digitalocean vps

Yes, all the tables are not present in current DB
I am looking into it

Jump to post
  • Wed Jan 07, 2015 8:33 pm
  • Replies 3
  • Views 1068
Re: SQL query to get all categories in wich a product exists

we can find all the parents(categories) of a products using hierarchical queries
In Oracle its very simple by using CONNECT BY clause but there is a workaround in mysql too


http://explainextended.com/2009/07/20/h ... one-query/

Jump to post
  • Wed Dec 31, 2014 2:38 am
  • Replies 5
  • Views 6391
Re: Need somebody to optimize database

OC v.1.5.6.1 doesnt have product_tag table
In newever versoins tags are stored in the product_description table so you can ignore above sql

Jump to post
  • Thu Jul 17, 2014 7:38 pm
  • Replies 58
  • Views 23125
Re: checkout delivery method problem

What version of PHP you are using?

Jump to post
  • Tue Apr 22, 2014 2:33 am
  • Replies 4
  • Views 1057
Re: SEO URL not working

Are you using any caching extensions?

Jump to post
  • Wed Feb 26, 2014 12:18 am
  • Replies 4
  • Views 1124
Re: Fatal Error Fix

ok thanks
OP issue has been resolved so it can be marked as 'Closed'

Jump to post
  • Tue Feb 18, 2014 9:21 pm
  • Replies 6
  • Views 2025
Re: Admin Login Error

Please check users table in phpmyadmin
Try these steps to reset password
http://www.inmotionhosting.com/support/ ... n-password

Jump to post
  • Tue Feb 18, 2014 6:12 am
  • Replies 3
  • Views 876
Re: Fatal Error Fix

So memory_limit = 999M; doesnt works and its same as 512M ?
phpinfo doesnt gives me any error and memory_limit shows as 999M

Jump to post
  • Tue Feb 18, 2014 6:05 am
  • Replies 6
  • Views 2025
Re: Fatal Error Fix

Try changing php values to start with

memory_limit = 999M;
max_execution_time = 300;
post_max_size = 999M;
upload_max_filesize = 998M;

Jump to post
  • Mon Feb 17, 2014 8:03 pm
  • Replies 6
  • Views 2025
Re: Date Option Issue

what is the date option in a product?

Jump to post
  • Mon Feb 17, 2014 1:14 pm
  • Replies 1
  • Views 541
Re: import Export tool

product_tag was used in the old version
Why your code is referring to it? Did you get the correct version of the tool?

Jump to post
  • Mon Feb 17, 2014 12:32 am
  • Replies 4
  • Views 1844
Re: Item showing in specials but its not there!!!!

Did you modify any core files or you have any extensions?

Jump to post
  • Mon Feb 17, 2014 12:31 am
  • Replies 4
  • Views 727
Re: problem with copy site to an other url

So I was spot on the config file :) Glad its resolved!

Jump to post
  • Mon Feb 17, 2014 12:31 am
  • Replies 9
  • Views 1594
Re: Item showing in specials but its not there!!!!

Specials are showing fine and clicking on them shows products as well

Are you only talking about the first product? How did you add it? Please check it in admin as something is wrong
Its not even sending product_id while clicking on add to cart

Jump to post
  • Sun Feb 16, 2014 9:55 pm
  • Replies 4
  • Views 727
Re: problem with copy site to an other url

Did you modify config.php for both catalog and admin correctly?

Jump to post
  • Sun Feb 16, 2014 8:27 pm
  • Replies 9
  • Views 1594
Re: Caching DB queries

Yes
caching queries will work only for categories, products and not for orders, cart

Jump to post
  • Sun Feb 16, 2014 8:25 pm
  • Replies 1
  • Views 1189

Search found 233 matches