index.php 56 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  1. <?php
  2. // Copyright (C) 2010 Combodo SARL
  3. //
  4. // This program is free software; you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation; version 3 of the License.
  7. //
  8. // This program is distributed in the hope that it will be useful,
  9. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. // GNU General Public License for more details.
  12. //
  13. // You should have received a copy of the GNU General Public License
  14. // along with this program; if not, write to the Free Software
  15. // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  16. /**
  17. * Wizard to configure and initialize the iTop application
  18. *
  19. * @author Erwan Taloc <erwan.taloc@combodo.com>
  20. * @author Romain Quetiez <romain.quetiez@combodo.com>
  21. * @author Denis Flaven <denis.flaven@combodo.com>
  22. * @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
  23. */
  24. require_once('../approot.inc.php');
  25. require_once(APPROOT.'/application/utils.inc.php');
  26. require_once(APPROOT.'/core/config.class.inc.php');
  27. require_once(APPROOT.'/core/log.class.inc.php');
  28. require_once(APPROOT.'/core/kpi.class.inc.php');
  29. require_once(APPROOT.'/core/cmdbsource.class.inc.php');
  30. require_once(APPROOT.'/setup/setuppage.class.inc.php');
  31. require_once(APPROOT.'/setup/moduleinstaller.class.inc.php');
  32. define('TMP_CONFIG_FILE', APPROOT.'/tmp-config-itop.php');
  33. define('FINAL_CONFIG_FILE', APPROOT.'/config-itop.php');
  34. define('PHP_MIN_VERSION', '5.2.0');
  35. define('MYSQL_MIN_VERSION', '5.0.0');
  36. define('MIN_MEMORY_LIMIT', 32*1024*1024);
  37. $sOperation = Utils::ReadParam('operation', 'step0');
  38. $oP = new SetupWebPage('iTop configuration wizard');
  39. ///////////////////////////////////////////////////////////////////////////////////////////////////
  40. // Various helper function
  41. ///////////////////////////////////////////////////////////////////////////////////////////////////
  42. /**
  43. * Get a nicely formatted version string
  44. */
  45. function GetITopVersion($bShort = true)
  46. {
  47. $sVersionString = '';
  48. if ($bShort)
  49. {
  50. $sVersionString = "iTop Version ".ITOP_VERSION;
  51. }
  52. else
  53. {
  54. if (ITOP_REVISION == '$WCREV$')
  55. {
  56. // This is NOT a version built using the buil system, just display the main version
  57. $sVersionString = "iTop Version ".ITOP_VERSION;
  58. }
  59. else
  60. {
  61. // This is a build made from SVN, let display the full information
  62. $sVersionString = "iTop Version ".ITOP_VERSION." revision ".ITOP_REVISION.", built on: ".ITOP_BUILD_DATE;
  63. }
  64. }
  65. return $sVersionString;
  66. }
  67. /**
  68. * Helper function to retrieve the system's temporary directory
  69. * Emulates sys_get_temp_dir if neeed (PHP < 5.2.1)
  70. * @return string Path to the system's temp directory
  71. */
  72. function GetTmpDir()
  73. {
  74. // try to figure out what is the temporary directory
  75. // prior to PHP 5.2.1 the function sys_get_temp_dir
  76. // did not exist
  77. if ( !function_exists('sys_get_temp_dir'))
  78. {
  79. if( $temp=getenv('TMP') ) return realpath($temp);
  80. if( $temp=getenv('TEMP') ) return realpath($temp);
  81. if( $temp=getenv('TMPDIR') ) return realpath($temp);
  82. $temp=tempnam(__FILE__,'');
  83. if (file_exists($temp))
  84. {
  85. unlink($temp);
  86. return realpath(dirname($temp));
  87. }
  88. return null;
  89. }
  90. else
  91. {
  92. return realpath(sys_get_temp_dir());
  93. }
  94. }
  95. /**
  96. * Helper function to retrieve the directory where files are to be uploaded
  97. * @return string Path to the temp directory used for uploading files
  98. */
  99. function GetUploadTmpDir()
  100. {
  101. $sPath = ini_get('upload_tmp_dir');
  102. if (empty($sPath))
  103. {
  104. $sPath = GetTmpDir();
  105. }
  106. return $sPath;
  107. }
  108. /**
  109. * Helper function to check if the current version of PHP
  110. * is compatible with the application
  111. * @return boolean true if this is Ok, false otherwise
  112. */
  113. function CheckPHPVersion(SetupWebPage $oP)
  114. {
  115. $bResult = true;
  116. $aErrors = array();
  117. $aWarnings = array();
  118. $aOk = array();
  119. $oP->log('Info - CheckPHPVersion');
  120. if (version_compare(phpversion(), PHP_MIN_VERSION, '>='))
  121. {
  122. $aOk [] = "The current PHP Version (".phpversion().") is greater than the minimum required version (".PHP_MIN_VERSION.")";
  123. }
  124. else
  125. {
  126. $aErrors[] = "Error: The current PHP Version (".phpversion().") is lower than the minimum required version (".PHP_MIN_VERSION.")";
  127. $bResult = false;
  128. }
  129. $aMandatoryExtensions = array('mysql', 'iconv', 'simplexml', 'soap', 'hash', 'json', 'session', 'pcre', 'dom');
  130. $aOptionalExtensions = array('mcrypt' => 'Strong encryption will not be used.',
  131. 'ldap' => 'LDAP authentication will be disabled.');
  132. asort($aMandatoryExtensions); // Sort the list to look clean !
  133. ksort($aOptionalExtensions); // Sort the list to look clean !
  134. $aExtensionsOk = array();
  135. $aMissingExtensions = array();
  136. $aMissingExtensionsLinks = array();
  137. // First check the mandatory extensions
  138. foreach($aMandatoryExtensions as $sExtension)
  139. {
  140. if (extension_loaded($sExtension))
  141. {
  142. $aExtensionsOk[] = $sExtension;
  143. }
  144. else
  145. {
  146. $aMissingExtensions[] = $sExtension;
  147. $aMissingExtensionsLinks[] = "<a href=\"http://www.php.net/manual/en/book.$sExtension.php\" target=\"_blank\">$sExtension</a>";
  148. }
  149. }
  150. if (count($aExtensionsOk) > 0)
  151. {
  152. $aOk[] = "Required PHP extension(s): ".implode(', ', $aExtensionsOk).".";
  153. }
  154. if (count($aMissingExtensions) > 0)
  155. {
  156. $aErrors[] = "Missing PHP extension(s): ".implode(', ', $aMissingExtensionsLinks).".";
  157. $bResult = false;
  158. }
  159. // Next check the optional extensions
  160. $aExtensionsOk = array();
  161. $aMissingExtensions = array();
  162. foreach($aOptionalExtensions as $sExtension => $sMessage)
  163. {
  164. if (extension_loaded($sExtension))
  165. {
  166. $aExtensionsOk[] = $sExtension;
  167. }
  168. else
  169. {
  170. $aMissingExtensions[$sExtension] = $sMessage;
  171. }
  172. }
  173. if (count($aExtensionsOk) > 0)
  174. {
  175. $aOk[] = "Optional PHP extension(s): ".implode(', ', $aExtensionsOk).".";
  176. }
  177. if (count($aMissingExtensions) > 0)
  178. {
  179. foreach($aMissingExtensions as $sExtension => $sMessage)
  180. {
  181. $aWarnings[] = "Missing optional PHP extension: $sExtension. ".$sMessage;
  182. }
  183. }
  184. // Check some ini settings here
  185. if (function_exists('php_ini_loaded_file')) // PHP >= 5.2.4
  186. {
  187. $sPhpIniFile = php_ini_loaded_file();
  188. // Other included/scanned files
  189. if ($sFileList = php_ini_scanned_files())
  190. {
  191. if (strlen($sFileList) > 0)
  192. {
  193. $aFiles = explode(',', $sFileList);
  194. foreach ($aFiles as $sFile)
  195. {
  196. $sPhpIniFile .= ', '.trim($sFile);
  197. }
  198. }
  199. }
  200. $oP->log("Info - php.ini file(s): '$sPhpIniFile'");
  201. }
  202. else
  203. {
  204. $sPhpIniFile = 'php.ini';
  205. }
  206. if (!ini_get('file_uploads'))
  207. {
  208. $aErrors[] = "Files upload is not allowed on this server (file_uploads = ".ini_get('file_uploads').").";
  209. $bResult = false;
  210. }
  211. $sUploadTmpDir = GetUploadTmpDir();
  212. if (empty($sUploadTmpDir))
  213. {
  214. $sUploadTmpDir = '/tmp';
  215. $aErrors[] = "Temporary directory for files upload is not defined (upload_tmp_dir), assuming that $sUploadTmpDir is used.";
  216. }
  217. // check that the upload directory is indeed writable from PHP
  218. if (!empty($sUploadTmpDir))
  219. {
  220. if (!file_exists($sUploadTmpDir))
  221. {
  222. $aErrors[] = "Temporary directory for files upload ($sUploadTmpDir) does not exist or cannot be read by PHP.";
  223. $bResult = false;
  224. }
  225. else if (!is_writable($sUploadTmpDir))
  226. {
  227. $aErrors[] = "Temporary directory for files upload ($sUploadTmpDir) is not writable.";
  228. $bResult = false;
  229. }
  230. else
  231. {
  232. $oP->log("Info - Temporary directory for files upload ($sUploadTmpDir) is writable.");
  233. }
  234. }
  235. if (!ini_get('upload_max_filesize'))
  236. {
  237. $aErrors[] = "File upload is not allowed on this server (file_uploads = ".ini_get('file_uploads').").";
  238. }
  239. $iMaxFileUploads = ini_get('max_file_uploads');
  240. if (!empty($iMaxFileUploads) && ($iMaxFileUploads < 1))
  241. {
  242. $aErrors[] = "File upload is not allowed on this server (max_file_uploads = ".ini_get('max_file_uploads').").";
  243. $bResult = false;
  244. }
  245. $oP->log("Info - upload_max_filesize: ".ini_get('upload_max_filesize'));
  246. $oP->log("Info - max_file_uploads: ".ini_get('max_file_uploads'));
  247. // Check some more ini settings here, needed for file upload
  248. if (get_magic_quotes_gpc())
  249. {
  250. $aErrors[] = "'magic_quotes_gpc' is set to On. Please turn it Off before continuing. You may want to check the PHP configuration file(s): '$sPhpIniFile'. Be aware that this setting can also be overridden in the apache configuration.";
  251. $bResult = false;
  252. }
  253. $sMemoryLimit = trim(ini_get('memory_limit'));
  254. if (empty($sMemoryLimit))
  255. {
  256. // On some PHP installations, memory_limit does not exist as a PHP setting!
  257. // (encountered on a 5.2.0 under Windows)
  258. // In that case, ini_set will not work, let's keep track of this and proceed anyway
  259. $aWarnings[] = "No memory limit has been defined in this instance of PHP";
  260. }
  261. else
  262. {
  263. // Check that the limit will allow us to load the data
  264. //
  265. $iMemoryLimit = utils::ConvertToBytes($sMemoryLimit);
  266. if ($iMemoryLimit < MIN_MEMORY_LIMIT)
  267. {
  268. $aErrors[] = "memory_limit ($iMemoryLimit) is too small, the minimum value to run iTop is ".MIN_MEMORY_LIMIT.".";
  269. $bResult = false;
  270. }
  271. else
  272. {
  273. $oP->log_info("memory_limit is $iMemoryLimit, ok.");
  274. }
  275. }
  276. if (!$bResult)
  277. {
  278. $sTitle = 'Checking prerequisites: Failed !';
  279. }
  280. else
  281. {
  282. if (count($aWarnings) > 0)
  283. {
  284. $sTitle = '<img src="../images/messagebox_warning-mid.png" style="vertical-align:middle"> Checking prerequisites: Warning <a href="#" onClick="$(\'#prereq_details\').toggle();">(show details)</a>';
  285. $oP->add_ready_script("$('#prereq_details').hide();\n");
  286. }
  287. else
  288. {
  289. $sTitle = '<img src="../images/clean-mid.png" style="vertical-align:middle"> Checking prerequisites: Ok <a href="#" onClick="$(\'#prereq_details\').toggle();">(show details)</a>';
  290. $oP->add_ready_script("$('#prereq_details').hide();\n");
  291. }
  292. }
  293. $oP->add("<h2>$sTitle</h2>\n");
  294. $oP->add("<div id=\"prereq_details\">\n");
  295. foreach($aErrors as $sError)
  296. {
  297. $oP->error($sError);
  298. //$oP->add_ready_script("$('#prereq_details').show();");
  299. }
  300. foreach($aWarnings as $sWarning)
  301. {
  302. $oP->warning($sWarning);
  303. }
  304. foreach($aOk as $sOk)
  305. {
  306. $oP->ok($sOk);
  307. }
  308. $oP->add("</div>\n");
  309. return $bResult;
  310. }
  311. /**
  312. * Helper function check the connection to the database and (if connected) to enumerate
  313. * the existing databases
  314. * @return Array The list of databases found in the server
  315. */
  316. function CheckServerConnection(SetupWebPage $oP, $sDBServer, $sDBUser, $sDBPwd)
  317. {
  318. $aResult = array();
  319. $oP->log('Info - CheckServerConnection');
  320. try
  321. {
  322. $oDBSource = new CMDBSource;
  323. $oDBSource->Init($sDBServer, $sDBUser, $sDBPwd);
  324. $oP->ok("Connection to '$sDBServer' as '$sDBUser' successful.");
  325. $oP->log("Info - User privileges: ".($oDBSource->GetRawPrivileges()));
  326. $sDBVersion = $oDBSource->GetDBVersion();
  327. if (version_compare($sDBVersion, MYSQL_MIN_VERSION, '>='))
  328. {
  329. $oP->ok("Current MySQL version ($sDBVersion), greater than minimum required version (".MYSQL_MIN_VERSION.")");
  330. // Check some server variables
  331. $iMaxAllowedPacket = $oDBSource->GetServerVariable('max_allowed_packet');
  332. $iMaxUploadSize = utils::ConvertToBytes(ini_get('upload_max_filesize'));
  333. if ($iMaxAllowedPacket >= (500 + $iMaxUploadSize)) // Allow some space for the query + the file to upload
  334. {
  335. $oP->ok("MySQL server's max_allowed_packet is big enough.");
  336. }
  337. else if($iMaxAllowedPacket < $iMaxUploadSize)
  338. {
  339. $oP->warning("MySQL server's max_allowed_packet ($iMaxAllowedPacket) is not big enough. Please, consider setting it to at least ".(500 + $iMaxUploadSize).".");
  340. }
  341. $oP->log("Info - MySQL max_allowed_packet: $iMaxAllowedPacket");
  342. $iMaxConnections = $oDBSource->GetServerVariable('max_connections');
  343. if ($iMaxConnections < 5)
  344. {
  345. $oP->warning("MySQL server's max_connections ($iMaxConnections) is not enough. Please, consider setting it to at least 5.");
  346. }
  347. $oP->log("Info - MySQL max_connections: ".($oDBSource->GetServerVariable('max_connections')));
  348. }
  349. else
  350. {
  351. $oP->error("Error: Current MySQL version is ($sDBVersion), minimum required version (".MYSQL_MIN_VERSION.")");
  352. return false;
  353. }
  354. try
  355. {
  356. $aResult = $oDBSource->ListDB();
  357. }
  358. catch(Exception $e)
  359. {
  360. $oP->warning("Warning: unable to enumerate the current databases.");
  361. $aResult = true; // Not an array to differentiate with an empty array
  362. }
  363. }
  364. catch(Exception $e)
  365. {
  366. $oP->error("Error: Connection to '$sDBServer' as '$sDBUser' failed.");
  367. $oP->p($e->GetHtmlDesc());
  368. $aResult = false;
  369. }
  370. return $aResult;
  371. }
  372. /**
  373. * Scans the ./data directory for XML files and output them as a Javascript array
  374. */
  375. function PopulateDataFilesList(SetupWebPage $oP, $aParamValues, $oConfig)
  376. {
  377. $oP->add("<script type=\"text/javascript\">\n");
  378. $oP->add("function PopulateDataFilesList()\n");
  379. $oP->add("{\n");
  380. $oP->add("if (aFilesToLoad.length > 0) return;"); // Populate the list only once...
  381. $aAvailableModules = AnalyzeInstallation($oConfig);
  382. $sMode = $aParamValues['mode'];
  383. $aStructureDataFiles = array();
  384. $aSampleDataFiles = array();
  385. foreach($aAvailableModules as $sModuleId => $aModule)
  386. {
  387. if (($sModuleId != 'iTop') && $aModule['visible'])
  388. {
  389. if (in_array($sModuleId, $aParamValues['module']))
  390. {
  391. if (empty($aModule['version_db']))
  392. {
  393. // New installation load the data
  394. $aModuleStruct = $aAvailableModules[$sModuleId]['data.struct'];
  395. $aModuleSamples = $aAvailableModules[$sModuleId]['data.sample'];
  396. $aStructureDataFiles = array_merge($aStructureDataFiles, $aModuleStruct);
  397. $aSampleDataFiles = array_merge($aSampleDataFiles, $aModuleSamples);
  398. }
  399. }
  400. }
  401. }
  402. // Structure data
  403. //
  404. foreach($aStructureDataFiles as $sFile)
  405. {
  406. // Under Windows, it is a must to escape backslashes (not an issue until a folder name starts with t or n, etc...)
  407. $sFile = APPROOT.$sFile;
  408. $sFile = str_replace('\\', '\\\\', $sFile);
  409. $oP->add("aFilesToLoad[aFilesToLoad.length] = '$sFile';\n");
  410. }
  411. // Sample data - loaded IIF wished by the user
  412. //
  413. if ($aParamValues['sample_data'] != 'no')
  414. {
  415. foreach($aSampleDataFiles as $sFile)
  416. {
  417. // Under Windows, it is a must to escape backslashes (not an issue until a folder name starts with t or n, etc...)
  418. $sFile = APPROOT.$sFile;
  419. $sFile = str_replace('\\', '\\\\', $sFile);
  420. $oP->add("aFilesToLoad[aFilesToLoad.length] = '$sFile';\n");
  421. }
  422. }
  423. $oP->add("}\n");
  424. $oP->add("</script>\n");
  425. }
  426. /**
  427. * Add some parameters as hidden inputs into a form
  428. * @param SetupWebpage $oP The page to insert the form elements into
  429. * @param Hash $aParamValues The pairs name/value to be stored in the form
  430. * @param Array $aExcludeParams A list of parameters to exclude from the previous hash
  431. */
  432. function AddParamsToForm(SetupWebpage $oP, $aParamValues, $aExcludeParams = array())
  433. {
  434. foreach($aParamValues as $sName => $value)
  435. {
  436. if(!in_array($sName, $aExcludeParams))
  437. {
  438. AddHiddenParam($oP, $sName, $value);
  439. }
  440. }
  441. }
  442. /**
  443. * Add a hidden <INPUT> field to store the specified parameter
  444. * @param $sName string Name of the parameter
  445. * @param $value mixed Value of the parameter
  446. */
  447. function AddHiddenParam($oP, $sName, $value)
  448. {
  449. if (is_array($value))
  450. {
  451. foreach($value as $sKey => $sItem)
  452. {
  453. $oP->add('<input type="hidden" name="'.$sName.'['.$sKey.']'.'" value="'.$sItem.'">');
  454. }
  455. }
  456. else
  457. {
  458. $oP->add('<input type="hidden" name="'.$sName.'" value="'.$value.'">');
  459. }
  460. }
  461. /**
  462. * Build the config file from the parameters (especially the selected modules)
  463. */
  464. function BuildConfig(SetupWebpage $oP, Config &$oConfig, $aParamValues, $aAvailableModules)
  465. {
  466. // Initialize the arrays below with default values for the application...
  467. $aAddOns = $oConfig->GetAddOns();
  468. $aAppModules = $oConfig->GetAppModules();
  469. $aDataModels = $oConfig->GetDataModels();
  470. $aWebServiceCategories = $oConfig->GetWebServiceCategories();
  471. $aDictionaries = $oConfig->GetDictionaries();
  472. // Merge the values with the ones provided by the modules
  473. // Make sure when don't load the same file twice...
  474. foreach($aParamValues['module'] as $sModuleId)
  475. {
  476. $oP->log('Installed iTop module: '. $sModuleId);
  477. if (isset($aAvailableModules[$sModuleId]['datamodel']))
  478. {
  479. $aDataModels = array_unique(array_merge($aDataModels, $aAvailableModules[$sModuleId]['datamodel']));
  480. }
  481. if (isset($aAvailableModules[$sModuleId]['webservice']))
  482. {
  483. $aWebServiceCategories = array_unique(array_merge($aWebServiceCategories, $aAvailableModules[$sModuleId]['webservice']));
  484. }
  485. if (isset($aAvailableModules[$sModuleId]['dictionary']))
  486. {
  487. $aDictionaries = array_unique(array_merge($aDictionaries, $aAvailableModules[$sModuleId]['dictionary']));
  488. }
  489. if (isset($aAvailableModules[$sModuleId]['settings']))
  490. {
  491. foreach($aAvailableModules[$sModuleId]['settings'] as $sProperty => $value)
  492. {
  493. list($sName, $sVersion) = GetModuleName($sModuleId);
  494. $oConfig->SetModuleSetting($sName, $sProperty, $value);
  495. }
  496. }
  497. if (isset($aAvailableModules[$sModuleId]['installer']))
  498. {
  499. $sModuleInstallerClass = $aAvailableModules[$sModuleId]['installer'];
  500. if (!class_exists($sModuleInstallerClass))
  501. {
  502. throw new Exception("Wrong installer class: '$sModuleInstallerClass' is not a PHP class - Module: ".$aAvailableModules[$sModuleId]['label']);
  503. }
  504. if (!is_subclass_of($sModuleInstallerClass, 'ModuleInstallerAPI'))
  505. {
  506. throw new Exception("Wrong installer class: '$sModuleInstallerClass' is not derived from 'ModuleInstallerAPI' - Module: ".$aAvailableModules[$sModuleId]['label']);
  507. }
  508. $aCallSpec = array($sModuleInstallerClass, 'BeforeWritingConfig');
  509. $oConfig = call_user_func_array($aCallSpec, array($oConfig));
  510. }
  511. }
  512. $oConfig->SetAddOns($aAddOns);
  513. $oConfig->SetAppModules($aAppModules);
  514. $oConfig->SetDataModels($aDataModels);
  515. $oConfig->SetWebServiceCategories($aWebServiceCategories);
  516. $oConfig->SetDictionaries($aDictionaries);
  517. }
  518. /////////////////////////////////////////////////////////////////////////////////////////////////////////////
  519. // Handling of the different steps of the setup wizard
  520. /////////////////////////////////////////////////////////////////////////////////////////////////////////////
  521. /**
  522. * Displays the welcome screen and check some basic prerequisites
  523. */
  524. function WelcomeAndCheckPrerequisites(SetupWebPage $oP, $aParamValues, $iCurrentStep)
  525. {
  526. $sNextOperation = 'step'.($iCurrentStep+1);
  527. $aParamValues['previous_step'] = 0;
  528. $oP->add("<h1>iTop configuration wizard</h1>\n");
  529. $sVersionStringShort = GetITopVersion(true);
  530. $sVersionStringLong = GetITopVersion(false);
  531. $oP->set_title('Welcome to '.$sVersionStringShort);
  532. $oP->log($sVersionStringLong);
  533. $aPreviousParams = array();
  534. $oP->add("<form id=\"theForm\" method=\"post\" onSubmit=\"return DoSubmit('', 0)\">\n");
  535. $sMode = 'install'; // Fresh install
  536. // Check for a previous version
  537. if (file_exists(FINAL_CONFIG_FILE))
  538. {
  539. $oConfig = new Config(FINAL_CONFIG_FILE);
  540. $oConfig->WriteToFile(TMP_CONFIG_FILE);
  541. $aVersion = AnalyzeInstallation($oConfig);
  542. if (!empty($aVersion['iTop']['version_db']))
  543. {
  544. $aPreviousParams = array('mode', 'db_server', 'db_user', 'db_pwd','db_name', 'new_db_name', 'db_prefix');
  545. $sMode = 'upgrade';
  546. if ($aVersion['iTop']['version_db'] == $aVersion['iTop']['version_code'])
  547. {
  548. $oP->ok("Version {$aVersion['iTop']['version_db']} of iTop detected.<br/>The <b>same version</b> of the application will be reinstalled.");
  549. }
  550. else
  551. {
  552. $oP->ok("Version {$aVersion['iTop']['version_db']} of iTop detected.<br/>The application will be upgraded to version {$aVersion['iTop']['version_code']}");
  553. }
  554. AddHiddenParam($oP, 'db_server', $oConfig->GetDBHost());
  555. AddHiddenParam($oP, 'db_user', $oConfig->GetDBUser());
  556. AddHiddenParam($oP, 'db_pwd', $oConfig->GetDBPwd());
  557. AddHiddenParam($oP, 'db_name', $oConfig->GetDBName());
  558. AddHiddenParam($oP, 'db_prefix', $oConfig->GetDBSubname());
  559. AddHiddenParam($oP, 'mode', $sMode);
  560. if (CheckPHPVersion($oP))
  561. {
  562. $oP->add("<h2 class=\"next\">Next: Licence agreement</h2>\n");
  563. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  564. AddParamsToForm($oP, $aParamValues, $aPreviousParams);
  565. $oP->add("<table style=\"width:100%\"><tr>\n");
  566. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\" type=\"submit\">Next >></button></td>\n");
  567. $oP->add("</tr></table>\n");
  568. }
  569. return;
  570. }
  571. // else, normal install ??
  572. }
  573. if (CheckPHPVersion($oP))
  574. {
  575. $oP->add("<h2>What do you want to do?</h2>\n");
  576. $sChecked = ($aParamValues['mode'] == 'install') ? 'checked' : '';
  577. $oP->p("<input type=\"radio\" value=\"install\" $sChecked name=\"mode\">&nbsp;Install a new iTop\n");
  578. $sChecked = ($aParamValues['mode'] == 'upgrade') ? 'checked' : '';
  579. $oP->p("<input type=\"radio\" value=\"upgrade\" $sChecked name=\"mode\">&nbsp;Upgrade an existing iTop instance\n");
  580. $oP->add("<h2 class=\"next\">Next: Licence agreement</h2>\n");
  581. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  582. $aPreviousParams = array('mode');
  583. AddParamsToForm($oP, $aParamValues, $aPreviousParams);
  584. $oP->add("<table style=\"width:100%\"><tr>\n");
  585. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\">Next >></button></td>\n");
  586. $oP->add("</tr></table>\n");
  587. $oP->add("</form>\n");
  588. }
  589. }
  590. function LicenceAcknowledgement($oP, $aParamValues, $iCurrentStep)
  591. {
  592. $sNextOperation = 'step'.($iCurrentStep+1);
  593. $iPrevStep = 0;
  594. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  595. $oP->set_title('License agreement');
  596. $oP->add('<h2>iTop is released by <a href="http://www.combodo.com" target="_blank">Combodo SARL</a> under the terms of the GPL V3 license. In order to use iTop you must accept the terms of this license.</h2>');
  597. $oP->add("<iframe style=\"width: 100%; height: 350px; overflow-y:auto; font-size:0.8em;\" src=\"./licence.html\">Next: Database server selection</iframe>\n");
  598. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  599. AddParamsToForm($oP, $aParamValues, array('licence_ok'));
  600. $sChecked = $aParamValues['licence_ok'] == 1 ? 'checked' : '';
  601. $oP->add("<h2><input id=\"licence_ok\" type=\"checkbox\" name=\"licence_ok\" value=\"1\" $sChecked><label for=\"licence_ok\">I accept the terms of this licence agreement</label></h2>\n");
  602. if (file_exists(FINAL_CONFIG_FILE))
  603. {
  604. $oP->add("<h2 class=\"next\">Next: Modules selection</h2>\n");
  605. $sNextOperation = 'step4';
  606. }
  607. else
  608. {
  609. $oP->add("<h2 class=\"next\">Next: Database server selection</h2>\n");
  610. }
  611. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  612. $oP->add("<table style=\"width:100%\"><tr>\n");
  613. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  614. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\" onClick=\"return DoSubmit('', $iCurrentStep)\">Next >></button></td>\n");
  615. $oP->add("</tr></table>\n");
  616. $oP->add("</form>\n");
  617. }
  618. /**
  619. * Display the form for the first step of the configuration wizard
  620. * which consists in the database server selection
  621. */
  622. function DatabaseServerSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep)
  623. {
  624. $sNextOperation = 'step'.($iCurrentStep+1);
  625. $iPrevStep = 1;
  626. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  627. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  628. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  629. AddParamsToForm($oP, $aParamValues, array('db_server', 'db_user', 'db_pwd'));
  630. if ($aParamValues['licence_ok'] == 1)
  631. {
  632. $sRedStar = '<span class="hilite">*</span>';
  633. $oP->set_title("Database server selection\n");
  634. $oP->add("<h2>Please enter the name of the MySQL database server you want to use for iTop and supply valid credentials to connect to it</h2>\n");
  635. // Form goes here
  636. $oP->add("<fieldset><legend>Database connection</legend>\n");
  637. $aForm = array();
  638. $aForm[] = array('label' => "Server name$sRedStar:", 'input' => "<input id=\"db_server\" type=\"text\" name=\"db_server\" value=\"{$aParamValues['db_server']}\">",
  639. 'help' => 'E.g. "localhost", "dbserver.mycompany.com" or "192.142.10.23"');
  640. $aForm[] = array('label' => "User name$sRedStar:", 'input' => "<input id=\"db_user\" type=\"text\" name=\"db_user\" value=\"{$aParamValues['db_user']}\">",
  641. 'help' => 'The account must have the following privileges on the database: SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, CREATE VIEW, TRIGGER');
  642. $aForm[] = array('label' => 'Password:', 'input' => "<input id=\"db_pwd\" type=\"password\" name=\"db_pwd\" value=\"{$aParamValues['db_pwd']}\">");
  643. $oP->form($aForm);
  644. $oP->add("</fieldset>\n");
  645. $oP->add("<h2 class=\"next\">Next: Database instance Selection</h2>\n");
  646. $oP->add("<table style=\"width:100%\"><tr>\n");
  647. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  648. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\" onClick=\"return DoSubmit('Connecting to the database...', $iCurrentStep);\">Next >></button></td>\n");
  649. $oP->add("</tr></table>\n");
  650. }
  651. else
  652. {
  653. $oP->add("<button type=\"button\" onClick=\"return DoGoBack($iPrevStep);\"><< Back</button>\n");
  654. }
  655. $oP->add("</form>\n");
  656. }
  657. /**
  658. * Display the form for the second step of the configuration wizard
  659. * which consists in
  660. * 1) Validating the parameters by connecting to the database server
  661. * 2) Prompting to select an existing database or to create a new one
  662. */
  663. function DatabaseInstanceSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, $oConfig)
  664. {
  665. $sNextOperation = 'step'.($iCurrentStep+1);
  666. $iPrevStep = 2;
  667. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  668. $oP->set_title("Database instance selection\n");
  669. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  670. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  671. AddParamsToForm($oP, $aParamValues, array('db_name', 'db_prefix', 'new_db_name'));
  672. $sDBServer = $aParamValues['db_server'];
  673. $sDBUser = $aParamValues['db_user'];
  674. $sDBPwd = $aParamValues['db_pwd'];
  675. $aDatabases = CheckServerConnection($oP, $sDBServer, $sDBUser, $sDBPwd);
  676. if ($aDatabases === false)
  677. {
  678. // Connection failed, invalid credentials ? Go back
  679. $oP->add("<button type=\"button\" onClick=\"return DoGoBack($iCurrentStep);\"><< Back</button>\n");
  680. }
  681. else
  682. {
  683. // Connection is Ok, save it and continue the setup wizard
  684. $oConfig->SetDBHost($sDBServer);
  685. $oConfig->SetDBUser($sDBUser);
  686. $oConfig->SetDBPwd($sDBPwd);
  687. $oConfig->WriteToFile();
  688. $oP->add("<fieldset><legend>Select the database instance to use for iTop<span class=\"hilite\">*</span></legend>\n");
  689. $aForm = array();
  690. $bExistingChecked = false;
  691. if (is_array($aDatabases))
  692. {
  693. foreach($aDatabases as $sDBName)
  694. {
  695. $sChecked = '';
  696. if ($aParamValues['db_name'] == $sDBName)
  697. {
  698. $sChecked = 'checked';
  699. $bExistingChecked = true;
  700. }
  701. $aForm[] = array('label' => "<input id=\"db_$sDBName\" type=\"radio\" name=\"db_name\" value=\"$sDBName\" $sChecked/><label for=\"db_$sDBName\"> $sDBName</label>");
  702. }
  703. }
  704. else
  705. {
  706. $aForm[] = array('label' => "<input id=\"current_db\" type=\"radio\" name=\"db_name\" value=\"-1\" /><label for=\"current_db\"> Use the existing database:</label> <input type=\"text\" id=\"current_db_name\" name=\"current_db_name\" value=\"\" maxlength=\"32\"/>");
  707. $oP->add_ready_script("$('#current_db_name').click( function() { $('#current_db').attr('checked', true); });");
  708. }
  709. $sChecked = '';
  710. $sDBName = '';
  711. // If the 'Create Database' option was checked... and the database still does not exist
  712. if (!$bExistingChecked && !empty($aParamValues['new_db_name']))
  713. {
  714. $sChecked = 'checked';
  715. $sDBName = $aParamValues['new_db_name'];
  716. }
  717. if ($aParamValues['mode'] == 'install')
  718. {
  719. $aForm[] = array('label' => "<input id=\"new_db\" type=\"radio\" name=\"db_name\" value=\"\" $sChecked/><label for=\"new_db\"> Create a new database:</label> <input type=\"text\" id=\"new_db_name\" name=\"new_db_name\" value=\"$sDBName\" maxlength=\"32\"/>");
  720. }
  721. $oP->add('<div style="height:250px;overflow-y:auto;padding-left:1em;">');
  722. $oP->form($aForm);
  723. $oP->add('</div>');
  724. $oP->add_ready_script("$('#new_db_name').click( function() { $('#new_db').attr('checked', true); })");
  725. $oP->add("</fieldset>\n");
  726. $aForm = array();
  727. if ($aParamValues['mode'] == 'install')
  728. {
  729. $aForm[] = array('label' => "Add a prefix to all the tables: <input id=\"db_prefix\" type=\"text\" name=\"db_prefix\" value=\"{$aParamValues['db_prefix']}\" maxlength=\"32\"/>");
  730. }
  731. else
  732. {
  733. $aForm[] = array('label' => "The following prefix is used for all tables: <input id=\"db_prefix\" type=\"text\" name=\"db_prefix\" value=\"{$aParamValues['db_prefix']}\" maxlength=\"32\"/>");
  734. }
  735. $oP->form($aForm);
  736. $oP->add("<h2 class=\"next\">Next: iTop modules selection</h2>\n");
  737. $oP->add("<table style=\"width:100%\"><tr>\n");
  738. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  739. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\" onClick=\"return DoSubmit('', $iCurrentStep);\">Next >></button></td>\n");
  740. $oP->add("</tr></table>\n");
  741. }
  742. $oP->add("</form>\n");
  743. }
  744. /**
  745. * Display the form to select the iTop modules to be installed
  746. */
  747. function ModulesSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, $oConfig)
  748. {
  749. $sNextOperation = 'step'.($iCurrentStep+1);
  750. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  751. $sDBName = $aParamValues['db_name'];
  752. if ($sDBName == '')
  753. {
  754. $sDBName = $aParamValues['new_db_name'];
  755. }
  756. $sDBPrefix = $aParamValues['db_prefix'];
  757. $oConfig->SetDBName($sDBName);
  758. $oConfig->SetDBSubname($sDBPrefix);
  759. $oConfig->WriteToFile(TMP_CONFIG_FILE);
  760. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  761. AddParamsToForm($oP, $aParamValues, array('module'));
  762. $sRedStar = '<span class="hilite">*</span>';
  763. $oP->set_title("iTop modules selection");
  764. $aAvailableModules = AnalyzeInstallation($oConfig);
  765. // Form goes here
  766. if ($aParamValues['mode'] == 'upgrade')
  767. {
  768. $iPrevStep = 1; // depends on where we came from
  769. if (empty($aAvailableModules['iTop']['version_db']))
  770. {
  771. $oP->error("Unable to detect the previous installation of iTop. The upgrade cannot continue.\n");
  772. $oP->add("<table style=\"width:100%\"><tr>\n");
  773. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  774. $oP->add("<td style=\"text-align:right;\">&nbsp;</td>\n");
  775. $oP->add("</tr></table>\n");
  776. $oP->add("</form>\n");
  777. return;
  778. }
  779. $oP->add("<h2>Customize your iTop installation to fit your needs</h2>\n");
  780. $oP->add("<fieldset><legend>Select the iTop modules you want to install or upgrade:</legend>\n");
  781. }
  782. else
  783. {
  784. $iPrevStep = 3; // depends on where we came from
  785. if (!empty($aAvailableModules['iTop']['version_db']))
  786. {
  787. $oP->error("A instance of iTop already exists. Please select the \"Upgrade\" mode to upgrade it.\n");
  788. $oP->add("<table style=\"width:100%\"><tr>\n");
  789. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  790. $oP->add("<td style=\"text-align:right;\">&nbsp;</td>\n");
  791. $oP->add("</tr></table>\n");
  792. $oP->add("</form>\n");
  793. return;
  794. }
  795. $oP->add("<h2>Customize your iTop installation to fit your needs</h2>\n");
  796. $oP->add("<fieldset><legend>Select the iTop modules you want to install:</legend>\n");
  797. }
  798. $oP->add("<div style=\"border: 0;width:100%; height: 350px; overflow-y:auto;\">");
  799. $sRedStar = '<span class="hilite">*</span>';
  800. $index = 0;
  801. $aSelectedModules = $aParamValues['module'];
  802. if ($aSelectedModules == '')
  803. {
  804. // Make sure it gets initialized as an array, default value: all modules selected !
  805. $aSelectedModules = array();
  806. foreach($aAvailableModules as $sModuleId => $aModule)
  807. {
  808. $aSelectedModules[] = $sModuleId;
  809. }
  810. }
  811. foreach($aAvailableModules as $sModuleId => $aModule)
  812. {
  813. if ($sModuleId == 'iTop') continue; // Convention: the version number of the application is stored as a module named 'iTop'
  814. $sModuleLabel = $aModule['label'];
  815. $sModuleHelp = $aModule['doc.more_information'];
  816. //$sClass = ($aModule['mandatory']) ? 'class="read-only"' : '';
  817. $sMoreInfo = (!empty($aModule['doc.more_information'])) ? "<a href=\"..{$aModule['doc.more_information']}\" target=\"_blank\">more info</a>": '';
  818. if ($aModule['category'] == 'authentication')
  819. {
  820. // For now authentication modules are always on and hidden
  821. $oP->add("<input type=\"hidden\" id=\"module[$index]\" name=\"module[$index]\" value=\"$sModuleId\">\n");
  822. $index++;
  823. }
  824. elseif ($aModule['visible'])
  825. {
  826. switch($aModule['install']['flag'])
  827. {
  828. case MODULE_ACTION_OPTIONAL:
  829. $sClass = '';
  830. if ($aParamValues['mode'] == 'upgrade')
  831. {
  832. if (!empty($aParamValues['module']))
  833. {
  834. $sChecked = in_array($sModuleId, $aParamValues['module']) ? 'checked' : '';
  835. }
  836. else
  837. {
  838. $sChecked = '';
  839. // Default value: modules previously installed are checked
  840. if (!empty($aModule['version_db']))
  841. {
  842. $sChecked = 'checked'; // Checked if previously installed
  843. // Previously installed, are we allowed to uninstall this module ?
  844. if ($aModule['install']['flag'] == MODULE_ACTION_IMPOSSIBLE)
  845. {
  846. $sClass = 'class="read-only"';
  847. }
  848. }
  849. }
  850. }
  851. else
  852. {
  853. if (!empty($aParamValues['module']))
  854. {
  855. $sChecked = in_array($sModuleId, $aParamValues['module']) ? 'checked' : '';
  856. }
  857. else
  858. {
  859. $sChecked = 'checked';
  860. }
  861. }
  862. $oP->add("<p><input type=\"checkbox\" $sChecked $sClass id=\"module[$index]\" name=\"module[$index]\" value=\"$sModuleId\"><label $sClass for=\"module[$index]\"> {$aModule['label']}</label> $sMoreInfo</p>\n");
  863. break;
  864. case MODULE_ACTION_MANDATORY:
  865. $oP->add("<p><input type=\"checkbox\" class=\"read-only\" checked id=\"module[$index]\" name=\"module[$index]\" value=\"$sModuleId\"><label class=\"read-only\" for=\"module[$index]\"> {$aModule['label']}</label> $sMoreInfo</p>\n");
  866. break;
  867. case MODULE_ACTION_IMPOSSIBLE:
  868. if ($aParamValues['mode'] == 'upgrade')
  869. {
  870. if (!empty($aModule['version_db']))
  871. {
  872. // Previously installed, are we allowed to uninstall this module ?
  873. if ($aModule['uninstall']['flag'] == MODULE_ACTION_IMPOSSIBLE)
  874. {
  875. $oP->error('Error: impossible to uninstall the module: '.$aModule['label']."({$aModule['uninstall']['message']})");
  876. }
  877. }
  878. }
  879. else
  880. {
  881. $oP->add("<p><input type=\"checkbox\" class=\"read-only\" id=\"module[$index]\" name=\"module[$index]\" value=\"$sModuleId\"><label class=\"read-only\" for=\"module[$index]\"> {$aModule['label']}</label> $sMoreInfo</p>\n");
  882. }
  883. break;
  884. }
  885. $index++;
  886. }
  887. else
  888. {
  889. // For now hidden modules are always on !
  890. $oP->add("<input type=\"hidden\" id=\"module[$index]\" name=\"module[$index]\" value=\"$sModuleId\">\n");
  891. $index++;
  892. }
  893. }
  894. $oP->add("</div>");
  895. $oP->add("</fieldset>\n");
  896. if ($aParamValues['mode'] == 'upgrade')
  897. {
  898. $oP->add("<h2 class=\"next\">Next: Upgrade summary</h2>\n");
  899. AddHiddenParam($oP, 'operation', 'step6');
  900. }
  901. else
  902. {
  903. $oP->add("<h2 class=\"next\">Next: Administrator account definition</h2>\n");
  904. AddHiddenParam($oP, 'operation', 'step5');
  905. }
  906. $oP->add("<table style=\"width:100%\"><tr>\n");
  907. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  908. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\">Next >></button></td>\n");
  909. $oP->add("</tr></table>\n");
  910. $oP->add("</form>\n");
  911. $oP->add_ready_script("$('.read-only').click( function() { $(this).attr('checked','checked'); } );");
  912. }
  913. /**
  914. * Display the form for the third step of the configuration wizard
  915. * which consists in
  916. * 1) Validating the parameters by connecting to the database server & selecting the database
  917. * 2) Creating the database structure
  918. * 3) Prompting for the admin account to be created
  919. */
  920. function AdminAccountDefinition(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $oConfig)
  921. {
  922. $sNextOperation = 'step'.($iCurrentStep+1);
  923. $iPrevStep = 4;
  924. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  925. $oP->set_title("Administrator account definition");
  926. $oP->add("<form id=\"theForm\" onSubmit=\"return DoSubmit('', $iCurrentStep);\" method=\"post\">\n");
  927. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  928. AddParamsToForm($oP, $aParamValues, array('auth_user', 'auth_pwd', 'language'));
  929. $aAvailableModules = AnalyzeInstallation($oConfig);
  930. BuildConfig($oP, $oConfig, $aParamValues, $aAvailableModules); // Load all the includes based on the modules selected
  931. $oConfig->WriteToFile(TMP_CONFIG_FILE);
  932. InitDataModel(TMP_CONFIG_FILE, true); // Needed to know the available languages
  933. $sRedStar = "<span class=\"hilite\">*</span>";
  934. $oP->add("<h2>Default language for the application:</h2>\n");
  935. // Possible languages (depends on the dictionaries loaded in the config)
  936. $aForm = array();
  937. $aAvailableLanguages = Dict::GetLanguages();
  938. $sLanguages = '';
  939. $sDefaultCode = $oConfig->GetDefaultLanguage();
  940. foreach($aAvailableLanguages as $sLangCode => $aInfo)
  941. {
  942. $sSelected = ($sLangCode == $sDefaultCode ) ? 'selected ' : '';
  943. $sLanguages.="<option value=\"{$sLangCode}\">{$aInfo['description']} ({$aInfo['localized_description']})</option>";
  944. }
  945. $aForm[] = array('label' => "Default Language$sRedStar:", 'input' => "<select id=\"language\" name=\"language\">$sLanguages</option>");
  946. $oP->form($aForm);
  947. $oP->add("<h2>Definition of the administrator account</h2>\n");
  948. // Database created, continue with admin creation
  949. $oP->add("<fieldset><legend>Administrator account</legend>\n");
  950. $aForm = array();
  951. $aForm[] = array('label' => "Login$sRedStar:", 'input' => "<input id=\"auth_user\" type=\"text\" name=\"auth_user\" value=\"{$aParamValues['auth_user']}\">");
  952. $aForm[] = array('label' => "Password$sRedStar:", 'input' => "<input id=\"auth_pwd\" type=\"password\" name=\"auth_pwd\" value=\"{$aParamValues['auth_pwd']}\">");
  953. $aForm[] = array('label' => "Retype password$sRedStar:", 'input' => "<input id=\"auth_pwd2\" type=\"password\" name=\"auth_pwd2\" value=\"{$aParamValues['auth_pwd']}\">");
  954. $oP->form($aForm);
  955. $oP->add("</fieldset>\n");
  956. $oP->add("<h2 class=\"next\">Next: Sample data selection</h2>\n");
  957. $oP->add("<table style=\"width:100%\"><tr>\n");
  958. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  959. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\">Next >></button></td>\n");
  960. $oP->add("</tr></table>\n");
  961. // Form goes here
  962. $oP->add("</form>\n");
  963. }
  964. /**
  965. * Display the form for the fourth step of the configuration wizard
  966. * which consists in
  967. * 1) Creating the admin user account
  968. * 2) Prompting to load some sample data
  969. */
  970. function SampleDataSelection(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $oConfig)
  971. {
  972. $sNextOperation = 'step7';
  973. if ($aParamValues['mode'] == 'upgrade')
  974. {
  975. $iPrevStep = 4;
  976. }
  977. else
  978. {
  979. $iPrevStep = 5;
  980. }
  981. $oP->set_title("Application initialization");
  982. $sAdminUser = $aParamValues['auth_user'];
  983. $sAdminPwd = $aParamValues['auth_pwd'];
  984. $sLanguage = $aParamValues['language'];
  985. if (($aParamValues['mode'] == 'install') || $oConfig->GetDefaultLanguage() == '')
  986. {
  987. $oConfig->SetDefaultLanguage($aParamValues['language']);
  988. }
  989. $aAvailableModules = AnalyzeInstallation($oConfig);
  990. BuildConfig($oP, $oConfig, $aParamValues, $aAvailableModules); // Load all the includes based on the modules selected
  991. // in case of upgrade, the value is already present in the config file
  992. $oConfig->WriteToFile(TMP_CONFIG_FILE);
  993. $oP->add("<form id=\"theForm\" method=\"post\"\">\n");
  994. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  995. AddParamsToForm($oP, $aParamValues, array('sample_data'));
  996. InitDataModel(TMP_CONFIG_FILE, true); // load data model and connect to the database
  997. $aAvailableModules = GetAvailableModules($oP);
  998. foreach($aParamValues['module'] as $sModuleId)
  999. {
  1000. if (isset($aAvailableModules[$sModuleId]['installer']))
  1001. {
  1002. $sModuleInstallerClass = $aAvailableModules[$sModuleId]['installer'];
  1003. // The validity of the sModuleInstallerClass has been established in BuildConfig()
  1004. $aCallSpec = array($sModuleInstallerClass, 'AfterDatabaseCreation');
  1005. call_user_func_array($aCallSpec, array($oConfig));
  1006. }
  1007. }
  1008. $oP->add("<h2>Loading of sample data</h2>\n");
  1009. $oP->p("<fieldset><legend> Do you want to load sample data into the database ? </legend>\n");
  1010. $sChecked = ($aParamValues['sample_data'] == 'no') ? '' : 'checked';
  1011. $oP->p("<input type=\"radio\" id=\"sample_data\" name=\"sample_data\" id=\"sample_data_no\" $sChecked value=\"yes\"><label for=\"sample_data_yes\"> Yes, for testing purposes, populate the database with sample data.</label>\n");
  1012. $sChecked = ($aParamValues['sample_data'] == 'no') ? 'checked' : '';
  1013. $oP->p("<input type=\"radio\" name=\"sample_data\" unchecked id=\"sample_data_no\" $sChecked value=\"no\"><label for=\"sample_data_no\"> No, this is a production system, load only the data required by the application.</label>\n");
  1014. $oP->p("</fieldset>\n");
  1015. $oP->add("<h2 class=\"next\">Next: Installation summary</h2>\n");
  1016. $oP->add("<table style=\"width:100%\"><tr>\n");
  1017. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack($iPrevStep)\"><< Back</button></td>\n");
  1018. $oP->add("<td style=\"text-align:right;\"><button type=\"submit\"> Next >></button></td>\n");
  1019. $oP->add("</tr></table>\n");
  1020. // End of visible form
  1021. $oP->add("</form>\n");
  1022. // Hidden form submitted when moving on to the next page, once all the data files
  1023. // have been processed
  1024. $oP->add("<form id=\"GoToNextStep\" method=\"post\">\n");
  1025. AddParamsToForm($oP, $aParamValues, array('sample_data'));
  1026. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"$sNextOperation\">\n");
  1027. $oP->add("</form>\n");
  1028. }
  1029. /**
  1030. * Displays the summary of the actions to be taken
  1031. */
  1032. function DisplaySummary(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $oConfig)
  1033. {
  1034. $sMode = $aParamValues['mode'];
  1035. $aAvailableModules = AnalyzeInstallation($oConfig);
  1036. BuildConfig($oP, $oConfig, $aParamValues, $aAvailableModules); // Load all the includes based on the modules selected
  1037. $oConfig->WriteToFile(TMP_CONFIG_FILE);
  1038. InitDataModel(TMP_CONFIG_FILE, true); // Needed to know the available languages
  1039. $aInstall = array();
  1040. $aUpgrade = array();
  1041. $aUninstall = array();
  1042. $aUnchanged = array();
  1043. switch($sMode)
  1044. {
  1045. case 'install':
  1046. foreach($aAvailableModules as $sModuleId => $aModule)
  1047. {
  1048. if (($sModuleId != 'iTop') && $aModule['visible'])
  1049. {
  1050. if (in_array($sModuleId, $aParamValues['module']))
  1051. {
  1052. $aInstall[$sModuleId] = $aModule;
  1053. }
  1054. }
  1055. }
  1056. $oP->set_title('Installation Summary');
  1057. $oP->add("<h3>iTop version ".$aAvailableModules['iTop']['version_code']." will be installed in the database: ".$oConfig->GetDBName()." on server: ".$oConfig->GetDBHost().".".'</h3>');
  1058. $oP->add('<div id="summary_content" style="height:350px;overflow-y:auto;border:1px solid #999;padding-left:1em;">');
  1059. if (count($aInstall) > 0)
  1060. {
  1061. $oP->add('<h3>Modules to install</h3>');
  1062. foreach($aInstall as $sModuleId => $aModule)
  1063. {
  1064. $oP->p('<img src="../images/added.png">&nbsp;'.$aModule['label'].' version '.$aModule['version_code']);
  1065. }
  1066. }
  1067. $oP->add('<h3>Sample data</h3>');
  1068. if ($aParamValues['sample_data'] != 'no')
  1069. {
  1070. $oP->p('Sample data will be loaded for the new modules installed.');
  1071. }
  1072. else
  1073. {
  1074. $oP->p('No sample data will be loaded.');
  1075. }
  1076. $oP->add('<h3>Administrator account</h3>');
  1077. $oP->p('Login:'.htmlentities($aParamValues['auth_user'], ENT_QUOTES, 'UTF-8'));
  1078. $oP->add('<h3>Default application language:</h3>');
  1079. $aAvailableLanguages = Dict::GetLanguages();
  1080. $oP->p($aAvailableLanguages[$aParamValues['language']]['description']." (".$aAvailableLanguages[$aParamValues['language']]['localized_description'].")");
  1081. $oP->add('</div>');
  1082. $oP->add("<form id=\"GoToNextStep\" method=\"post\">\n");
  1083. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"step8\">\n");
  1084. AddParamsToForm($oP, $aParamValues);
  1085. $oP->add("<table style=\"width:100%\"><tr>\n");
  1086. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack(6)\"><< Back</button></td>\n");
  1087. $oP->add("<td style=\"text-align:right;\"><button type=\"button\" onClick=\"DoSubmit('Installing...', 7)\"> Install ! >></button></td>\n");
  1088. $oP->add("</tr></table>\n");
  1089. $oP->add("</form>\n");
  1090. break;
  1091. case 'upgrade':
  1092. foreach($aAvailableModules as $sModuleId => $aModule)
  1093. {
  1094. if (($sModuleId != 'iTop') && $aModule['visible'])
  1095. {
  1096. if (in_array($sModuleId, $aParamValues['module']))
  1097. {
  1098. if (empty($aModule['version_db']))
  1099. {
  1100. $aInstall[$sModuleId] = $aModule;
  1101. }
  1102. else if ($aModule['version_db'] == $aModule['version_code'])
  1103. {
  1104. $aUnchanged[$sModuleId] = $aModule;
  1105. }
  1106. else
  1107. {
  1108. // Consider it's an upgrade... TO DO: handle downgrades ??
  1109. $aUpgrade[$sModuleId] = $aModule;
  1110. }
  1111. }
  1112. else if (!empty($aModule['version_db']))
  1113. {
  1114. $aUninstall[$sModuleId] = $aModule;
  1115. }
  1116. // Else do nothing: the module was not installed and is not selected
  1117. }
  1118. }
  1119. $oP->set_title('Upgrade Summary');
  1120. $oP->add("<h3>iTop instance: database: ".$oConfig->GetDBName()." on server: ".$oConfig->GetDBHost().", version ".$aAvailableModules['iTop']['version_db'].'</h3>');
  1121. $oP->add('<h3>Will be upgraded to '.$aAvailableModules['iTop']['version_code'].'</h3>');
  1122. $oP->add('<div id="summary_content" style="height:350px;overflow-y:auto;border:1px solid #999;padding-left:1em;">');
  1123. if (count($aUpgrade) > 0)
  1124. {
  1125. $oP->add('<h3>Modules to upgrade</h3>');
  1126. foreach($aUpgrade as $sModuleId => $aModule)
  1127. {
  1128. $oP->add('<img src="../images/modified.png">&nbsp;'.$aModule['label'].' version '.$aModule['version_db'].' to version '.$aModule['version_code']);
  1129. }
  1130. }
  1131. if (count($aInstall) > 0)
  1132. {
  1133. $oP->add('<h3>Modules to install</h3>');
  1134. foreach($aInstall as $sModuleId => $aModule)
  1135. {
  1136. $oP->p('<img src="../images/added.png">&nbsp;'.$aModule['label'].' version '.$aModule['version_code']);
  1137. }
  1138. }
  1139. if (count($aUninstall) > 0)
  1140. {
  1141. $oP->add('<h3>Modules to remove</h3>');
  1142. foreach($aUninstall as $sModuleId => $aModule)
  1143. {
  1144. $oP->p('<img src="../images/delete.png">&nbsp;'.$aModule['label'].' '.$sModuleId.' version '.$aModule['version_db']);
  1145. }
  1146. }
  1147. if (count($aUnchanged) > 0)
  1148. {
  1149. $oP->add('<h3>Modules that will remain unchanged</h3>');
  1150. foreach($aUnchanged as $sModuleId => $aModule)
  1151. {
  1152. $oP->p('<img src="../images/unchanged.png">&nbsp;'.$aModule['label'].' version '.$aModule['version_db']);
  1153. }
  1154. }
  1155. $oP->add('<h3>Sample data</h3>');
  1156. if ($aParamValues['sample_data'] != 'no')
  1157. {
  1158. $oP->p('Sample data will be loaded for the new modules installed.');
  1159. }
  1160. else
  1161. {
  1162. $oP->p('No sample data will be loaded.');
  1163. }
  1164. $oP->add('</div>');
  1165. $oP->add("<form id=\"GoToNextStep\" method=\"post\">\n");
  1166. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"step8\">\n");
  1167. AddParamsToForm($oP, $aParamValues);
  1168. $oP->add("<table style=\"width:100%\"><tr>\n");
  1169. $oP->add("<td style=\"text-align:left;\"><button type=\"button\" onClick=\"return DoGoBack(6)\"><< Back</button></td>\n");
  1170. $oP->add("<td style=\"text-align:right;\"><button type=\"button\" onClick=\"DoSubmit('Upgrading...', 7)\"> Upgrade ! >></button></td>\n");
  1171. $oP->add("</tr></table>\n");
  1172. $oP->add("</form>\n");
  1173. break;
  1174. default:
  1175. $oP->error("Unsupported mode $sMode");
  1176. }
  1177. $oP->add("<div id=\"log\" style=\"color:#F00;\"></div>\n");
  1178. $oP->add_linked_script('./jquery.progression.js');
  1179. PopulateDataFilesList($oP, $aParamValues, $oConfig);
  1180. $oP->add_ready_script(
  1181. <<<EOF
  1182. $('#log').ajaxError(
  1183. function(e, xhr, settings, exception)
  1184. {
  1185. bStopAysncProcess = true;
  1186. alert('Fatal error detected: '+ xhr.responseText);
  1187. $('#log').append(xhr.responseText);
  1188. $('#setup').unblock();
  1189. } );
  1190. EOF
  1191. );
  1192. }
  1193. /** Display the form for the fifth (and final) step of the configuration wizard
  1194. * which consists in
  1195. * 1) Creating the final configuration file
  1196. * 2) Prompting the user to make the file read-only
  1197. */
  1198. function SetupFinished(SetupWebPage $oP, $aParamValues, $iCurrentStep, Config $oConfig)
  1199. {
  1200. $sAuthUser = $aParamValues['auth_user'];
  1201. $sAuthPwd = $aParamValues['auth_pwd'];
  1202. $iPrevStep = $aParamValues['previous_step'];
  1203. $aParamValues['previous_step'] = $iCurrentStep; // Come back here
  1204. try
  1205. {
  1206. $sSessionName = $oConfig->Get('session_name');
  1207. if ($sSessionName != '')
  1208. {
  1209. $sSessionName = sprintf('iTop-%x', rand());
  1210. $oConfig->Set('session_name', $sSessionName);
  1211. }
  1212. session_name($sSessionName);
  1213. session_start();
  1214. // Migration: force utf8_unicode_ci as the collation to make the global search
  1215. // NON case sensitive
  1216. $oConfig->SetDBCollation('utf8_unicode_ci');
  1217. // Write the final configuration file
  1218. $oConfig->WriteToFile(FINAL_CONFIG_FILE);
  1219. // Start the application
  1220. InitDataModel(FINAL_CONFIG_FILE, false, true); // Load model, startup DB and load the cache
  1221. if ($aParamValues['mode'] == 'install')
  1222. {
  1223. if (UserRights::CheckCredentials($sAuthUser, $sAuthPwd))
  1224. {
  1225. UserRights::Login($sAuthUser);
  1226. $_SESSION['auth_user'] = $sAuthUser;
  1227. $_SESSION['login_mode'] = 'form'; // Will enable the "log-off button"
  1228. }
  1229. else
  1230. {
  1231. $oP->add("<h1>iTop configuration wizard</h1>\n");
  1232. $oP->add("<h2>Step 5: Configuration completed</h2>\n");
  1233. @unlink(FINAL_CONFIG_FILE); // remove the aborted config
  1234. $oP->error("Error: Failed to login for user: '$sAuthUser'\n");
  1235. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  1236. $oP->add("<button type=\"button\" onClick=\"return DoGoBack($iPrevStep);\"><< Back</button>\n");
  1237. AddParamsToForm($oP, $aParamValues);
  1238. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"step0\">\n");
  1239. $oP->add("</form>\n");
  1240. return;
  1241. }
  1242. }
  1243. // remove the tmp config file
  1244. @unlink(TMP_CONFIG_FILE);
  1245. // try to make the final config file read-only
  1246. @chmod(FINAL_CONFIG_FILE, 0440); // Read-only for owner and group, nothing for others
  1247. $oP->set_title("Setup complete");
  1248. $oP->add("<form id=\"theForm\" method=\"get\" action=\"../index.php\">\n");
  1249. // Check if there are some manual steps required:
  1250. $aAvailableModules = GetAvailableModules($oP);
  1251. $aManualSteps = array();
  1252. foreach($aParamValues['module'] as $sModuleId)
  1253. {
  1254. if (!empty($aAvailableModules[$sModuleId]['doc.manual_setup']))
  1255. {
  1256. $aManualSteps[$aAvailableModules[$sModuleId]['label']] = $aAvailableModules[$sModuleId]['doc.manual_setup'];
  1257. }
  1258. }
  1259. if (count($aManualSteps) > 0)
  1260. {
  1261. $oP->add("<h2>Manual operations required</h2>");
  1262. $oP->p("In order to complete the installation, the following manual operations are required:");
  1263. foreach($aManualSteps as $sModuleLabel => $sUrl)
  1264. {
  1265. $oP->p("<a href=\"$sUrl\" target=\"_blank\">Manual instructions for $sModuleLabel</a>");
  1266. }
  1267. }
  1268. else
  1269. {
  1270. $oP->add("<h2>Congratulations for installing iTop</h2>");
  1271. $oP->ok("The initialization completed successfully.");
  1272. }
  1273. // Form goes here.. No back button since the job is done !
  1274. $oP->add('<table style="width:600px;border:0;padding:0;"><tr>');
  1275. $oP->add("<td><a style=\"background:transparent;padding:0;\" title=\"Free: Register your iTop version.\" href=\"http://www.combodo.com/register?product=iTop&version=".urlencode(ITOP_VERSION." revision ".ITOP_REVISION)."\" target=\"_blank\"><img style=\"border:0\" src=\"../images/setup-register.gif\"/></td></a>");
  1276. $oP->add("<td><a style=\"background:transparent;padding:0;\" title=\"Get Professional Support from Combodo\" href=\"http://www.combodo.com/itopsupport\" target=\"_blank\"><img style=\"border:0\" src=\"../images/setup-support.gif\"/></td></a>");
  1277. $oP->add("<td><a style=\"background:transparent;padding:0;\" title=\"Get Professional Training from Combodo\" href=\"http://www.combodo.com/itoptraining\" target=\"_blank\"><img style=\"border:0\" src=\"../images/setup-training.gif\"/></td></a>");
  1278. $oP->add('</tr></table>');
  1279. $oP->add("<p style=\"text-align:center;width:100%\"><button type=\"submit\">Enter iTop</button></p>\n");
  1280. $oP->add("</form>\n");
  1281. }
  1282. catch(Exception $e)
  1283. {
  1284. $oP->error("Error: unable to create the configuration file.");
  1285. $oP->p($e->getHtmlDesc());
  1286. $oP->p("Did you forget to remove the previous (read-only) configuration file ?");
  1287. $oP->add("<form id=\"theForm\" method=\"post\">\n");
  1288. $oP->add("<input type=\"hidden\" name=\"operation\" value=\"step7\">\n");
  1289. AddParamsToForm($oP, $aParamValues, array('previous_step'));
  1290. $oP->add("<button type=\"button\" onClick=\"return DoGoBack(7);\"><< Back</button>\n");
  1291. $oP->add("</form>\n");
  1292. }
  1293. }
  1294. ///////////////////////////////////////////////////////////////////////////////////////////////////
  1295. // Main program
  1296. ///////////////////////////////////////////////////////////////////////////////////////////////////
  1297. clearstatcache(); // Make sure we know what we are doing !
  1298. // Set a long (at least 4 minutes) execution time for the setup to avoid timeouts during this phase
  1299. ini_set('max_execution_time', max(240, ini_get('max_execution_time')));
  1300. // While running the setup it is desirable to see any error that may happen
  1301. ini_set('display_errors', true);
  1302. ini_set('display_startup_errors', true);
  1303. $aParams = array('mode', 'previous_step', 'licence_ok', 'db_server', 'db_user', 'db_pwd','db_name', 'new_db_name', 'db_prefix', 'module', 'sample_data', 'auth_user', 'auth_pwd', 'language');
  1304. foreach($aParams as $sName)
  1305. {
  1306. $aParamValues[$sName] = utils::ReadParam($sName, '');
  1307. }
  1308. if (file_exists(FINAL_CONFIG_FILE))
  1309. {
  1310. // The configuration file already exists
  1311. if (!is_writable(FINAL_CONFIG_FILE))
  1312. {
  1313. $oP->add("<h1>iTop configuration wizard</h1>\n");
  1314. $oP->add("<h2>Fatal error</h2>\n");
  1315. $oP->error("<b>Error:</b> the configuration file '".FINAL_CONFIG_FILE."' already exists and cannot be overwritten.");
  1316. $oP->p("The wizard cannot modify the configuration file for you. If you want to upgrade iTop, please make sure that the file '<b>".realpath(FINAL_CONFIG_FILE)."</b>' can be modified by the web server.");
  1317. $oP->output();
  1318. exit;
  1319. }
  1320. }
  1321. else
  1322. {
  1323. // No configuration file yet
  1324. // Check that the wizard can write into the root dir to create the configuration file
  1325. if (!is_writable(dirname(TMP_CONFIG_FILE)))
  1326. {
  1327. $oP->add("<h1>iTop configuration wizard</h1>\n");
  1328. $oP->add("<h2>Fatal error</h2>\n");
  1329. $oP->error("<b>Error:</b> the directory where to store the configuration file is not writable.");
  1330. $oP->p("The wizard cannot create the configuration file for you. Please make sure that the directory '<b>".realpath(dirname(TMP_CONFIG_FILE))."</b>' is writable for the web server.");
  1331. $oP->output();
  1332. exit;
  1333. }
  1334. if (!is_writable(dirname(TMP_CONFIG_FILE).'/setup'))
  1335. {
  1336. $oP->add("<h1>iTop configuration wizard</h1>\n");
  1337. $oP->add("<h2>Fatal error</h2>\n");
  1338. $oP->error("<b>Error:</b> the directory where to store temporary setup files is not writable.");
  1339. $oP->p("The wizard cannot create operate. Please make sure that the directory '<b>".realpath(dirname(TMP_CONFIG_FILE))."/setup</b>' is writable for the web server.");
  1340. $oP->output();
  1341. exit;
  1342. }
  1343. }
  1344. try
  1345. {
  1346. $oConfig = new Config(TMP_CONFIG_FILE);
  1347. }
  1348. catch(Exception $e)
  1349. {
  1350. // We'll end here when the tmp config file does not exist. It's normal
  1351. $oConfig = new Config(TMP_CONFIG_FILE, false /* Don't try to load it */);
  1352. }
  1353. try
  1354. {
  1355. switch($sOperation)
  1356. {
  1357. case 'step0':
  1358. $oP->no_cache();
  1359. $oP->log("Info - ========= Wizard step 0 ========");
  1360. WelcomeAndCheckPrerequisites($oP, $aParamValues, 0);
  1361. break;
  1362. case 'step1':
  1363. $oP->no_cache();
  1364. $oP->log("Info - ========= Wizard step 1 ========");
  1365. LicenceAcknowledgement($oP, $aParamValues, 1);
  1366. break;
  1367. case 'step2':
  1368. $oP->log("Info - ========= Wizard step 2 ========");
  1369. DatabaseServerSelection($oP, $aParamValues, 2);
  1370. break;
  1371. case 'step3':
  1372. $oP->no_cache();
  1373. $oP->log("Info - ========= Wizard step 3 ========");
  1374. DatabaseInstanceSelection($oP, $aParamValues, 3, $oConfig);
  1375. break;
  1376. case 'step4':
  1377. $oP->no_cache();
  1378. $oP->log("Info - ========= Wizard step 4 ========");
  1379. ModulesSelection($oP, $aParamValues, 4, $oConfig);
  1380. break;
  1381. case 'step5':
  1382. $oP->no_cache();
  1383. $oP->log("Info - ========= Wizard step 5 ========");
  1384. AdminAccountDefinition($oP, $aParamValues, 5, $oConfig);
  1385. break;
  1386. case 'step6':
  1387. $oP->no_cache();
  1388. $oP->log("Info - ========= Wizard step 6 ========");
  1389. SampleDataSelection($oP, $aParamValues, 6, $oConfig);
  1390. break;
  1391. case 'step7':
  1392. $oP->no_cache();
  1393. $oP->log("Info - ========= Wizard step 7 ========");
  1394. DisplaySummary($oP, $aParamValues, 7, $oConfig);
  1395. break;
  1396. case 'step8':
  1397. $oP->no_cache();
  1398. $oP->log("Info - ========= Wizard step 8 ========");
  1399. SetupFinished($oP, $aParamValues, 8, $oConfig);
  1400. break;
  1401. default:
  1402. $oP->error("Error: unsupported operation '$sOperation'");
  1403. }
  1404. }
  1405. catch(Exception $e)
  1406. {
  1407. $oP->error("Error: '".$e->getMessage()."'");
  1408. $oP->add("<button type=\"button\" onClick=\"window.history.back();\"><< Back</button>\n");
  1409. }
  1410. catch(CoreException $e)
  1411. {
  1412. $oP->error("Error: '".$e->getHtmlDesc()."'");
  1413. $oP->add("<button type=\"button\" onClick=\"window.history.back();\"><< Back</button>\n");
  1414. }
  1415. $oP->output();
  1416. ?>