https://twill.io logo
Join Discord
Powered by
# ❓questions
  • i

    ifox

    11/16/2022, 1:46 PM
    they are all 3 doing the same thing
  • i

    ifox

    11/16/2022, 1:46 PM
    @twillPropGroup is agnostic of block/repeater, while the other 2 are more specific
  • s

    Sami

    11/16/2022, 1:49 PM
    But where do we need to reference a group of repeaters?
  • i

    ifox

    11/16/2022, 1:54 PM
    good point, nowhere
  • i

    ifox

    11/16/2022, 1:55 PM
    all the directives are available in the 3 forms, but indeed that one isn't relevant for repeaters
  • s

    Sami

    11/16/2022, 2:00 PM
    Ok and the propGroup? 😁 Does it work currently the same as blockgroup? I'm just trying to fully understand since you already found the moment to explain 🙏🏼
  • i

    ifox

    11/16/2022, 2:18 PM
    you can use
    @twillPropGroup
    or
    @twillBlockGroup
    and it should do the exact same thing
  • s

    Sami

    11/16/2022, 2:19 PM
    Thank you!
  • y

    Young_Koekwaus

    11/17/2022, 5:47 PM
    Very weird everything was working perfect before and now im getting this error, does anyone know is this is the problem of the server or the code
  • y

    Young_Koekwaus

    11/17/2022, 5:48 PM
    it happends when i try to login the admin panel
  • i

    ifox

    11/17/2022, 5:58 PM
    definitely looks like a web server issue
  • y

    Young_Koekwaus

    11/17/2022, 5:58 PM
    fack strato
  • i

    ifox

    11/17/2022, 5:58 PM
    shared hosting?
  • y

    Young_Koekwaus

    11/17/2022, 5:58 PM
    thaks for replying
  • y

    Young_Koekwaus

    11/17/2022, 5:58 PM
    yeah
  • y

    Young_Koekwaus

    11/17/2022, 5:59 PM
    shared hosting
  • y

    Young_Koekwaus

    11/17/2022, 5:59 PM
    getting a 503 error in the network tab
  • l

    Luís Novais

    11/17/2022, 11:07 PM
    How can I disable publish state feature ?
  • k

    kalle

    11/18/2022, 12:13 AM
    Copy code
    php
    // Controller
    protected $indexOptions = [
            'publish' => false
    ];
    But this is only for index view, I think for form you need to manualy disable it.
  • i

    ifox

    11/18/2022, 12:53 AM
    or just not having a published column in your model
  • k

    kalle

    11/18/2022, 8:51 AM
    But wouldnt it create a problem when CMS expects
    published
    column?
  • i

    ifox

    11/18/2022, 9:42 AM
    It doesn't if it's not in the model
  • y

    Young_Koekwaus

    11/18/2022, 10:35 AM
    Im still having this problem does anyone know what i can do to fix this, im hosting on a shared host on strato.
  • h

    Harings Rob

    11/18/2022, 10:38 AM
    Hey @Young_Koekwaus this happens on every page? Is there anything in your logs? Have you reached out to the hosting provider?
  • y

    Young_Koekwaus

    11/18/2022, 10:39 AM
    Its weird every page works completely fine but when i try to submit something like a contact form or try to login into the twill cms it gives me this stupid error
  • y

    Young_Koekwaus

    11/18/2022, 10:39 AM
    In the log files it just says 503
  • y

    Young_Koekwaus

    11/18/2022, 10:40 AM
    Maybe calling to strato is my best option, but they prob will tell me that it is my fault
  • h

    Harings Rob

    11/18/2022, 10:41 AM
    There needs to be an error message somewhere
  • y

    Young_Koekwaus

    11/18/2022, 10:41 AM
    I will look more
  • y

    Young_Koekwaus

    11/18/2022, 10:41 AM
    Maybe i see something on the strato dashboard
1...425426427...484Latest