<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2012-02-03 19:14:56]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://bugs.web2project.net/</docs>
<description>Mantis - ISSUES</description>
<link>http://bugs.web2project.net/</link>
<title>Mantis - ISSUES</title>
<image>
<title>Mantis - ISSUES</title>
<url>http://bugs.web2project.net/images/mantis_logo_button.gif</url>
<link>http://bugs.web2project.net/</link>
<description>Mantis - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2012-02-03T19:14:55-07:00</sy:updateBase>
<item>
<title>0001053: Todo - Filter by project</title>
<link>http://bugs.web2project.net/view.php?id=1053</link>
<description>I wish I could filter the project tasks from the All option. Currently showing all tasks and tasks are not ordered by projects.&lt;br /&gt;
&lt;br /&gt;
excuses for my English.</description>
<guid>http://bugs.web2project.net/view.php?id=1053</guid>
<author>jmejia &lt;jmejia@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1053#bugnotes</comments>
</item>
<item>
<title>0001052: User roles in System Admin not available in SVN build from 2012.01.23</title>
<link>http://bugs.web2project.net/view.php?id=1052</link>
<description>When select &quot;User roles&quot; from &quot;Administration&quot; section at &quot;System Administration&quot; page no role management tools are shown. See attached screenshot.</description>
<guid>http://bugs.web2project.net/view.php?id=1052</guid>
<author>JJF &lt;JJF@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1052#bugnotes</comments>
</item>
<item>
<title>0001051: My Info does not work with latest snapshot</title>
<link>http://bugs.web2project.net/view.php?id=1051</link>
<description>I have installed latest snapshots (23.01.2012) and My Info page does not work.&lt;br /&gt;
I have tried with more users (including admin user), in different browsers.</description>
<guid>http://bugs.web2project.net/view.php?id=1051</guid>
<author>miroslaw &lt;miroslaw@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1051#bugnotes</comments>
</item>
<item>
<title>0000947: LDAP authentication fails if the BINDDN is given as a complete DN</title>
<link>http://bugs.web2project.net/view.php?id=947</link>
<description>We have a bug in the LDAP code. Edit web2project-2.4/classes/w2p/Authenticators/LDAP.class.php by changing line 53 from:&lt;br /&gt;
$ldap_bind_dn = 'CN='.$this-&gt;ldap_search_user.',OU=users,'.$this-&gt;base_dn;&lt;br /&gt;
to:&lt;br /&gt;
$ldap_bind_dn = $this-&gt;ldap_search_user; &lt;br /&gt;
&lt;br /&gt;
I don't know if that is the proper fixed but it worked well enough for us to be able to get our work done.  It looks like the logic assumes we are using an MS Active Directory server and that we have only supplied a short name.  In our case, we are using RedHat Directory Server and we provide the complete DN of the ldap_search_user.</description>
<guid>http://bugs.web2project.net/view.php?id=947</guid>
<author>gracedman &lt;gracedman@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=947#bugnotes</comments>
</item>
<item>
<title>0001050: LDAP does not update user passwords</title>
<link>http://bugs.web2project.net/view.php?id=1050</link>
<description>When using LDAP, the passwords in the database do not get updated.  This became an issue as the DPDesktop plugin looks in the database for authentication.  While the DPDesktop plugin should probably be changed to use regular w2p auth structures, there is code in the W2P LDAP module to update the password hashes in the database.  This functionality is broken in 2.4.</description>
<guid>http://bugs.web2project.net/view.php?id=1050</guid>
<author>jbeardshouse &lt;jbeardshouse@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1050#bugnotes</comments>
</item>
<item>
<title>0001049: Task Overdue Notification cannot be turned off</title>
<link>http://bugs.web2project.net/view.php?id=1049</link>
<description>We are on 2.3.1. &lt;br /&gt;
We receive many notifications of overdue tasks. We want to stop this. &lt;br /&gt;
We are not using queuescanner, instead we are mailing directly.&lt;br /&gt;
&lt;br /&gt;
We tried to turn off task notification like so:&lt;br /&gt;
Go to &quot;System Admin -&gt; System Configuration&quot;, scroll down to the &quot;Tasks&quot; section and set the following values: &lt;br /&gt;
&lt;br /&gt;
Send Task Reminders	 (SET TO BLANK) &lt;br /&gt;
Number of days warning for due tasks	 (SET TO 1) &lt;br /&gt;
Maximum number of reminders to set (SET TO 1) &lt;br /&gt;
&lt;br /&gt;
Apache was restarted afterwards, but the task notifications are STILL coming. We received 30-40 of these per day, per person. We are a very small shop, but this is very disruptive. Please help.</description>
<guid>http://bugs.web2project.net/view.php?id=1049</guid>
<author>milanm &lt;milanm@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1049#bugnotes</comments>
</item>
<item>
<title>0001048: View User Not Working</title>
<link>http://bugs.web2project.net/view.php?id=1048</link>
<description>View User page does not show anything. Here's the error in the log:&lt;br /&gt;
&lt;br /&gt;
 PHP Fatal error:  Call to undefined method CUser::_getQuery() in /web2project/modules/admin/admin.class.php on line 194, referer: /web2project/index.php?m=admin&lt;br /&gt;
