Hi,
thanks for you prompt replay. I fixed some warning in the http/https area.
I observed now two different errors. The second one is an issue of my template i will fix.
First:
When registering with a new user (new email) there is a 500 Internal Server Error displayed. You can find a saved html file with a stacktrace in the attached files.
500 - Layout „default“ nicht gefunden!
Call stack
# Function Location
1 JSite->dispatch() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/index.php:52
2 JComponentHelper::renderComponent() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/includes/application.php:197
3 JComponentHelper::executeComponent() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/helper.php:351
4 require_once() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/helper.php:383
5 hikashopController->execute() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/components/com_hikashop/hikashop.php:79
6 JController->execute() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/administrator/components/com_hikashop/helpers/helper.php:1754
7 checkoutController->activate_page() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/controller.php:761
8 checkoutLegacyController->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/components/com_hikashop/controllers/checkout.php:610
9 hikashopController->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/components/com_hikashop/controllers/checkout_legacy.php:1882
10 JController->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/administrator/components/com_hikashop/helpers/helper.php:1776
11 CheckoutViewCheckout->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/controller.php:722
12 CheckoutViewCheckoutLegacy->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/components/com_hikashop/views/checkout/view.html.php:45
13 hikashopView->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/components/com_hikashop/views/checkout/view_legacy.html.php:48
14 JView->display() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/administrator/components/com_hikashop/helpers/helper.php:2056
15 hikashopView->loadTemplate() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/view.php:205
16 JView->loadTemplate() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/administrator/components/com_hikashop/helpers/helper.php:2067
17 JError::raiseError() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/application/component/view.php:660
18 JError::raise() /var/www/vhosts/7/137263/webspace/httpdocs/nastl.at/libraries/joomla/error/error.php:251
Second:
When registering with a already existing user, there was no message that the user was already existing. This is missing in my template - i will fix this.
To reproduce the first issue follow these steps.
1. go to
www.nastl.at/index.php?option=com_hikash...g&Itemid=255&lang=de
2. add one or more products to the cart
3. go to cart (menu NASTLSHOP -> Zur Kasse)
4. click no "weiter"
5. register with a new user
Best,
Andreas