<div dir="ltr">Yes, because <span style="color:rgb(80,0,80);font-size:12.8000001907349px">$site_URL</span> explicitly is said to not contain / after the domain.<div><br></div><div>Uma - is this small fix something you could include?</div><div><br></div><div>:)</div><div class="gmail_extra"><br><div class="gmail_quote">On 18 February 2015 at 15:34, ghannahuk <span dir="ltr"><<a href="mailto:ghannah@precedence.co.uk" target="_blank">ghannah@precedence.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
So what is the path? I am a novice but I have access to the<br>
/modules/Google/connectors/Oauth2.php<br>
<br>
This is what it is currently:<br>
<span>$this->redirect_uri = $site_URL .<br>
'index.php?module=Google&view=List&operation=sync&sourcemodule=' .<br>
$this->source_module . '&service=' . $this->service_name;<br>
<br>
</span>Should it be this<br>
<span>$this->redirect_uri = $site_URL .<br>
</span>'/index.php?module=Google&view=List&operation=sync&sourcemodule=' .<br>
<span>$this->source_module . '&service=' . $this->service_name;<br>
<br>
</span>i.e. add a '/' to the start and end?<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Vtiger-6-2-Google-calendar-sync-error-tp15095p15418.html" target="_blank">http://vtiger-crm.2324883.n4.nabble.com/Vtigercrm-developers-Vtiger-6-2-Google-calendar-sync-error-tp15095p15418.html</a><br>
Sent from the vtigercrm-developers mailing list archive at Nabble.com.<br>
_______________________________________________<br>
<a href="http://www.vtiger.com/" target="_blank">http://www.vtiger.com/</a><br>
</blockquote></div><br></div></div>