GithubHelp home page GithubHelp logo

taymiya / orocommerce Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 3.0 13.57 MB

Taymiya PDF Manager for OroCommerce

Home Page: http://taymiya.com

License: Other

PHP 99.02% ApacheConf 0.01% CSS 0.01% JavaScript 0.36% HTML 0.62%
taymiya pdf manager orocommerce

orocommerce's People

Contributors

taymiya avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

orocommerce's Issues

Installer and migrations are incomplete

  1. Install the package
  2. Run oro:platform:update command
  3. Go to System Configuration
[2019-09-18 11:31:18] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'SELECT i0_.serialized_data AS serialized_data_0, i0_.id AS id_1, i0_.isSystem AS issystem_2, i0_.isEditable AS iseditable_3, i0_.name AS name_4, i0_.description AS description_5, i0_.css AS css_6, i0_.format AS format_7, i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font AS font_10, i0_.orientation AS orientation_11, i0_.auteur AS auteur_12, i0_.margintop AS margintop_13, i0_.marginleft AS marginleft_14, i0_.marginright AS marginright_15, i0_.marginbottom AS marginbottom_16, i0_.autobreak AS autobreak_17, i0_.parent AS parent_18, i0_.content AS content_19, i0_.entityName AS entityname_20, i0_.hf AS hf_21, i0_.type AS type_22, i0_.user_owner_id AS user_owner_id_23, i0_.organization_id AS organization_id_24 FROM ibnab_pmanager_template i0_ WHERE i0_.entityName = ? AND i0_.organization_id = ? ORDER BY i0_.name ASC' with params ["Oro\\Bundle\\OrderBundle\\Entity\\Order", 1]:  SQLSTATE[42703]: Undefined column: 7 ERROR:  column i0_.font does not exist LINE 1: ...i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font A...                                                              ^" at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php line 72 {"exception":"[object] (Doctrine\\DBAL\\Exception\\InvalidFieldNameException(code: 0): An exception occurred while executing 'SELECT i0_.serialized_data AS serialized_data_0, i0_.id AS id_1, i0_.isSystem AS issystem_2, i0_.isEditable AS iseditable_3, i0_.name AS name_4, i0_.description AS description_5, i0_.css AS css_6, i0_.format AS format_7, i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font AS font_10, i0_.orientation AS orientation_11, i0_.auteur AS auteur_12, i0_.margintop AS margintop_13, i0_.marginleft AS marginleft_14, i0_.marginright AS marginright_15, i0_.marginbottom AS marginbottom_16, i0_.autobreak AS autobreak_17, i0_.parent AS parent_18, i0_.content AS content_19, i0_.entityName AS entityname_20, i0_.hf AS hf_21, i0_.type AS type_22, i0_.user_owner_id AS user_owner_id_23, i0_.organization_id AS organization_id_24 FROM ibnab_pmanager_template i0_ WHERE i0_.entityName = ? AND i0_.organization_id = ? ORDER BY i0_.name ASC' with params [\"Oro\\\\Bundle\\\\OrderBundle\\\\Entity\\\\Order\", 1]:\n\nSQLSTATE[42703]: Undefined column: 7 ERROR:  column i0_.font does not exist\nLINE 1: ...i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font A...\n                                                             ^ at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:72, Doctrine\\DBAL\\Driver\\PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column i0_.font does not exist\nLINE 1: ...i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font A...\n                                                             ^ at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:107, PDOException(code: 42703): SQLSTATE[42703]: Undefined column: 7 ERROR:  column i0_.font does not exist\nLINE 1: ...i0_.unit AS unit_8, i0_.direction AS direction_9, i0_.font A...\n                                                             ^ at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105)"} []

Unknown column 'parent_entity_class' (orocommerce 3.1.x)

I tried to save global header settings.


Uncaught PHP Exception Doctrine\DBAL\Exception\InvalidFieldNameException: "An exception occurred while executing 'INSERT INTO oro_attachment_file (serialized_data, filename, extension, mime_type, original_filename, file_size, parent_entity_class, parent_entity_id, parent_entity_field_name, created_at, updated_at, owner_user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["Tjs=", "5d284c20973fc619749269.png", "png", "image\/png", "Logo-kkrieger-1024x473.png", 157024, null, null, null, "2019-07-12 09:00:16", "2019-07-12 09:00:16", 1]:

SQLSTATE[42S22]: Column not found: 1054 Unknown column 'parent_entity_class' in 'field list'" at /var/www/share/orocommerce-project-mde/production/releases/oroapp-3.1.6/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php line 79

Template name validation is missing

  1. Create a template and leave Template Name empty
[2019-09-18 12:18:48] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\NotNullConstraintViolationException: "An exception occurred while executing 'INSERT INTO ibnab_pmanager_template (serialized_data, isSystem, isEditable, name, description, css, format, unit, direction, font, orientation, auteur, margintop, marginleft, marginright, marginbottom, autobreak, parent, content, entityName, hf, type, user_owner_id, organization_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params ["Tjs=", 0, 1, null, null, null, "A4", "mm", "ltr", "helvetica", "P", null, null, null, null, null, 1, null, "{{ system.appURL }}", "Oro\\Bundle\\OrderBundle\\Entity\\Order", 0, "html", 1, 1]:  SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column "name" violates not-null constraint DETAIL:  Failing row contains (1, 1, 1, f, t, null, null, null, A4, mm, ltr, P, null, null, null, null, null, t, null, {{ system.appURL }}, Oro\Bundle\OrderBundle\Entity\Order, html, f, Tjs=, helvetica)." at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php line 57 {"exception":"[object] (Doctrine\\DBAL\\Exception\\NotNullConstraintViolationException(code: 0): An exception occurred while executing 'INSERT INTO ibnab_pmanager_template (serialized_data, isSystem, isEditable, name, description, css, format, unit, direction, font, orientation, auteur, margintop, marginleft, marginright, marginbottom, autobreak, parent, content, entityName, hf, type, user_owner_id, organization_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [\"Tjs=\", 0, 1, null, null, null, \"A4\", \"mm\", \"ltr\", \"helvetica\", \"P\", null, null, null, null, null, 1, null, \"{{ system.appURL }}\", \"Oro\\\\Bundle\\\\OrderBundle\\\\Entity\\\\Order\", 0, \"html\", 1, 1]:\n\nSQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"name\" violates not-null constraint\nDETAIL:  Failing row contains (1, 1, 1, f, t, null, null, null, A4, mm, ltr, P, null, null, null, null, null, t, null, {{ system.appURL }}, Oro\\Bundle\\OrderBundle\\Entity\\Order, html, f, Tjs=, helvetica). at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractPostgreSQLDriver.php:57, Doctrine\\DBAL\\Driver\\PDOException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"name\" violates not-null constraint\nDETAIL:  Failing row contains (1, 1, 1, f, t, null, null, null, A4, mm, ltr, P, null, null, null, null, null, t, null, {{ system.appURL }}, Oro\\Bundle\\OrderBundle\\Entity\\Order, html, f, Tjs=, helvetica). at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:107, PDOException(code: 23502): SQLSTATE[23502]: Not null violation: 7 ERROR:  null value in column \"name\" violates not-null constraint\nDETAIL:  Failing row contains (1, 1, 1, f, t, null, null, null, A4, mm, ltr, P, null, null, null, null, null, t, null, {{ system.appURL }}, Oro\\Bundle\\OrderBundle\\Entity\\Order, html, f, Tjs=, helvetica). at /home/serhii/dev/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php:105)"} []

Duplicate unique index

    ERROR: An exception occurred while executing 'CREATE UNIQUE INDEX UQ_NAME ON ibnab_pmanager_template (name, entityName)':

SQLSTATE[42P07]: Duplicate table: 7 ERROR:  relation "uq_name" already exists

Not able to open a preview

 Refused to display 'http://dev.localhost:8000/admin/pmanager/template/preview/1' in a frame because it set 'X-Frame-Options' to 'deny'.

โ€‹```

Invalid configuration

  [RuntimeException]
  [Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]

    Invalid configuration for path "system_configuration.fields.ibnab_pmanager.allow": Field must be required when field has
   NotBlank constraint.

    [InvalidArgumentException]
    Field must be required when field has NotBlank constraint.

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.