RE: Bug #507, Admin's link to "Online Catalog" broken

samad64, I'm not able to reproduce this problem. It shouldn't be a problem.

What are your SEO URL settings?

Also, a blank page indicates that there was a PHP Fatal Error and display_errors is turned off. Could you temporarily turn display_errors on, get the full error message, and post it here?

You can turn display_errors on in .htaccess by using:
Code:
php_flag display_errors on
Thanks