chash icon indicating copy to clipboard operation
chash copied to clipboard

Chamilo Shell

Results 14 chash issues
Sort by recently updated
recently updated
newest added

When running php chash/chash.php with any commands I receive the following: PHP Fatal error: Uncaught ArgumentCountError: Too few arguments to function Chash\Command\Common\CommonCommand::__construct(), 0 passed in /var/www/chamilo/chash/chash.php on line 62 and...

Followed install directions received the following: Package doctrine/reflection is abandoned, you should avoid using it. Use roave/better-reflection instead. Package sonata-project/datagrid-bundle is abandoned, you should avoid using it. No replacement was...

:/var/www/chamilo110x$ sudo chash chash:chamilo_install --linux-user="www-data" --linux-group="www-data" --sitename="Chamilo" --site_url="http://localhost/" --permissions_for_new_directories="0777" --permissions_for_new_files="0666" --firstname="John" --lastname="Doe" --username="admin" --password="admin" --email="[email protected]" --language="english" --institution="Chamilo" --institution_url="https://chamilo.org" --driver="pdo_mysql" --port="3306" --host="localhost" --dbname="chamilo110x" --dbuser="chamilo110x" --dbpassword="chamilo110x" --encrypt_method="sha1" --phone="123456" 1.10.0 /var/www/chamilo110x ## [sudo]...

bug

Hi Julio Vchamilo plugin (beeznest version) tells it would be compatible with chash. I digged dep into chash upgrade command and did not noticed any special coding for driving the...

This is a particular case, but when your database password contains a "(" character (and probably also ")"), the chash db:sql_cli command fails with error: ``` Starting Chamilo SQL cli...

Since we added bcrypt, there is no way to change the password from the command line with Chash

enhancement

The database port was added in 1.10.0 as part of https://support.chamilo.org/issues/7819 Now we should add this to Chash (optional parameter)

This is specific to the Mysql database, instead of using "int unsigned" use bigint, smallint or int.

This command, in Drush, generates release notes with the commit messages and links between two git tags. The objective would be to generate a basic changelog.html that can later be...