&lt;br /&gt;
my admin.class.php file is the latest version on SVN (2011-11)</description>
<guid>http://bugs.web2project.net/view.php?id=1048</guid>
<author>w2pAdmin &lt;w2pAdmin@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1048#bugnotes</comments>
</item>
<item>
<title>0001044: Task Logs not available when task has child task</title>
<link>http://bugs.web2project.net/view.php?id=1044</link>
<description>I changed a task with 10 tasklog entries to a subtask of another task, and logs are no longer visible, editable, etc.</description>
<guid>http://bugs.web2project.net/view.php?id=1044</guid>
<author>pkonin &lt;pkonin@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1044#bugnotes</comments>
</item>
<item>
<title>0001047: Project actual end date in project view is not displayed + FIX</title>
<link>http://bugs.web2project.net/view.php?id=1047</link>
<description>$criticaltasks is not defined, thus date is empty.&lt;br /&gt;
fix see &lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=14269#14269&quot;&gt;http://forums.web2project.net/viewtopic.php?p=14269#14269&lt;/a&gt; [&lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=14269#14269&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]</description>
<guid>http://bugs.web2project.net/view.php?id=1047</guid>
<author>opto &lt;opto@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1047#bugnotes</comments>
</item>
<item>
<title>0001046: allow new budget section in projects and tasks to be hidden</title>
<link>http://bugs.web2project.net/view.php?id=1046</link>
<description>On a notebook, the new budget section in projects and tasks takes much screen space. Please add sysconfig to hide it when w2p budgeting is not used.&lt;br /&gt;
Thanks, Klaus</description>
<guid>http://bugs.web2project.net/view.php?id=1046</guid>
<author>opto &lt;opto@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1046#bugnotes</comments>
</item>
<item>
<title>0001045: Name of user is not showed on posted reply on forum</title>
<link>http://bugs.web2project.net/view.php?id=1045</link>
<description>On read the forum don't are listed the name of user on the post.</description>
<guid>http://bugs.web2project.net/view.php?id=1045</guid>
<author>Odacir &lt;Odacir@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1045#bugnotes</comments>
</item>
<item>
<title>0001042: Fatal error when deleting budget item</title>
<link>http://bugs.web2project.net/view.php?id=1042</link>
<description>At rev 2347&lt;br /&gt;
Attempting to delete a Budget entry&lt;br /&gt;
Page &lt;a href=&quot;http://192.168.1.10/web2dev/index.php?m=system&amp;a=budgeting&quot;&gt;http://192.168.1.10/web2dev/index.php?m=system&amp;a=budgeting&lt;/a&gt; [&lt;a href=&quot;http://192.168.1.10/web2dev/index.php?m=system&amp;a=budgeting&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
Fatal error: Call to a member function getLibraryClass() on a non-object in /opt/web2dev/classes/w2p/Extensions/Permissions.class.php on line 7 &lt;br /&gt;
&lt;br /&gt;
w2p will now not restart.&lt;br /&gt;
Restarted Apache - still no response (same message Fatal error: Call to a member function getLibraryClass() on a non-object in /opt/web2dev/classes/w2p/Extensions/Permissions.class.php on line 7 )&lt;br /&gt;
&lt;br /&gt;
Suspect issues with mods to BaseObject class (rev 2346) or Permissions class (rev 2347)</description>
<guid>http://bugs.web2project.net/view.php?id=1042</guid>
<author>icchengineer &lt;icchengineer@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1042#bugnotes</comments>
</item>
<item>
<title>0000950: Unable to assign user through &quot;Edit task&quot; form</title>
<link>http://bugs.web2project.net/view.php?id=950</link>
<description>In the &quot;Edit task&quot; form, when clicking on human resources tab I see only one blank entry and one user listed in the &quot;Human Resources:&quot; box, although I have 4 users created via User Admin. However assigning a user through the &quot;Tasks&quot; view allows to properly select from existing users. Could be something broken with the &quot;Human Resources&quot; list. Cant remember having this problem in W2P 2.2.&lt;br /&gt;
&lt;br /&gt;
Steps to reproduce:&lt;br /&gt;
I've installed a fresh 2.4 version. Added several companies, 4 users, 2 projects and one task per project.&lt;br /&gt;
&lt;br /&gt;
PHP 5.2.17&lt;br /&gt;
MySQL 5.0.84&lt;br /&gt;
Apache/2.2.19 (Unix)</description>
<guid>http://bugs.web2project.net/view.php?id=950</guid>
<author>lkrzak &lt;lkrzak@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=950#bugnotes</comments>
</item>
<item>
<title>0001043: Files won't move between folders</title>
<link>http://bugs.web2project.net/view.php?id=1043</link>
<description>I've tried to move files in root to a subfolder using checkboxes and the &quot;move to folder&quot; selection at the bottom and they never move.  I have tried this with single files as well as multiple selections.</description>
<guid>http://bugs.web2project.net/view.php?id=1043</guid>
<author>pkonin &lt;pkonin@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1043#bugnotes</comments>
</item>
<item>
<title>0001040: SQL errors on removal of module</title>
<link>http://bugs.web2project.net/view.php?id=1040</link>
<description>Running latest svn version 2297 under Ubuntu 10.04LTS 64 bit.&lt;br /&gt;
Uninstalled Todos module &amp; error text resulted as:&lt;br /&gt;
&lt;br /&gt;
&quot;ERROR: /opt/web2dev/classes/w2p/Database/Query.class.php(1128) : query failed(SELECT a.value AS a_value, a.name AS a_name,&lt;br /&gt;
					b.value AS b_value, b.name AS b_name,&lt;br /&gt;
					c.value AS c_value, c.name AS c_name,&lt;br /&gt;
					d.value AS d_value, d.name AS d_name,&lt;br /&gt;
					e.value AS e_value, e.name AS e_name,&lt;br /&gt;
					f.value AS f_value, f.name AS f_name&lt;br /&gt;
				,DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) LEFT JOIN `gacl_aco` AS b ON a.value=b.section_value,gacl_aro_sections c LEFT JOIN `gacl_aro` AS d ON c.value=d.section_value,gacl_axo_sections e LEFT JOIN `gacl_axo` AS f ON e.value=f.section_value) - error was: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) ' at line 7&lt;br /&gt;
