beyondcode / invoker-community

74 stars 2 forks source link

No idea whats happening #321

Closed elalecs closed 1 year ago

elalecs commented 1 year ago

My first time using Invoker and this happened

What else should I share?


OS: darwin Invoker Version: 2.10.0 Laravel Version: 9.7.0 Local project: unknown PHP Binary: /usr/local/bin/php Route: /commands?project=remote-cocaCcu1bXpdN5xh4jk5ST

Error:

Doctrine\DBAL\Exception 

  Unknown database type linestring requested, Doctrine\DBAL\Platforms\MySQL80Platform may not support it.

  at phar:///tmp/root_invoker.phar/vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php:178
    174▕             $this->initializeAllDoctrineTypeMappings();
    175▕         }
    176▕         $dbType = \strtolower($dbType);
    177▕         if (!isset($this->doctrineTypeMapping[$dbType])) {
  ➜ 178▕             throw new \Doctrine\DBAL\Exception('Unknown database type ' . $dbType . ' requested, ' . static::class . ' may not support it.');
    179▕         }
    180▕         return $this->doctrineTypeMapping[$dbType];
    181▕     }
    182▕     public function hasDoctrineTypeMappingFor($dbType)

      +3 vendor frames 
  4   phar:///tmp/root_invoker.phar/src/Factories/AttributeCollection.php:25
      Doctrine\DBAL\Schema\AbstractSchemaManager::listTableColumns("properties")

  5   phar:///tmp/root_invoker.phar/src/Factories/AttributeCollection.php:15
      _HumbugBox5bc770953b87\Invoker\Factories\AttributeCollection::getColumns("App\Models\Property")