VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: ultrabr on December 26, 2012, 04:34:08 AM

Title: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: ultrabr on December 26, 2012, 04:34:08 AM
Hello guys, how to solve this bug ?

I use jooma 2.5.8 + Virtuemart 2.0.14

When I active  friendly urls.  The directory path where you installed the site is duplicated, generating error(  in the link alias address ) Result: error 404 page.

Directory name is duplicated ( in the link alias address ) in the account details, this:

http://www.mysite.com/namefolder/namefolder_again/account-maintenance/


Only this link in the alias shipping it happens, does not happen in other links this error. But if I disable the url friendly, url work again !

I use joomla inside a folder in the root.

I change the folder name in the file. htacess in line
RewriteBase /

In the Line: RewriteBase / folder name

But the path error remains!   :-\ ???



[attachment cleanup by admin]
Title: Re: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: vinmax on December 26, 2012, 13:28:36 PM
Quote from: ultrabr on December 26, 2012, 04:34:08 AM
Hello guys, how to solve this bug ?

I use jooma 2.5.8 + Virtuemart 2.0.14

When I active  friendly urls.  The directory path where you installed the site is duplicated, generating error(  in the link alias address ) Result: error 404 page.

Directory name is duplicated ( in the link alias address ) in the account details, this:

http://www.mysite.com/namefolder/namefolder_again/account-maintenance/ (http://www.mysite.com/namefolder/namefolder_again/account-maintenance/)


Only this link in the alias shipping it happens, does not happen in other links this error. But if I disable the url friendly, url work again !

I use joomla inside a folder in the root.

I change the folder name in the file. htacess in line
RewriteBase /

In the Line: RewriteBase / folder name

But the path error remains!   :-\ ???

Hi try to changge the alias of the link and check .

It may work fine.

Thanks
http://shoeg.in (http://shoeg.in), http://maxartkiller.in (http://maxartkiller.in)
Title: Re: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: ultrabr on December 26, 2012, 23:04:58 PM


I've done it my friend, any nickname or change generates new bug in the folder path (if joomla is installed in a directory).
Any solution?  :(
Title: Re: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: vinmax on December 27, 2012, 09:41:20 AM
go to components\com_virtuemart\views\cart\tmpl\select_shipment.php

Check in this file . Does it have that type of value of username/nickname variable?


Title: Re: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: ultrabr on December 28, 2012, 02:50:06 AM


I do not understand. The file is OK. I checked !

Nobody has that kind of problem? Just me?  :( :(

It's not possible. Test with your virtuemart and  check, is a bug.

The error can be in this line. in JRoute.

Note: Only with active friendly url in your Joomla. With Joomla inside folder.

===========================================================================

   <div class="buttonBar-right">

           <button class="<?php echo $buttonclass ?>" type="submit" ><?php echo JText::_('COM_VIRTUEMART_SAVE'); ?></button>  &nbsp;
   <button class="<?php echo $buttonclass ?>" type="reset" onClick="window.location.href='<?php echo JRoute::_('index.php?option=com_virtuemart&view=cart'); ?>'" ><?php echo JText::_('COM_VIRTUEMART_CANCEL'); ?></button>
   </div>

===============================================================

Title: Re: ERROR in the Friendly URLs ( account details ). Solution ????
Post by: bytelord on January 06, 2013, 19:46:38 PM
Hello,

Do you any 3rd party sef? If yes please disabled it. Also please check better your htaccess file or temporary disabled it.
Last check your livesite variable under joomla configuration.php file ... what you have in there??

Also please check the translation file en-GB.com_virtuemart.sef.ini    under language\en-GB or for your language ...
Regards