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

upgrade 1.2 to 2.5 issues
#11

Hi Jennie,

In /upload/admin/index.php, temporarily remove the following code:

PHP Code:
<?php 
/* Check Referrer */
if (cmtx_setting('check_referrer')) {
if (isset(
$_SERVER['HTTP_REFERER'])) { //if referrer available
$referrer = cmtx_url_decode($_SERVER['HTTP_REFERER']); //get referrer
$domain = cmtx_url_decode(cmtx_setting('site_domain')); //get domain
if (!stristr($referrer, $domain)) { //if referrer does not contain domain
?>
<span class='negative'>The referrer has external origin.</span>
<p />
You have arrived at this page from outside of the admin panel.
<p />
Please access this page through the menu above.
<?php
die();
}
}
}

Then go to Settings -> System and update the 'Site Domain' setting.

Have you completed the interview?
Reply
#12

Hi Steven

Admin seems fine now but I have Access Denied in the front end.

I've updated the settings in manage pages as well

Thanks

Jennie
Reply
#13

I've run the installer on the live server now and still having access denied problem

The installer failed to connect to the database originally and I had to change the hostname. I couldn't get back to try again so I used the browser back button and the next time it bypassed the database settings so I'm not sure if it used the correct db in the end!

The url is:
http://www.excel-elec.co.uk/reviews2.php

The orginal one still working

Thanks, sorry to be a trouble
Reply
#14

I've made some progress, I realised the integration is now completely different and once I'd updated that, the form is now in place and working but the comments aren't there. It's showing 0 comments

They are showing in the admin ... ?
Reply
#15

Hello again

I found the answer in another post, so in short my problems were due to:

1. Needing to update the integration code on the web page where I needed it to display.
2. The comments weren't showing as they were set to show on the old page, so I needed to edit each comment and select the correct page for it to show on

So I think I'm sorted now. Thanks for all your help

Best regards
Jennie
Reply


Possibly Related Threads…
Thread / Author Replies Views Last Post
Last Post by Steven
03-Feb-2020, 09:20 PM
Last Post by ddraber
15-Apr-2019, 02:34 PM
Last Post by chris
14-Feb-2019, 10:15 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)