This is a little script we created almost two years ago, but never released. It's a single PHP file that does the same platform check as Installer script, but without the need to upload entire activeCollab.
It's easy to run the test:
1. Download probe.php.zip file that is attached to this message. Unpack and upload probe.php to your server. Once uploaded, just visit it with your web browser and system will do platform check.
2. Optionally, you can open the file in your favorite text editor and in Database Settings section provide MySQL connection parameters. When these parameters are provided, probe will also check your database - can it connect, is InnoDB enabled etc.
Thanks so much. I spend 20 minutes trying to find a suitable hosting company and then stumbled upon this post. I was able to confirm that my hosting company 1and1.com passed the test and is a suitable host. Thanks for this neat tool.
InnoDB is one of MySQL's storage engines (ways it stores and manipulates data).
Unlike MyISAM, InnoDB supports transactions that activeCollab uses to make sure that database operations are properly completed before they are committed and saved. Because of that, we highly recommend that you go with InnoDB whenever possible, even though activeCollab works well with MyISAM.
It's easy to run the test:
1. Download probe.php.zip file that is attached to this message. Unpack and upload probe.php to your server. Once uploaded, just visit it with your web browser and system will do platform check.
2. Optionally, you can open the file in your favorite text editor and in Database Settings section provide MySQL connection parameters. When these parameters are provided, probe will also check your database - can it connect, is InnoDB enabled etc.
We hope you'll find this little script helpful.