Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quickscript fails to configure ionCube properly on 7.5.3 (latest flag) #35

Open
Mokson opened this issue Aug 4, 2022 · 2 comments
Open

Comments

@Mokson
Copy link

Mokson commented Aug 4, 2022

STR

  1. install testrail using quickscript with the :latest flag
  2. try to start

AR: The ionCube PHP Loader is not installed

Issue confirmed by the Support team

@Mokson Mokson changed the title quickscript fails to configure ionCube properly on 7.5.2 (latest flag) quickscript fails to configure ionCube properly on 7.5.3 (latest flag) Aug 4, 2022
@Mokson
Copy link
Author

Mokson commented Aug 4, 2022

Proposed by the support team workaround

Apache Container:

  1. First log in to your apache container: docker exec -it testrail-docker-master_srv_1 /bin/bash
  2. Navigate to the directory of php.ini and edit usually under /usr/local/etc/php/
  3. Add this value to php.ini and save:
    zend_extension=/opt/ioncube/ioncube_loader_lin_7.3.so

Cassandra container:

  1. Log in to Cassandra container: docker exec -it testrail-docker-master_cassandra_1 /bin/bash
  2. Log in to CQLSH: cqlsh -u cassandra -p cassandra
  3. Create a keyspace:
    CREATE KEYSPACE IF NOT EXISTS testrail WITH REPLICATION={'class': 'SimpleStrategy', 'replication_factor': 1};

@SpNkd
Copy link

SpNkd commented Aug 26, 2022

Hello, after changing in php.ini you must restart apache or docker-compose (service apache2 restart - in docker bash for example)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants