CodeIgniter Forums
Strange message at the top of my website - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Strange message at the top of my website (/showthread.php?tid=73008)



Strange message at the top of my website - Wouter60 - 03-09-2019

I have a website that was built in CodeIgniter 3.x and Bootstrap 3.
Suddenly, on one of my pages, I have a strange message right below the navbar:
Code:
Type=cdir;Modify=20190228205608;Unique=04c800e5ee99c7bc;Perm=cmpdfe;UNIX.mode=0755;UNIX.owner=1998957;UNIX.group=1101; . Type=pdir;Modify=20190228205608;Unique=04c800e5e4dbe742;Perm=cmpdfe;UNIX.mode=0755;UNIX.owner=1998957;UNIX.group=1101; ..
It's nowhere in my own code. Not in my controller and not in my views. Where is this coming from?


RE: Strange message at the top of my website - website - 03-09-2019

Maybe from your hosting or vps (file permission problem?).


RE: Strange message at the top of my website - skunkbad - 03-09-2019

(03-09-2019, 06:10 AM)Wouter60 Wrote: I have a website that was built in CodeIgniter 3.x and Bootstrap 3.
Suddenly, on one of my pages, I have a strange message right below the navbar:
Code:
Type=cdir;Modify=20190228205608;Unique=04c800e5ee99c7bc;Perm=cmpdfe;UNIX.mode=0755;UNIX.owner=1998957;UNIX.group=1101; . Type=pdir;Modify=20190228205608;Unique=04c800e5e4dbe742;Perm=cmpdfe;UNIX.mode=0755;UNIX.owner=1998957;UNIX.group=1101; ..
It's nowhere in my own code. Not in my controller and not in my views. Where is this coming from?

See: https://stackoverflow.com/questions/40334132/type-cdirmodify-message-on-joomla-site

Seems related to something in your code using FTP.


RE: Strange message at the top of my website - Wouter60 - 03-11-2019

There isn't any referrence to FTP on that page.
I moved the view to another folder and the message disappeared.
Not really a satisfying solution, because I can't explain why, but it works.