Newcomer struggling with extra

Hi guys, im new to modx and now working to develop a simple extra to connect with a third party system, for that I’ve been studying Developing an Extra - Tutorials | MODX Documentation already got the repo files, but when I try to run http://localhost/doodles/_build/build.schema.php Im only getting

[2020-01-29 16:29:26] (WARN @ D:\DEVELOPMENT\servers\nginx-1.16.1\www\modx\core\xpdo\om\xpdogenerator.class.php : 217)

PHP notice: Undefined index: version

Execution time: 0.0496 s

The doodle classes get created, but the database doesn’t show the new table, what I’m missing?

Also no error log on ngix or MODX console

If you’ve tweaked the schema from what’s provided in the docs, did you adjust the $manager->createContainer() line as well?

$manager->createObjectContainer('Doodle'); // created the database table
1 Like

Hi Mark, thanks for your answer, actually I realized that I was still missing some pieces of the puzzle, found this article https://www.mikehenry.name/2013/11/tips-for-integrating-third-party-php.html but youyr comment led me in the right direction

1 Like