Hi All,
Just tried to do a test order in my test shop. But when I click the "Add/Edit billing address information" button or the "Add/Edit shipment address" button, I get a 500 Internal Server Error. Doesn't matter if it a Registered (the Shop Amdin) of a new user.
What to do, what to do?
Joomla 2.5.8
Virtuemart 2.0.16
Cheers,
Robert
[attachment cleanup by admin]
Look at the server error log for a description of the cause. All 500s are logged.
Quote from: jenkinhill on January 04, 2013, 12:00:43 PM
Look at the server error log for a description of the cause. All 500s are logged.
Thnx for the tip! But unfortunately nothing was added to the log when the error was recreated. But my hosting provider told me the that this could happen when the server is trying to open a page that doesn't exist - dir listing is not allowed on my server. So I had a look at the path in the link/form.
With Joomla's own Search Engine Friendly URLs on: <a class="details" href="/oppys/index.php/component/virtuemart/user/editaddresscartBT?Itemid=0"> Add/Edit billing address information </a>
With Joomla's own Search Engine Friendly URLs off: <a class="details" href="/oppys/index.php?option=com_virtuemart&view=user&task=editaddresscart&addrtype=BT"> Add/Edit billing address information </a>
Turns out I forgot Joomla's own Use URL rewriting : <a class="details" href="/oppys/component/virtuemart/user/editaddresscartBT?Itemid=0"> Add/Edit billing address information </a>
I already changed htaccess.txt to .htaccess but just forgot to turn on Use URL rewriting.
Cheers,
Robert