[Vtigercrm-commits] [vtiger-commits] r10256 - /vtigercrm/branches/5.0.3/install/1checkSystem.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Feb 27 09:17:56 EST 2007
Author: richie
Date: Tue Feb 27 07:17:47 2007
New Revision: 10256
Log:
check added to give write permission to the cache folder inside tmp for Webmails
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 27 07:17:47 2007
@@ -322,6 +322,12 @@
<td valign=top ><strong>WebMail attachments Directory</strong><br> (modules/Webmails/tmp/)</td>
<td valign=top bgcolor="white"><?php echo (is_writable('./modules/Webmails/tmp/'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>System will experience problems in saving attachments in received mail. You are strongly urged to give write permissions to ./modules/Webmails/tmp/ folder please!!!"; ?></td>
</tr>
+
+ <tr bgcolor="#fafafa">
+ <td valign=top ><strong>WebMail attachments Directory</strong><br> (modules/Webmails/tmp/cache)</td>
+ <td valign=top bgcolor="white"><?php echo (is_writable('./modules/Webmails/tmp/cache'))?"<strong><font color=\"#00CC00\">Writeable</font></strong>":"<strong><font color=\"#FF0000\">Not Writeable</strong> <br>System will experience problems in saving attachments in received mail. You are strongly urged to give write permissions to ./modules/Webmails/tmp/cache folder please!!!"; ?></td>
+ </tr>
+
</table>
<br><br>
<!-- Recommended Settings -->
More information about the vtigercrm-commits
mailing list