[Vtigercrm-commits] [vtiger-commits] r10207 - /vtigercrm/branches/5.0.3/install/1checkSystem.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 20 08:21:49 EST 2007


Author: saraj
Date: Tue Feb 20 06:21:44 2007
New Revision: 10207

Log:
logs directory permission check added during installation. Fixes #3025

Modified:
    vtigercrm/branches/5.0.3/install/1checkSystem.php

Modified: vtigercrm/branches/5.0.3/install/1checkSystem.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/1checkSystem.php (original)
+++ vtigercrm/branches/5.0.3/install/1checkSystem.php Tue Feb 20 06:21:44 2007
@@ -314,8 +314,10 @@
 		    				<td valign=top ><strong>Logo Directory</strong><br> (test/logo/)</td>
 					        <td valign=top bgcolor="white"><?php echo (is_writable('./test/logo/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>You might experience problems with the company logo in the pdf generation. Refer <a href=http://www.vtiger.com/forums/viewtopic.php?t=24&highlight=permission>File vtiger_attachments issue</a> for more details </font>"; ?></td>
 					</tr>
-					
-
+					<tr bgcolor="#fafafa">
+						<td valign=top ><strong>Logs Directory</strong><br> (logs/)</td>
+						<td valign=top bgcolor="white"><?php echo (is_writable('./logs/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>System will experience problems while writing to the logs. You are strongly urged to give write permissions to the logs folder please!!!"; ?></td>
+					</tr>
        				</table>
 				<br><br>
 	   	   		<!-- Recommended Settings -->





More information about the vtigercrm-commits mailing list