fbpx
  Sunday, 24 January 2021
  5 Replies
  1.7K Visits
  Subscribe
I freshly installed Sellacious (beta_3) and found same errors as other people here. So created the two table who were missing (from other discussion), but still having the problem with the cache.

Searched further and this query does not seem to work (sql-error #1064 in the syntax):

SELECT COUNT(*)
FROM 'nbr96_sellacious_products' AS 'a'
LEFT JOIN ( SELECT GROUP_CONCAT(c.id
ORDER BY c.lft SEPARATOR ',') AS category_ids,GROUP_CONCAT(c.title
ORDER BY c.lft SEPARATOR '|:|') AS category_titles,pc.product_id
FROM 'nbr96_sellacious_categories' AS 'c'
LEFT JOIN 'nbr96_sellacious_product_categories' AS 'pc'
ON c.id = pc.category_id
GROUP BY pc.product_id) AS cc
ON cc.product_id = a.id
LEFT JOIN ( SELECT pp.product_id, pp.seller_uid, pp.id AS price_id, pp.cost_price, pp.margin, pp.margin_type,pp.list_price, pp.calculated_price, pp.product_price, pp.product_price AS sales_price, pp.ovr_price, pp.is_fallback,ss.title AS seller_company, ss.store_name AS seller_store,IF (ss.state = 1
AND u.block = 0, 1, 0) AS seller_active,u.name AS seller_name, u.username AS seller_username, u.email AS seller_email,'CHF' AS seller_currency
FROM 'nbr96_sellacious_product_prices' AS 'pp'
LEFT JOIN 'nbr96_sellacious_sellers' AS 'ss'
ON ss.user_id = pp.seller_uid
INNER JOIN 'nbr96_users' AS 'u'
ON u.id = pp.seller_uid
LEFT JOIN 'nbr96_sellacious_profiles' AS 'su'
ON su.user_id = pp.seller_uid;

Can you look into this please?

Kind regards, H. Beyeler
3 years ago
·
#5537
Hi,
Can you pls make sure your system fulfils these requirements https://www.sellacious.com/documentation-v2#/learn/basics/system-requirements
specially Sqlite 3.25.2+ and php executable cli enabled on your system.

Let me know if still not working
Thanks.
3 years ago
·
#5551
My provider told me that they have MySQL-Databases and not Sqlite. Also the php executable cli is not enabled and they will not do that either. So unfortunately no sellacious for me I suppose. Or do you have another option for me?
3 years ago
·
#5553
Hi,
You can change your server provider and choose the one who fulfils these requirements as these are standard which comes with any server.
Other option is you can subscribe our cloud plan in which we install your website on our fast servers and take care of all these requirements. https://www.sellacious.com/sellacious-cloud-marketplace-pricing-annual

Hope this helps
Thanks.
3 years ago
·
#5557
I installed the quick install:

First message is:

Message
The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay

What does it mean?
3 years ago
·
#5558
This message comes also after starting rebuilding the cache. It was the first message before the installation-directory was deleted by the installation itself.

I am real happy with my provider and have no intention to change. I was really impressed by your store, but am afraid I have to look for another store-solution.

Regards
H. Beyeler
  • Page :
  • 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
  • +1 (408) 821-8283
  • Email hello@sellacious.com