roundcube / plugin-installer

A composer installer for Roundcube plugins
26 stars 15 forks source link

rcubeinitdb.sh - this file does not have an app associated with it for performing this action. #21

Closed courtens closed 3 years ago

courtens commented 5 years ago

When installing plugins I see sometimes this window pop up, but have no idea what to do about it, or how to fix it. This time it was when calling composer require dsoares/lastlogin

image

I got this... Running database initialization script for lastlogin The system cannot execute the specified program.

alecpl commented 5 years ago

The only option will be to not execute any scripts, but do this in php. Should be quite simple since we have rcmail_utils::db_init() and rcmail_utils::db_update() since Roundcube 1.2.

boscorelly commented 4 years ago

It's not an issue ! you are trying to execute linx script on windows !

it's a human issue xD

alecpl commented 3 years ago

It shouldn't be an issue since plugin-installer 0.3.0. Closing.