Backtrace:&lt;br /&gt;
0 /opt/web2dev/classes/w2p/Database/Query.class.php:1128 dprint()&lt;br /&gt;
1 /opt/web2dev/classes/w2p/Database/Query.class.php:1193 exec()&lt;br /&gt;
2 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:556 loadHashList()&lt;br /&gt;
3 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:1020 getUsersWithRole()&lt;br /&gt;
4 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:282 recalcPermissions()&lt;br /&gt;
5 /opt/web2dev/classes/w2p/Core/Module.class.php:106 deleteModuleItems()&lt;br /&gt;
6 /opt/web2dev/modules/system/domodsql.php:79 remove()&lt;br /&gt;
7 /opt/web2dev/index.php:277 require()&lt;br /&gt;
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) ' at line 7&quot;&lt;br /&gt;
Using Back button on browser shows that module was removed.&lt;br /&gt;
&lt;br /&gt;
Reinstalling the module gives another error page:&lt;br /&gt;
&lt;br /&gt;
&quot;Warning: array_keys() expects parameter 1 to be array, boolean given in /opt/web2dev/classes/w2p/Extensions/Permissions.class.php on line 1021 Warning: implode(): Invalid arguments passed in /opt/web2dev/classes/w2p/Extensions/Permissions.class.php on line 1021&lt;br /&gt;
&lt;br /&gt;
ERROR: /opt/web2dev/classes/w2p/Database/Query.class.php(1128) : query failed(SELECT a.value AS a_value, a.name AS a_name,&lt;br /&gt;
					b.value AS b_value, b.name AS b_name,&lt;br /&gt;
					c.value AS c_value, c.name AS c_name,&lt;br /&gt;
					d.value AS d_value, d.name AS d_name,&lt;br /&gt;
					e.value AS e_value, e.name AS e_name,&lt;br /&gt;
					f.value AS f_value, f.name AS f_name&lt;br /&gt;
				,DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) LEFT JOIN `gacl_aco` AS b ON a.value=b.section_value,gacl_aro_sections c LEFT JOIN `gacl_aro` AS d ON c.value=d.section_value,gacl_axo_sections e LEFT JOIN `gacl_axo` AS f ON e.value=f.section_value) - error was: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) ' at line 7&lt;br /&gt;
