I am using the GK contact plugin as standard om the template (J3 version)
When I fill in the contact for it sends an error out.
For some reason it is trying to connect with an SSL (https://) connection after submitting.
How do I get this working?
bkrztuk wrote:Could you provide me details to your administrator area via PM ? Please remember to include link to this forum thread in message.
bkrztuk wrote:Could you provide me details to your administrator area via PM ? Please remember to include link to this forum thread in message.
bkrztuk wrote:I've just checked inbox and there is no message from you. I've reviewed messages since 07.07.2013
<?php if(count($app->getMessageQueue())) : ?>
<jdoc:include type="message" />
<?php endif; ?>
<?php if($this->API->modules('intro')) : ?>
<div class="gk-intro">
<jdoc:include type="modules" name="intro" style="<?php echo $this->module_styles['intro']; ?>" />
</div>
<?php endif; ?
bkrztuk wrote:rest_files already contains plugin in version 1.2 which resolves this issue.
Warning
JInstaller: :Install: Cannot find Joomla XML setup file
$cur_url = (!empty($_SERVER['HTTPS'])) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];
$cur_url = ((!empty($_SERVER['HTTPS'])) && ($_SERVER['HTTPS']!='off')) ? "https://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'] : "http://".$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'];