GithubHelp home page GithubHelp logo

nav33d / craft-fieldreveal Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 1.18 MB

View where your custom fields are being used

License: MIT License

PHP 27.40% Vue 16.10% JavaScript 53.31% CSS 1.64% HTML 1.55%
craftcms craftcms-plugin craftcms3

craft-fieldreveal's People

Stargazers

 avatar  avatar

Watchers

 avatar

craft-fieldreveal's Issues

No fields found!

Just installed this and am getting the No fields found error upon opening it. I'm running an nginx local server, MySQL 5.5.60. PHP 7.2, Craft 3.4.20

Can't find fields

Hi there! Just installed this plugin for a site using Craft Pro 3.1.26, PostgreSQL 10.8.

I'm getting a 500 error for /actions/fieldreveal/default/get-fields that's breaking the plugin for me.

The error is:

Database Exception – yii\db\Exception
SQLSTATE[42703]: Undefined column: 7 ERROR: column fields.groupid does not exist
LINE 3: INNER JOIN "fields" "fields" ON fieldgroups.id = fields.grou...
^
HINT: Perhaps you meant to reference the column "fields.groupId".
The SQL being executed was: SELECT "fields"."id" AS "id", "fields"."name" AS "name", "fields"."handle" AS "handle", "fields"."type" AS "type", "fieldgroups"."name" AS "groupName"
FROM "fieldgroups" "fieldgroups"
INNER JOIN "fields" "fields" ON fieldgroups.id = fields.groupId
Error Info: Array
(
    [0] => 42703
    [1] => 7
    [2] => ERROR:  column fields.groupid does not exist
LINE 3: INNER JOIN "fields" "fields" ON fieldgroups.id = fields.grou...
                                                         ^
HINT:  Perhaps you meant to reference the column "fields.groupId".
)
↵
Caused by: PDOException
SQLSTATE[42703]: Undefined column: 7 ERROR: column fields.groupid does not exist
LINE 3: INNER JOIN "fields" "fields" ON fieldgroups.id = fields.grou...
^
HINT: Perhaps you meant to reference the column "fields.groupId".
in /Users/fritzk/code/facadetectonics/vendor/yiisoft/yii2/db/Command.php at line 1290

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.