[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot

Jan Schneider jan at horde.org
Wed Jul 7 14:19:41 UTC 2010


jan  Wed, 07 Jul 2010 10:19:41 -0400

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  7.18
Change log:  Fix code

@@ -281,18 +281,18 @@
     ----- Transcript of session follows -----
  501 5.6.0 Data format error
  </code>

-find this line of code in your  
"pathtohorde/vacation/lib/Drivers/forwards.php" file
+find this line of code in your  
"pathtohorde/vacation/lib/Driver/forwards.php" file
  <code>
  // Try to change permissions, but ignore any errors.
-$_vfs->changePermissions('', '.forward', '0600');
+$this->_vfs->changePermissions('', '.forward', '0600');
  </code>
  and append the following after this line
  <code>
-$_vfs->changePermissions('', '.vacation.db', '0640');
-$_vfs->changePermissions('', '.vacation.msg', '0640');
-$_vfs->changePermissions('', '.vacation.dir', '0640');
-$_vfs->changePermissions('', '.vacation.pag', '0640');
+$this->_vfs->changePermissions('', '.vacation.db', '0640');
+$this->_vfs->changePermissions('', '.vacation.msg', '0640');
+$this->_vfs->changePermissions('', '.vacation.dir', '0640');
+$this->_vfs->changePermissions('', '.vacation.pag', '0640');
  </code>
  delete your vacation entry using the vacation module and recreate it.
  Problem should be solved.



More information about the cvs mailing list