I recently put up a website and as soon as it was online a strange div called #text containing the word “NULL” appeared above my header. The strange thing is that it also shows up in my panel, under the black dashboard header. Any ideas where it may come from and how to get rid of it? Sorry if the question isn’t kirby specific, but I thought to post it here since it also shows in the panel and maybe it’s some sort of issue?
you are right - it doesn’t disappear if I remove the header. I didn’t use any plugins or any js. What do you mean by custom code? This is the homepage code as example
<?php
/*
---------------------------------------
License Setup
---------------------------------------
Please add your license key, which you've received
via email after purchasing Kirby on http://getkirby.com/buy
It is not permitted to run a public website without a
valid license key. Please read the End User License Agreement
for more information: http://getkirby.com/license
*/
c::set('license', 'put your license key here');
c::set('debug', true);
var_dump($page);
/*
---------------------------------------
Kirby Configuration
---------------------------------------
By default you don't have to configure anything to
make Kirby work. For more fine-grained configuration
of the system, please check out http://getkirby.com/docs/advanced/options
*/