beckenrode / mysql-workbench-export-laravel-5-migrations

A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
MIT License
898 stars 236 forks source link

Plugin not showing Tools > Catalog > Export Laravel 5 Migration option #80

Open nico-ramirez opened 3 years ago

nico-ramirez commented 3 years ago

As title says, the Export option isn't there anymore

mouhamedfd commented 3 years ago

Hello @VoodooNik, if you are using Mysql Workbench 8.0.22 or 8.0.23 i noticed the same behaviour pull request #79 seem to solve the problem

muhaimenul commented 3 years ago

Facing same problem in MySQL Workbench 8.0.23. The issue still persists. @mouhamedfd

mouhamedfd commented 3 years ago

Hi @muhaimenul can you give the exact version like in (https://downloads.mysql.com/archives/workbench/) to test it

muhaimenul commented 3 years ago

Hello @mouhamedfd, I am using MySQL Workbench 8.0.23 (https://dev.mysql.com/downloads/workbench/) in Ubuntu Linux 20.04.

mouhamedfd commented 3 years ago

Hello @muhaimenul i tested it on Ubuntu 20.04 and on Windows 10 20H2 with Mysql Workbench 8.0.23 and it works, maybe the logs could help. Can you give the ouput at Help > Show Log File

muhaimenul commented 3 years ago

Here's the log file @mouhamedfd


22:34:30 [INF][   WBContext UI]: Initializing workbench context UI with these values:
    base dir: /usr/share/mysql-workbench
    plugin path: /usr/lib/mysql-workbench/plugins
    struct path: /usr/share/mysql-workbench/grt
    module path: /usr/lib/mysql-workbench/modules
    library path: /usr/share/mysql-workbench/libraries
    user data dir: /home/muhaimenul/.mysql/workbench
    open at start: 
    open type: 
    run at startup: 
    run type: 
    Force SW rendering: No
    Force OpenGL: No
    quit when done: No
22:34:30 [INF][      WBContext]: WbContext::init
22:34:30 [INF][            WBA]: Looking for extension modules for WBA...
22:34:30 [INF][            WBA]: 0 extension modules found
22:34:30 [WRN][            grt]: Duplicate plugin name wb.tools.cmdlineClient   There is more than one plugin with the name wb.tools.cmdlineClient (in PyWbUtils and PyWbUtils).
22:34:30 [WRN][            grt]: /home/muhaimenul/.mysql/workbench/connections.xml:25: link 'f8f27c7c-a12c-11eb-b35c-ddb604ede245' <object GrtObject> key=owner could not be resolved
22:34:30 [WRN][            grt]: Duplicate plugin name wb.tools.cmdlineClient   There is more than one plugin with the name wb.tools.cmdlineClient (in PyWbUtils and PyWbUtils).
22:34:31 [INF][      WBContext]: System info:
    MySQL Workbench Community (GPL) for Linux/Unix version 8.0.23 CE build 365764 (64 bit)
    Configuration Directory: /home/muhaimenul/.mysql/workbench
    Data Directory: /usr/share/mysql-workbench
    Cairo Version: 1.16.0
    OS: Ubuntu 20.04 x86_64
    CPU: 8x Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz (3554.964MHz) - 15.55GiB RAM
No video adapter info available
    Distribution: Ubuntu 20.04.2 LTS

    Fips mode enabled: no

22:34:31 [INF][    WQE backend]: Found auto-save workspace /home/muhaimenul/.mysql/workbench/sql_workspaces/new_connection-1.autosave
22:34:41 [INF][SQL Editor Form]: Opened connection 'BtracSl' to MySQL Community Server (GPL) version 5.7.31
22:34:42 [ERR][SQL Editor Form]: Unable to create db_mgmt_SSHConnectionRef object
22:34:42 [ERR][SQL Editor Form]: Unable to create db_mgmt_SSHConnectionRef object```
carlos-mora commented 1 year ago

Still an issue. Linux Mint 20.21/Workbench 8.0.32 CE

rubynho commented 4 months ago

Hey guys! Maybe it's not showing because there's no model open, try creating or opening one. Ctrl + N can be used to create a new one.