- Posts: 27
- Thank you received: 0
help
14 years 2 months ago #58032
by chubby
i add variant into my product dere are 7 of it...and wen i want to view the product it shows me
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 51 bytes) in /home/artgicom/public_html/libraries/joomla/database/database/mysql.php on line 706"[/b][/b][/b][/b]
wat i hv to do v it???
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 51 bytes) in /home/artgicom/public_html/libraries/joomla/database/database/mysql.php on line 706"[/b][/b][/b][/b]
wat i hv to do v it???
Please Log in or Create an account to join the conversation.
14 years 2 months ago #58139
by nicolas
How did you configured your product ?
Could you give more information ?
A screenshot maybe ?
How many characteristics did you add in your product and how many values for each characteristic ?
Could you give more information ?
A screenshot maybe ?
How many characteristics did you add in your product and how many values for each characteristic ?
Please Log in or Create an account to join the conversation.
14 years 2 months ago #58157
by chubby
i have 4 variant in here and the value i just can say alot because our company is printing company and each size diff price..
2)one of d value is tat much i think mayb it cause dis problem??
2)one of d value is tat much i think mayb it cause dis problem??
Please Log in or Create an account to join the conversation.
14 years 2 months ago #58238
by nicolas
When you add characteristics, HikaShop has to generate variants from them. It needs one variant for each combination of values.
So if you have 4 characteristics with 10 values each, that's 10*10*10*10 variants. That's WAY too much for a normal website to handle all that data.
You should use characteristics only for when you need to handle prices/stock/product information on a per variant basis.
You apparently don't need that for all your characteristics so you should use options:
www2.hikashop.com/en/support/documentati...ct-form.html#options
or custom fields of the table "item":
www2.hikashop.com/en/support/documentati...p-field-listing.html
for your characteristics. That will avoid the problem.
So if you have 4 characteristics with 10 values each, that's 10*10*10*10 variants. That's WAY too much for a normal website to handle all that data.
You should use characteristics only for when you need to handle prices/stock/product information on a per variant basis.
You apparently don't need that for all your characteristics so you should use options:
www2.hikashop.com/en/support/documentati...ct-form.html#options
or custom fields of the table "item":
www2.hikashop.com/en/support/documentati...p-field-listing.html
for your characteristics. That will avoid the problem.
Please Log in or Create an account to join the conversation.
Time to create page: 0.279 seconds