This is the community forum. For a developer response use the Client Area.
Follow us on Facebook, Twitter and YouTube!

Failing Installation
#1

Dear All,

Thank you for the great product, I have succesfully installed and is running commentics, except for my admin area where I am getting error :

The referrer has external origin

Every time I try to perform an action, 

How can I get this fixed?

Regards,
Reply
#2

Hi there,

You'll need to open this file:

/backend/model/common/poster.php

And comment out this line:

PHP Code:
<?php 
$error
= $data['lang_error_referrer_external'];

So it becomes:

PHP Code:
<?php 
// $error = $data['lang_error_referrer_external'];

If you have a minute can you also do this. I'd like to see why it's not working.

Above the line you just commented out, add this:

PHP Code:
<?php 
var_dump
($referrer);
var_dump($domain);
die;

The idea is that the second string is meant to be inside the first string.

Have you completed the interview?
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by rol
16-Feb-2020, 02:18 PM
Last Post by lastejas
29-Sep-2018, 02:03 PM
Last Post by jgee
18-Nov-2016, 06:59 PM
Last Post by Steven
01-Jan-2016, 12:37 AM
Last Post by Steven
18-Nov-2015, 07:07 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)