The file config.footer.inc.php is included only in first page loaded, further ones loaded by AJAX do not include it.
Bugs: #4050
Michal, cannot reproduce with current master (1e64844537e7d6de64e85cce302407daa4e4fab7), or current QA_4_0 (46f88bab6bda180f55709e96f96ad28072794677).
Still reproducible for me on master (1955d5e), haven't tested other.
To reproduce:
Michal, cannot reproduce with your exact scenario. I only put plain text in config.footer.inc.php and am running PHP 5.5.3.
Hi Marc, I was also not able to regenerate this error. I tested it with master(1955d5e) and QA_4.0(cbc620e) and I am using php 5.3.5
Okay, the text needs to be in some HTML tag to disappear. If there is just text it works, when there is <p>text</p> it does not.
Michal, I could reproduce it, please review https://github.com/phpmyadmin/phpmyadmin/pull/754
Merged pull request.
Michal,
cannot reproduce with current master (1e64844537e7d6de64e85cce302407daa4e4fab7), or current QA_4_0 (46f88bab6bda180f55709e96f96ad28072794677).
Still reproducible for me on master (1955d5e), haven't tested other.
To reproduce:
Michal,
cannot reproduce with your exact scenario. I only put plain text in config.footer.inc.php and am running PHP 5.5.3.
Hi Marc,
I was also not able to regenerate this error. I tested it with master(1955d5e) and QA_4.0(cbc620e) and I am using php 5.3.5
Okay, the text needs to be in some HTML tag to disappear. If there is just text it works, when there is <p>text</p> it does not.
Last edit: Michal Čihař 2013-11-13
Michal,
I could reproduce it, please review https://github.com/phpmyadmin/phpmyadmin/pull/754
Merged pull request.