News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Layout default not found

Started by iDanny, August 04, 2012, 14:48:01 PM

Previous topic - Next topic

iDanny

I've seen a few threads about this but I cannot figure out what to do to get this resolved.

I am running VM 2.0.8e on Joomla 2.5.6

I modified our mod_login default.php file to have it point to -> index.php?option=com_virtuemart&view=user&layout=edit. This way, our login form's register link points to the VM user account creation. This part seems to work fine until the new users completes the registration form and get routed to a 500 server error page and a detail of "Layout default not found".

All my server configs point to the default Joomla templates. This worked before.

Note: The user creation process gets routed fine when it's called from the cart process. A new user signs up and gets routed to his cart afterwards.

Note:

This is the link that the user get's routed to (the one the give the 500 error)
http://dev.6degres.ca/actualisation/boutique/view/user/layout/default

I'm guessing it should be
http://dev.6degres.ca/actualisation/boutique/view/user

Any thoughts ?

Danny

Milbo

You can solve it different.

You can find why it is called with layout default and not layout edit. Disable seo to check if it is a router issue. If it works, then we should correct the router. If not we must find the link and change it.

OR you do it quickndirty, create a file in view/users/tmpl named default.php and just include the edit.php.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

iDanny

Hi,

This was being caused when the "disable SEO" option was checked in VM congifurations.

I set it back and it works.

This may be pertinent for you to fix in a next release ?

Thanks,
Danny

Softfocus

Hi I am having the same issue when I use the registration form.
My SEO disabled is unchecked and I have created a default.php in the user folder but nothing.

My error is a 500 - Layout default_shopper not found.
I also get "You must provide at least one recipient email address" error if I go to the homepage after getting the error from the form.

Any ideas?