dotProject Logo dotProject Installer

Welcome to the dotProject Installer! It will setup the database for dotProject and create an appropriate config file. In some cases a manual installation cannot be avoided.
 
There is an initial Check for (minimal) Requirements appended down below for troubleshooting. At least a database connection must be available and ../includes/config.php must be writable for the webserver!


Check for Requirements
  • PHP Version >= 4.1
  • OK (5.3.29)
  • Server API
  • OK (litespeed)
  • GD Support (for GANTT Charts)
  • OK
  • Zlib compression Support
  • OK
  • File Uploads
  • OK (Max File Upload Size: 32M)
  • Session Save Path writable?
  • OK (/opt/alt/php53/var/lib/php/session)

    Database Connectors

    The next tests check for database support compiled with php. We use the ADODB database abstraction layer which comes with drivers for many databases. Consult the ADODB documentation for details.

    For the moment only MySQL is fully supported, so you need to make sure it is available.

  • iBase Support
  • Failed Not available
  • Informix Support
  • Failed Not available
  • LDAP Support
  • Failed Not available
  • mSQL Support
  • Failed Not available
  • MSSQL Server Support
  • Failed Not available
  • MySQL Support
  • OK ()
  • ODBC Support
  • Failed Not available
  • Oracle Support
  • Failed Not available
  • PostgreSQL Support
  • Failed Not available
  • SQLite Support
  • Failed Not available
  • Sybase Support
  • Failed Not available

    Check for Directory and File Permissions
    If the message 'World Writable' appears after a file/directory, then Permissions for this File have been set to allow all users to write to this file/directory. Consider changing this to a more restrictive setting to improve security. You will need to do this manually.
    ./includes/config.php writable? OK
    ./files writable? OK
    ./files/temp writable? OK
    ./locales/en writable? OK

    Recommended PHP Settings
    Safe Mode = OFF? OK
    Register Globals = OFF? OK
    Session AutoStart = ON? Failed Try setting to ON if you are experiencing a WhiteScreenOfDeath
    Session Use Cookies = ON? OK
    Session Use Trans Sid = OFF? Failed There are security risks with this turned ON

    Other Recommendations

    The dotProject team openly recommend Free Open Source software (FOSS). This is not just because dotProject is a FOSS application, but because we believe that the FOSS development method results in better software, with a lower Total Cost of Ownership (TCO).

    These recommendations reflect that belief, and the fact that as FOSS developers, we develop on FOSS systems, so they will have better support sooner than other non-FOSS systems.

    Free Operating System? OK (Linux durango24.smallvillages.com 5.14.0-427.37.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Sep 24 17:44:03 EDT 2024 x86_64)
    Supported Web Server? Failed It seems you are using an unsupported web server. Only Apache Web server is fully supported by dotProject, and using other web servers may result in unexpected problems.
    Standards Compliant Browser? OK (Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com))