True, "nonavbar" => True, "currentapp" => "home", "noapi" => True); include("./inc/functions.inc.php"); /* Check header and authentication */ $phpgw_info["setup"]["stage"]["header"] = $phpgw_setup->check_header(); if ($phpgw_info["setup"]["stage"]["header"] != 10){ Header("Location: manageheader.php"); exit; }elseif (!$phpgw_setup->auth("Config")){ $phpgw_setup->show_header("Please login",True); $phpgw_setup->login_form(); exit; }else{ /* If authentication is sucessful, we load the database. */ $phpgw_setup->loaddb(); } /* Database actions */ switch($action){ case "Delete all my tables and data": $subtitle = "Deleting Tables"; $submsg = "At your request, this script is going to take the evil action of deleting your existing tables and re-creating them in the new format."; $subaction = "deleted"; $phpgw_info["setup"]["currentver"]["phpgwapi"] = "drop"; $phpgw_info["setup"]["stage"]["db"] = 5; break; case "Upgrade": $subtitle = "Upgrading Tables"; $submsg = "At your request, this script is going to attempt to upgrade your old tables to the new format."; $subaction = "upgraded"; $phpgw_info["setup"]["currentver"]["phpgwapi"] = "oldversion"; $phpgw_info["setup"]["stage"]["db"] = 5; break; case "Create": $subtitle = "Creating Tables"; $submsg = "At your request, this script is going to attempt to the tables for you."; $subaction = "created"; $phpgw_info["setup"]["currentver"]["phpgwapi"] = "new"; $phpgw_info["setup"]["stage"]["db"] = 5; break; } /* Display code */ $phpgw_setup->show_header($phpgw_info["setup"]["header_msg"]); if (PHP_VERSION < "3.0.16") { echo "You appear to be running an old version of PHP. It its recommend that you upgrade " . "to a new version. Older version of PHP might not run phpGroupWare correctly, if at all."; exit; } $phpgw_info["server"]["app_images"] = "templates/default/images"; echo "
Step 1 - database management | ||||||
';
echo '
You appear to be running a pre-beta version of phpGroupWare We are providing an automated upgrade system, but we highly recommend backing up your tables incase the script causes damage to your data. These automated scripts can easily destroy your data. Please backup before going any further! '; echo ' | ||||||
Make sure that your database is created and the account permissions are set. '; switch ($phpgw_domain[$SetupDomain]["db_type"]){ case "mysql": echo " Instructions for creating the database in MySQL: Login to mysql - [user@server user]# mysql -u root -p Create the empty database and grant user permissions - mysql> create database phpgroupware; mysql> grant all on phpgroupware.* to phpgroupware@localhost identified by 'password'; "; break; case "pgsql": echo " Instructions for creating the database in PostgreSQL: Start the postmaster [user@server user]# postmaster -i -D /home/[username]/[dataDir] Create the empty database - [user@server user]# createdb phpgroupware "; break; } echo ' | ||||||
';
echo "You appear to be running version ".$phpgw_info["setup"]["oldver"]["phpgwapi"]." of phpGroupWare. \n"; echo "We will automaticly update your tables/records to ".$phpgw_info["server"]["versions"]["phpgwapi"].", but we highly recommend backing up your tables in case the script causes damage to your data.\n"; echo "These automated scripts can easily destroy your data. Please backup before going any further!\n"; echo "\n"; echo "\n"; echo ' | ||||||
';
echo "
| ||||||
Your tables are current.'; echo "'; echo ' | ||||||
Step 2 - Configuration | ||||||
Please configure phpGroupWare for your environment.'; echo ""; echo ' | ||||||
Configuration completed.';
echo "";
echo ' Click Here to setup 1 admin account and 3 demo accounts. This will delete all existing accounts'; echo ' | ||||||
Not ready for this stage yet. | ||||||
Step 3 - language management | ||||||
You are ready for this stage, but this stage is not yet written. | ||||||
This stage is completed | ||||||
Not ready for this stage yet. | ||||||
Step 4 - Add-on Application Installation | ||||||
You are ready for this stage, but this stage is not yet written. | ||||||
This stage is completed | ||||||
Not ready for this stage yet. |