Skip to content

Problems #1

@fospald

Description

@fospald

Hi, I used your diem and added this plugin now I get some strange errors when adding suppliers

http://diem-test.de/admin_dev.php/commerce/products/suppliers/new

Unknown record property / related component "dm_com_product_id" on "DmComSupplier"
stack trace

* at ()
  in SF_SYMFONY_LIB_DIR/plugins/sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record/Filter/Standard.php line 55 ...
          52.      */
          53.     public function filterGet(Doctrine_Record $record, $name)
          54.     {
          55.         throw new Doctrine_Record_UnknownPropertyException(sprintf('Unknown record property / related component "%s" on "%s"', $name, get_class($record)));
          56.     }
          57. }

and

http://diem-test.de/admin_dev.php/commerce/product-definitions/product-types/index

500 | Internal Server Error | sfRenderException
The template "_dm_ns_parent_id.php" does not exist or is unreadable in "".
stack trace

* at ()
  in SF_SYMFONY_LIB_DIR/view/sfView.class.php line 364 ...
         361.       }
         362.       else
         363.       {
         364.         throw new sfRenderException(sprintf('The template "%s" does not exist or is unreadable in "%s".', $this->template, $this->directory));
         365.       }
         366.     }
         367.   }

any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions