index.php 62 KB

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