Backtrace:&lt;br /&gt;
0 /opt/web2dev/classes/w2p/Database/Query.class.php:1128 dprint()&lt;br /&gt;
1 /opt/web2dev/classes/w2p/Database/Query.class.php:1193 exec()&lt;br /&gt;
2 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:556 loadHashList()&lt;br /&gt;
3 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:1020 getUsersWithRole()&lt;br /&gt;
4 /opt/web2dev/classes/w2p/Extensions/Permissions.class.php:178 recalcPermissions()&lt;br /&gt;
5 /opt/web2dev/classes/w2p/Core/Module.class.php:65 addModuleSection()&lt;br /&gt;
6 /opt/web2dev/modules/system/domodsql.php:72 install()&lt;br /&gt;
7 /opt/web2dev/index.php:277 require()&lt;br /&gt;
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DISTINCT(g.aro_id) FROM ((`gacl_aco_sections` AS a,`gacl_groups_aro_map` AS g)) ' at line 7&quot;</description>
<guid>http://bugs.web2project.net/view.php?id=1040</guid>
<author>icchengineer &lt;icchengineer@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1040#bugnotes</comments>
</item>
<item>
<title>0001041: Setup budgets - no del;ete available</title>
<link>http://bugs.web2project.net/view.php?id=1041</link>
<description>Under System Admin/ Setup Budgets, you can create an entry but the edit feature a/ doesn't edit the entry but creates another on save and;&lt;br /&gt;
b/ there's no provision for deleting an entry</description>
<guid>http://bugs.web2project.net/view.php?id=1041</guid>
<author>icchengineer &lt;icchengineer@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1041#bugnotes</comments>
</item>
<item>
<title>0000598: adodb-mysql does not set default character set for db connection, this can lead in unusable database content</title>
<link>http://bugs.web2project.net/view.php?id=598</link>
<description>Hi,&lt;br /&gt;
adodb-mysql.inc.php functions _connect() and _pconnect() do not set default character set for database connections nor does web2project code elsewhere.&lt;br /&gt;
&lt;br /&gt;
This results in wrong encoding of non-ascii strings stored in database depending on host configuration - to be specific if system wide mysql default_character_set differs from utf8, i.e. debian's default value is 'latin1'.&lt;br /&gt;
&lt;br /&gt;
Wrong character encoding has at least following critical consequences:&lt;br /&gt;
&lt;br /&gt;
* Sorting of strings with non-ascii charactes does probably not work correctly.&lt;br /&gt;
* Strings will be totaly messed up if mysql's default_character_set will be changed or database will be migrated to host with different configuration.&lt;br /&gt;
&lt;br /&gt;
Adding mysql_set_charset('utf8') call to both mentioned functions or setting this later from web2Project code (if adodb modification is not an option) will solve this. This solution will have a side effect of messing up strings already stored in wrong encoding.</description>
<guid>http://bugs.web2project.net/view.php?id=598</guid>
<author>gajdusek &lt;gajdusek@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=598#bugnotes</comments>
</item>
<item>
<title>0000760: Currency appends EEK after GB pound symbol selected</title>
<link>http://bugs.web2project.net/view.php?id=760</link>
<description>If you select a currency symbol (£ in my case) there isn't an appropriate currency format in preferences. EUR formats append a suffix (e.g EEK - estonian Kroons) after the budget figure. Thus £1000.00 EEK&lt;br /&gt;
&lt;br /&gt;
I commented out the line:&lt;br /&gt;
&lt;br /&gt;
$currency .= $currency_prefix . $mondat['int_curr_symbol'] . $currency_suffix; &lt;br /&gt;
&lt;br /&gt;
in \includes\main_functions.php around line 1002 to get the format I wanted. &lt;br /&gt;
&lt;br /&gt;
I have noticed also however, that doing this changes the drop down list of currency formats in Sysadmin-&gt;default user preferences.&lt;br /&gt;
&lt;br /&gt;
Can't say I understand what is going on but what is wanted is the option:&lt;br /&gt;
&lt;br /&gt;
a) specify currency symbol&lt;br /&gt;
b) select a currency format that doesn't include suffix or prefix</description>
<guid>http://bugs.web2project.net/view.php?id=760</guid>
<author>mk14steve &lt;mk14steve@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=760#bugnotes</comments>
</item>
<item>
<title>0000963: Subproject icon does no appear when multi-subproject context is set</title>
<link>http://bugs.web2project.net/view.php?id=963</link>
<description>The &quot;plus&quot; icon that indicates a project with subprojects is missing when we use a multi-subproject context.&lt;br /&gt;
In my organization we have a root project that means the current portfolio. This project contains programs (a collection of projects) or projects). When we need to create a program (second hierarchical level) attached to portfolio (first hierarchical level), and from this program we insert many projects (as subproject), this program does not shows subproject plus icon. If we detach the program from de portfolio, the subproject icon is shown.&lt;br /&gt;
My suggestion is that could be possible to set an endless level of hierarchy of projects.</description>
<guid>http://bugs.web2project.net/view.php?id=963</guid>
<author>mfenoll &lt;mfenoll@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=963#bugnotes</comments>
</item>
<item>
<title>0000745: New project creation error , child project not visible in list of project</title>
<link>http://bugs.web2project.net/view.php?id=745</link>
<description>1) When a new project is created and any of budget field remains empty, project is not stored correctly. An error message &quot;incorrect decimal value: '' for column 'project_target_budget' at row 1&quot; is shown.&lt;br /&gt;
&lt;br /&gt;
2) If a new project is created with parent project created with error message mentioned above, then child project is not shown anywhere in list of project</description>
<guid>http://bugs.web2project.net/view.php?id=745</guid>
<author>MiraKlim &lt;MiraKlim@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=745#bugnotes</comments>
</item>
<item>
<title>0000932: Binding LDAP with a null DN string</title>
<link>http://bugs.web2project.net/view.php?id=932</link>
<description>There is no way to configure a null DN binding string. &lt;br /&gt;
&lt;br /&gt;
Code 2.4 LDAP.class.php does not consider that case.&lt;br /&gt;
No way (?) to set it in &quot;Full LDAP Connect String&quot; field</description>
<guid>http://bugs.web2project.net/view.php?id=932</guid>
<author>dte &lt;dte@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=932#bugnotes</comments>
</item>
<item>
<title>0000967: Files in the projects_tab.view.files.php view does not display files deeper then the first level in the folder tree</title>
<link>http://bugs.web2project.net/view.php?id=967</link>
<description>The company i work for wants to use a rather explicit folder structure to organize files and because of that all files belonging to a project is placed in its own sub-folder within a more general folder called projects.&lt;br /&gt;
&lt;br /&gt;
This is causing issues with the files view in the projects module, as it looks like no files are attached in the folder structure. See attached file.&lt;br /&gt;
&lt;br /&gt;
I would like it to be possible to traverse the folder structure and have a clear method of seeing where the files belonging to this project are placed, much like how the file explorer works.</description>
<guid>http://bugs.web2project.net/view.php?id=967</guid>
<author>Korkonius &lt;Korkonius@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=967#bugnotes</comments>
</item>
<item>
<title>0000993: If more than one file is uploaded for a project only the last uploaded file is displayed as to be attached to the project.</title>
<link>http://bugs.web2project.net/view.php?id=993</link>
<description>When a file is uploaded for a project, the first file works as expected, however from the second file onwards only the last file uploaded is displayed as file attachment in the system.</description>
<guid>http://bugs.web2project.net/view.php?id=993</guid>
<author>kareljj &lt;kareljj@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=993#bugnotes</comments>
</item>
<item>
<title>0001024: bug description &amp; suggested solution</title>
<link>http://bugs.web2project.net/view.php?id=1024</link>
<description>&lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=13827#13827&quot;&gt;http://forums.web2project.net/viewtopic.php?p=13827#13827&lt;/a&gt; [&lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=13827#13827&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
@pedroa: &lt;br /&gt;
@opto: &lt;br /&gt;
&lt;br /&gt;
Thanks opto, I installed XAMPP for Win on my VISTA-PC and started to debug the php-code with Netbeans &amp; Xdebug. Very nice &amp; so simpel. I would recommend for anyone to do it. If I can do (no clue about servers, php and so on) probably anybody can do it too.... &lt;br /&gt;
&lt;br /&gt;
As I already evaluated in the posts before the error is caused by a really stupid syntax bug! &lt;br /&gt;
&lt;br /&gt;
Enclosed I put also the &quot;gantt_pdf.php&quot; where I marked and commented the problem &amp; solution. &lt;br /&gt;
&lt;br /&gt;
The slicing works for the tasks (25x) but I kept the time-x-axis constant, so I dont know this is the expected behaviour. Otherwise the date-range on each slice has to be handled. &lt;br /&gt;
&lt;br /&gt;
I would suggest that the developers take this as a suggestion, reviewing it and rework it where necessary and put it to SVN. &lt;br /&gt;
&lt;br /&gt;
@pedroa: &lt;br /&gt;
Could you please additionally post the bug that the time-range can not be adjusted by the start/end-Tabs in the top of the view? It would be nice to adjust the time scale as already for the gantt-view possible! Thanks. &lt;br /&gt;
&lt;br /&gt;
--------------------------------------------------------------------------- &lt;br /&gt;
Change the following in gantt_pdf.php: &lt;br /&gt;
&lt;br /&gt;
// set here any date span you want: bug work around! &lt;br /&gt;
$start_date = '2012-03-01 00:00:00' ; &lt;br /&gt;
$end_date = '2012-05-01 00:00:00' ; &lt;br /&gt;
&lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
// initial store String variables $start_date &amp; $end_date !!! &lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
$start_date2 = $start_date; &lt;br /&gt;
$end_date2 = $end_date; &lt;br /&gt;
&lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
// 1. loop handling the number of sliced sub-projects, each having 25/26 tasks &lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
foreach ($gtask_sliced as $gts) { &lt;br /&gt;
&lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
// always restore String variables $start_date &amp; $end_date !!! &lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
$start_date = $start_date2; &lt;br /&gt;
$end_date = $end_date2; &lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
// &lt;br /&gt;
// during slicing(), if more than 25 tasks !, the variables $start_date &amp; $end_date are re-assigned to an object... &lt;br /&gt;
// and also re-used in an another context. &lt;br /&gt;
// &lt;br /&gt;
// ---&gt; in 2. loop: for($i = 0; $i ... count($gts); $i ++) {... &lt;br /&gt;
// ---&gt; re-assign &amp; re-use: &lt;br /&gt;
// &lt;br /&gt;
// $start_date = new w2p_Utilities_Date($a['task_start_date']); &lt;br /&gt;
// $end_date = new w2p_Utilities_Date($a['task_end_date']); &lt;br /&gt;
// &lt;br /&gt;
// causing: &lt;br /&gt;
// &quot;strpos() expects parameter 1 to be string, object given in /var/customers/.../web2project-3.0/lib/jpgraph/src/jpgraph_gantt.php on line 524&quot; &lt;br /&gt;
/* --------------------------------------------------------- */ &lt;br /&gt;
--------------------------------------------------------------------------- &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Please notice also the other bug-report/solution for: &lt;br /&gt;
&lt;br /&gt;
&quot;JpGraph Error General PHP error : Undefined variable: criticalTasks&quot; &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=13826#13826&quot;&gt;http://forums.web2project.net/viewtopic.php?p=13826#13826&lt;/a&gt; [&lt;a href=&quot;http://forums.web2project.net/viewtopic.php?p=13826#13826&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] &lt;br /&gt;
&lt;br /&gt;
roger &amp; out.</description>
<guid>http://bugs.web2project.net/view.php?id=1024</guid>
<author>project_manager &lt;project_manager@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1024#bugnotes</comments>
</item>
<item>
<title>0001029: New features added</title>
<link>http://bugs.web2project.net/view.php?id=1029</link>
<description>Hi!&lt;br /&gt;
Added new fetaures, check this out.&lt;br /&gt;
&lt;br /&gt;
-added hierarchy, you can tick a task, then move up and down, you can outdent and indent these tasks also - just click on the arrows,&lt;br /&gt;
-autonumbering feature, now when you build your chart, it all numbered.&lt;br /&gt;
-finally, when you change the date of the task it is not changing it's positions, it sits there</description>
<guid>http://bugs.web2project.net/view.php?id=1029</guid>
<author>axfeel &lt;axfeel@example.com&gt;</author>
<comments>http://bugs.web2project.net/view.php?id=1029#bugnotes</comments>
</item>
</channel>
</rss>

