News:

Support the VirtueMart project and become a member

Main Menu

List Orders goes to blank page when both SEO are enabled

Started by etna, December 22, 2012, 09:21:41 AM

Previous topic - Next topic

etna

Hello
I found out that the link "List Order" in Order Details page goes blank when both Joomla SEO and VM SEO are enabled.
I think that the code below is producing the URL (/components/com_virtuemart/views/orders/tmpl/details.php)
<a href="<?php echo $this->order_list_link ?>"><?php echo JText::_('COM_VIRTUEMART_ORDERS_VIEW_DEFAULT_TITLE'); ?></a>

How can this work with both SEO enabled?
As I looked in to the new 2.0.16 the code is the same.

Thank you

Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.10

bytelord

Hello,

Could you please take a look under your joomla error log? Seems like 500 error to me.
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!

etna

The text appeared in screen and log file (turned on the Error Reporting)
PHP Fatal error:  Cannot access protected property JException::$code in /home/.../public_html/templates/.../error.php on line 14
OK
I found out that it was a menu item pointing to List Orders and had an alias URL generating the problem.
I deleted it and done.

Thank you (eyxaristv) anyway.

bytelord

Nice :)

You are welcome (parakalo). I was thinking that related to this, but you found it and fixed it :)

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!