Giter Club home page Giter Club logo

Comments (10)

toddvalentine avatar toddvalentine commented on July 30, 2024 1

I didn't. I closed by mistake. It seems like the visibility toggle returns the error when used from the admin actions in the listing. Toggling visibility from the edit view seems to work fine, so I thought it had been resolved. I will re-open.

from decoy.

toddvalentine avatar toddvalentine commented on July 30, 2024 1

I will try this and close. Thanks.

from decoy.

noxify avatar noxify commented on July 30, 2024

@toddvalentine - how did you solved it?

from decoy.

weotch avatar weotch commented on July 30, 2024

@toddvalentine what database are you using? We have tests for this so I'm pretty sure it's working properly in sqlite and in our /example app:

from decoy.

toddvalentine avatar toddvalentine commented on July 30, 2024

@weotch mysql.

screen shot 2017-05-05 at 4 52 11 pm

from decoy.

weotch avatar weotch commented on July 30, 2024

Huh, and Travis is testing against both PHP 5.6 and 7 on this too. @noxify are you having this issue too? Trying to figure out how to recreate locally.

from decoy.

noxify avatar noxify commented on July 30, 2024

Didn't noticed something like this.

But would be good to see the preview from the failed ajax request.

But i will give it a try this evening (saturday to sunday).

Which MySQL Version are you using?
I tested it only with 5.6.

from decoy.

toddvalentine avatar toddvalentine commented on July 30, 2024

I'm on MariaDB: Server version: 10.0.28-MariaDB-0+deb8u1 (Debian)

screen shot 2017-05-06 at 8 38 06 am

from decoy.

noxify avatar noxify commented on July 30, 2024

Laravel Environment

  • Laravel Version: 5.4.21
  • Timezone: UTC
  • Debug Mode: ✔
  • Storage Dir Writable: ✔
  • Cache Dir Writable: ✔
  • Decomposer Version: ^1.2
  • App Size: 38 MB

Server Environment

  • PHP Version: 7.0.15
  • Server Software: Apache
  • Server OS: Darwin Marcuss-MBP.fritz.box 15.6.0 Darwin Kernel Version 15.6.0: Fri Feb 17 10:21:18 PST 2017; root:xnu-3248.60.11.4.1~1/RELEASE_X86_64 x86_64
  • Database: pgsql 9.6.1.0 / mysql 5.6.35
  • SSL Installed: ✘
  • Cache Driver: file
  • Session Driver: file
  • Openssl Ext: ✔
  • PDO Ext: ✔
  • Mbstring Ext: ✔
  • Tokenizer Ext: ✔
  • XML Ext: ✔

Installed Packages & their version numbers

  • bkwld/decoy : ^5.6
  • laravel/framework : 5.4.*
  • laravel/tinker : ~1.0
  • lubusin/laravel-decomposer : ^1.2

I tested it with a fresh installation together with the stuff from the existing example.
I had the same result with postgres as with mysql as @weotch.

It seems, that it's "only" an mariadb specific problem.

from decoy.

noxify avatar noxify commented on July 30, 2024

Maybe you can modify the articles migration file from:

            $table->boolean('public');

to:

            $table->boolean('public')->nullable();

from decoy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.