GithubHelp home page GithubHelp logo

binoykl / activecollab-probe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from activecollab/activecollab-probe

0.0 1.0 0.0 35 KB

Verify whether your server can run ActiveCollab or not

Home Page: https://activecollab.com

PHP 100.00%

activecollab-probe's Introduction

ActiveCollab Probe

Use probe.php script to check if your system can run ActiveCollab or not.

Supported versions:

  • ActiveCollab 5.14 and 5.15
  • ActiveCollab 6 and newer

Instructions

  1. Download latest probe.php from GitHub,
  2. Open probe.php using your favorite text editor and set database connection parameters. DB_HOST is your MySQL hostname, DB_USER is MySQL account that you will be useding to connect to the server, DB_PASS is account password, and DB_NAME is the name of database that you plan to use,
  3. Upload it to the server where you plan to host ActiveCollab,
  4. Visit probe.php using your browser. Script will run the test and show you the results.

Each test can have one of the three outputs:

  1. OK (#008000 green) - requirement is met.
  2. Warning (#FFA500 orange) - test did not pass, but ActiveCollab does not require that environment option to run. Warnings are usually throw in case of missing extensions that are optional, but good to have, or in cases in early warning about deprecated functionality.
  3. Error (#FF0000 red) - requirement is not met and you will not be able to run ActiveCollab until you reconfigure your environment to support it. Errors are throw in case of missing extensions, or environment settings that will break ActiveCollab (like some unsupported opcode cache extensions).

That's it!

Remove when Done

When you are done, don't forget to remove the script from your server. This is a debugging type of software, that may show too much info about your platform to someone who should not be able to access that data. Because of that, it's highly recommended that you remove it from production server as soon as you complete a task at hand (installing or troubleshooting ActiveCollab).

ActiveCollab Support

If you have any questions or need our assistance, please get in touch: https://activecollab.com/contact.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.