# Strange panel field error

**URL:** https://forum.getkirby.com/t/strange-panel-field-error/3893
**Category:** Questions
**Tags:** v2
**Created:** [April 18, 2016, 8:31am UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893 "2016-04-18T08:31:55Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [April 18, 2016, 8:31am UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/1 "2016-04-18T08:31:55Z")

</div>

I’ve created a simple field and it works well on most pages but on `projects` I got this error:

> Fatal error: Method name must be a string in C:\wamp\www\status\panel\app\src\panel\models\page\changes.php on line 71

I don’t know if it’s something I did or a bug. When logging out and in it worked.

I’m worried it will happend again. Any idea why this may accur, except that the method name does not seems to be a string.

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [April 18, 2016, 8:34am UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/2 "2016-04-18T08:34:20Z")

</div>

Have you provided your code in secret ink? I don’t seem to be able to see it anywhere? 😌

---

<div class="post-metadata">

### Author: ![jenstornell](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/jenstornell/32/546_2.png) [@jenstornell](https://forum.getkirby.com/u/jenstornell)
#### Post date: [April 18, 2016, 8:43am UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/3 "2016-04-18T08:43:21Z")

</div>

Yeah, a really secret project. 😉

> **[jenstornell/kirby-status](https://github.com/jenstornell/kirby-status)**
>
> kirby-status - With this field, a page can be published, unpublished, private

Only for testing purposes. Bugs that feels random is the worst kind.

At the moment it works even for `projects` but I don’t feel I’ve changed anything. Kirby 2.3 required.

---

<div class="post-metadata">

### Author: ![rgolightly](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/rgolightly/32/4624_2.png) [@rgolightly](https://forum.getkirby.com/u/rgolightly)
#### Post date: [July 25, 2016, 11:50pm UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/4 "2016-07-25T23:50:45Z")

</div>

Did you get this figured out ever? I’m getting the same error message after trying to add a field in a blueprint, and now it’s giving me this same exact error.

I accidentally left off the : when I first added the field in the blueprint, and that’s when it started happening, but have since removed the field entirely and it was still happening. I’ve restarted and it seems to be functioning again now with that field removed. I’m going to attempt re-adding the field though, and see what happens.

---

<div class="post-metadata">

### Author: ![rgolightly](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/rgolightly/32/4624_2.png) [@rgolightly](https://forum.getkirby.com/u/rgolightly)
#### Post date: [July 25, 2016, 11:54pm UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/5 "2016-07-25T23:54:16Z")

</div>

Update: adding the same field but with the correct : after a restart of the panel seems to be working.

---

<div class="post-metadata">

### Author: ![texnixe](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/texnixe/32/5754_2.png) [@texnixe](https://forum.getkirby.com/u/texnixe)
#### Post date: [July 27, 2016, 1:26pm UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/6 "2016-07-27T13:26:39Z")

</div>

@rgolightly: What that some sort of custom field that was causing the error or a standard Panel field?

---

<div class="post-metadata">

### Author: ![rgolightly](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/rgolightly/32/4624_2.png) [@rgolightly](https://forum.getkirby.com/u/rgolightly)
#### Post date: [July 28, 2016, 2:12am UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/7 "2016-07-28T02:12:14Z")

</div>

@texnixe - standard, I think

Here is what ended up working:

```
  alternatedate:
    label: World Premiere Alternate
    type: text
    width: 1/4 

```

and here is what I accidentally input originally which broke the panel (temporarily)

```
  alternatedate
    label: World Premiere Alternate
    type: text
    width: 1/4
```

---

<div class="post-metadata">

### Author: ![distantnative](https://dub1.discourse-cdn.com/flex017/user_avatar/forum.getkirby.com/distantnative/32/11319_2.png) [@distantnative](https://forum.getkirby.com/u/distantnative)
#### Post date: [February 6, 2025, 4:57pm UTC](https://forum.getkirby.com/t/strange-panel-field-error/3893/8 "2025-02-06T16:57:27Z")

</div>


