I tried adding the following lines to my settings.php

<?php
$conf['feedbacktab_iframe_uri'] = 'http://example.com/';
?>

But the browser returns the following error message

Parse error: syntax error, unexpected '<' in /pathtomywebsitehere/sites/default/settings.php on line 229

I tried changing http://example.com/ for my website URL but the browser returns the same error message.

I tried adding the following line to my settings.php and it works. I removed the PHP tags.

$conf['feedbacktab_iframe_uri'] = 'http://example.com/';
CommentFileSizeAuthor
#1 URI.png79.31 KBfrancewhoa

Comments

francewhoa’s picture

StatusFileSize
new79.31 KB

Attaching screenshot to clarify.

Bevan’s picture

Status: Active » Fixed

I simplified the project page so that this is not so confusing.

francewhoa’s picture

Status: Fixed » Closed (fixed)

Great. Thanks Bevan

Bevan’s picture

Status: Closed (fixed) » Fixed

Onopoc; Convention on drupal.org is to leave issues marked as "fixed" or "wont' fix" etc. drupal.org marks them closed after two weeks. This allows time to find it in the "open issues" queue if there a related issue arises shortly after. :)

francewhoa’s picture

Thanks for the information Bevan. I learned something new.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.