- Posts: 5
- Thank you received: 0
Hot drug store Problem Error 500
-
slinkybambi
Inactive member - Topic Author
- New Member
Less
More
10 years 11 months ago #35679
by slinkybambi
Hot drug store Problem Error 500 was created by slinkybambi
I am having an issue with an error with Hot Drug Store Template.
My order emails are not being forwarded to our inbox so we are missing important credit card details for payment processing. I have updated to Joomla 2.5.11 and have also updated Virtuemart.
The error appears after placing order:
ERROR 500 - INTERNAL SERVER ERROR
Can anyone assist me in fixing this error. I am desperate!
My customers are struggling to place an order as well.
Please feel free to attempt to place an order and see for yourself at www.urbancheese.co.nz if you think you can help me.
Thank you kindly!
Kimberli
My order emails are not being forwarded to our inbox so we are missing important credit card details for payment processing. I have updated to Joomla 2.5.11 and have also updated Virtuemart.
The error appears after placing order:
ERROR 500 - INTERNAL SERVER ERROR
Can anyone assist me in fixing this error. I am desperate!
My customers are struggling to place an order as well.
Please feel free to attempt to place an order and see for yourself at www.urbancheese.co.nz if you think you can help me.
Thank you kindly!
Kimberli
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 11 months ago #35686
by ivan.milic
Replied by ivan.milic on topic Hot drug store Problem Error 500
It is caused by VM update. You need to execute this queries directly on database:
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"p.product_name","l.product_name");
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"c.category_name","l.mf_name");
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"m.mf_name","l.mf_name");
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"p.product_name","l.product_name");
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"c.category_name","l.mf_name");
UPDATE #__virtuemart_configs
SET
config = REPLACE(config,"m.mf_name","l.mf_name");
Please Log in to join the conversation.
Time to create page: 0.201 seconds