1) If I add a custom logo path of the type http://www.mysite.com/path_to_logo/filename.png the watchdog logs a warning saying "path to http://http://www.mysite.com/path_to_logo/filename.png is not found".
2) If I add a custom logo path of the type ../path_to_logo/filename.png the watchdog logs a warning saying "path to http:///path_to_logo/filename.png is not found".
Anyone else experiencing this? I'm running 4.7 rc2, no contrib modules.
Comments
Comment #1
steph commentedHere is a small patch that correct it
Comment #2
steph commentedSorry, wrong file :-(
Comment #3
Egon Bianchet commentedWhy also ftp? I think it's not necessary ..
Anyway I suspect the test on
$protocolwon't work because "http" and "ftp" differs by one char, so "ftp" would instead be "ftp:" because ofsubstr, or am I wrong?Comment #4
Egon Bianchet commentedComment #5
killes@www.drop.org commentedI've got a report from an experienced user who says he cant reproduce it. try using an absolute path.