qtrans_convertURL() stopped working
-
So I’ve been using qTranslate on a few different sites for a few years now. I’ve just migrated one of my sites from the development server to the live server all my links now reset to the default language. My navigation is abunch of HTML inside a widget and I AM using the qtrans_convertURL() function. I also have execphp installed and have tested that it works with a simple echo statement.. I’m really at a loss as to why this would stop working. Like I said I’ve been using qTranslate on about 5 or 6 different sites for about 2 years now and this is the first time I’ve encountered this problem. I’ll post my code below.
<a href="<?php echo qtrans_convertURL('https://www.jupitercanada.com', $lang); ?>"><!--:en-->HOME<!--:--> <!--:fr-->ACCUEIL<!--:--></a>
- The topic ‘qtrans_convertURL() stopped working’ is closed to new replies.