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/';
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | URI.png | 79.31 KB | francewhoa |
Comments
Comment #1
francewhoaAttaching screenshot to clarify.
Comment #2
Bevan commentedI simplified the project page so that this is not so confusing.
Comment #3
francewhoaGreat. Thanks Bevan
Comment #4
Bevan commentedOnopoc; 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. :)
Comment #5
francewhoaThanks for the information Bevan. I learned something new.