Giter Club home page Giter Club logo

Comments (4)

ravage84 avatar ravage84 commented on July 30, 2024 1

The issue was with references being a reserved MySQL keyword:

https://dev.mysql.com/doc/refman/5.7/en/keywords.html

Identifier quoting resolves the problem.

The real fix was to rename the field to some unresreved term.

from cakephp-translate.

dereuromark avatar dereuromark commented on July 30, 2024

It should use the default one currently in selection.

from cakephp-translate.

ravage84 avatar ravage84 commented on July 30, 2024

I thought I had one project as default. It even shows me the green tick under default int he project index and detail view. But that's not correct. In the DB i have it set to 0.

from cakephp-translate.

ravage84 avatar ravage84 commented on July 30, 2024

After setting the one translation project I have to default = 1 and status = 1, I get another MySQL error:

Error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'references, translate_domain_id, active, is_html, created, modified) VALUES ('xyz' at line 1

SQL Query:

INSERT INTO translate_strings (name, references, translate_domain_id, active, is_html, created, modified) VALUES (:c0, :c1, :c2, :c3, :c4, :c5, :c6)

from cakephp-translate.

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.