Changeset 5387 for trunk/install.php


Ignore:
Timestamp:
Mar 26, 2010, 5:49:23 PM (14 years ago)
Author:
patdenice
Message:

Fix php5 apache configuration with upgrade.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install.php

    r5384 r5387  
    184184include(PHPWG_ROOT_PATH . 'include/functions.inc.php');
    185185include(PHPWG_ROOT_PATH . 'admin/include/functions.php');
    186 include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
    187186
    188187include(PHPWG_ROOT_PATH . 'admin/include/languages.class.php');
     
    260259include(PHPWG_ROOT_PATH .'include/dblayer/functions_'.$dblayer.'.inc.php');
    261260include(PHPWG_ROOT_PATH . 'admin/include/functions_install.inc.php');
     261include(PHPWG_ROOT_PATH . 'admin/include/functions_upgrade.php');
    262262
    263263if ( isset( $_POST['install'] ))
    264264{
    265   if (try_db_connection($infos, $errors))
     265  if (install_db_connect($infos, $errors))
    266266  {
    267267    $required_version = constant('REQUIRED_'.strtoupper($dblayer).'_VERSION');
Note: See TracChangeset for help on using the changeset viewer.