bugs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bugs [06-01-2010 01:05]
208.125.5.162 Birthday and LDIF
bugs [17-11-2016 12:34] (current)
Line 1: Line 1:
 ====== Bug Tracker ====== ====== Bug Tracker ======
 {{bug.png?nolink}} {{bug.png?nolink}}
 +
 +==== Version 1.00 ====
 Try this code in iaddressbook/functions/module_birthday.php, line 30, to fix end-of-year bug: Try this code in iaddressbook/functions/module_birthday.php, line 30, to fix end-of-year bug:
  
Line 25: Line 27:
 </code> </code>
  
-==== Version 1.00 ====+
   * Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december).   * Birthday reminder seems a little buggy with the new year. Since December, it only shows people born in january (although some contacts are born in december).
 +  * The code has bugs in several files which prevent the program from being executed correctly. The code contains "<?=" instead of "<?php echo". The workaround is to replace all "<?=" with "<?php echo".
 +  * [PHP 5.3] All occurences of "split" have to be replaced by "explode" in order to work properly. Apart from this, iAddressBook work perfectly with PHP 5.3.
 +  * [PHP 5.3] All objects created by reference should be replaced by "normal" construction. That is change the "=& new" for "= new".
  
 ==== Version 0.99 ==== ==== Version 0.99 ====
  • bugs.1262736320.txt.gz
  • Last modified: 17-11-2016 12:33
  • (external edit)