ERROR in the Friendly URLs ( account details ). Solution ????

Started by ultrabr, December 26, 2012, 04:34:08 AM

Previous topic - Next topic

ultrabr

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]

vinmax

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/


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://maxartkiller.in

ultrabr



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?  :(

vinmax

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?



ultrabr



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>

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


bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!