![]() |
|
Mod Options |
![]() |
|||||||||||
vBulletin Project Tools Open Source 2.2.2
![]() Developer Last Online: Feb 2021 ![]() ![]() ![]()
We're excited that we are finally able to release Project Tools Open Source version 2.2.2.
Here's all you need to do to have Project Tools running on your site. 1. Download the files 2. Unzip the files locally 3. Upload the contents of the files located inside the /upload/ directory to your existing vBulletin directory. 4. Log in to your forum's control panel. Go to Plugins & Products > Manage Products > Add/Import Product 5. In the Import the XML file from your server field, enter: ./includes/xml/product-vbprojecttools.xml Change Allow Overwrite to yes if you are updating a previous installation. 6. Click Import Comments, Questions, Support and Concerns will be addressed here and here only. Further documentation can be found in the docs and here. Beta documentation is located within the /do_not_upload/ directory within the download. For this release, the Italian language is not updated to Project Tools 2.2.2, and the Romanian language is added and noted for 2.2.1. I hope this release will make you happy ![]() Thanks Download history - 2.1.4: 238 downloads - 2.2.0: 262 downloads - 2.2.0 (minified): 88 downloads - 2.2.1: 191 downloads - 2.2.1 (minified): 56 downloads Download Now Only licensed members can download files, Click Here for more information. Supporters / CoAuthors Show Your Support
The following members like this post: Mike-D, Arkool, Berndel, Muhammad Rahman, Christos Teriakis and 10 others.
|
![]() |
||||
Mod | Developer | Type | Replies | Last Post |
Integration with vBulletin Project Tools Open Source for vBulletin 3.7.x/3.8.x Series | Andrew Elkins | vBulletin 3.8 Add-ons | 0 | 22 Jul 2010 20:35 |
vBulletin Project Tools vBulletin Project Tools Open Source | Andrew Elkins | vBulletin 4.x Add-ons | 5 | 09 Jun 2010 04:29 |
#361
|
||||
|
||||
![]()
Originally Posted by Dave
Dave![]()
That's how it looks ![]() best regards
__________________
rbc No members have liked this post.
|
#362
|
||||
|
||||
Actually, i noticed Yves did some work in svn the other day.
__________________
Former vBulletin.org Staff Member
Cable Forum Please do not PM me about custom work - I no longer undertake any. Note: I will not answer support questions via e-mail or PM - please use the relevant thread or forum. No members have liked this post.
|
#363
|
||||
|
||||
Originally Posted by rbc
I have this up and running on a 4.2.5 installation. There must be some other issue.
![]()
No members have liked this post.
|
#364
|
||||
|
||||
![]()
Originally Posted by In Omnibus
@In Omnibus![]()
i have a fresh (clean) install of vB 4.2.5 (testboard) When i try to install PT v. 2.2.2 nothing happens. Just progress bar as pointed above. my live board works very well with vB4.2.4 and PT 2.2.2 and i am sure i can update my board to vB4.2.5 and it would still work. hope you know what i mean. (english -> not my language) ![]() best regards
__________________
rbc No members have liked this post.
|
#365
|
||||
|
||||
Originally Posted by rbc
Without much information I suspect it may be a PHP issue. ![]()
Which PHP version is your 4.2.5 installation using? No members have liked this post.
|
#366
|
||||
|
||||
![]()
Originally Posted by In Omnibus
@In Omnibus![]()
I use PHP Version 5.6.24-pl0-gentoo, exactly the same as on my live board. ----- What i did today ! : I did a fresh installation of vBulletin 4.2.4 Then the installation of vB Project Tools v. 2.2.2 works just fine. Then i did an upgrade to vBulletin 4.2.5 - PT still there and visible. try to add a new issue, results in a white page. i did a new import of the product PT xml. still the same -> white page. (Its no problem to me, because this is only on a test site) PT 2-2-2 works just fine on my live Board with vBulletin 4.2.4! best regards
__________________
rbc No members have liked this post.
|
#367
|
||||
|
||||
Originally Posted by rbc
Odd. That's the same PHP version I'm using on my test site. I'm trying to think of what else might be causing the issue but my knowledge of the changes between 4.2.4 and 4.2.5 as it relates to project tools specifically is limited to say the least. If I get some free time later I'll test this in debug mode on a clean installation.
![]()
No members have liked this post.
|
#368
|
|||
|
|||
Are there any errors in the error logs of Apache/PHP?
__________________
https://technidev.com - security, development, exploits, vBulletin
dave[at]technidev[dot]com Contact me for custom vBulletin 3/4 work & server/website management. No members have liked this post.
|
#369
|
||||||||
|
||||||||
![]()
@Dave
[04-Jun-2017 00:33:57 Europe/Zurich] PHP Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in /home/xxxx/xxxx/vbtest/includes/class_dm_pt_project.php on line 89
[04-Jun-2017 00:42:37 Europe/Zurich] PHP Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in /home/xxxx/xxxx/vbtest/includes/class_dm_pt_projectgroup.php on line 77
best regards
__________________
rbc No members have liked this post.
|
#370
|
||||||||
|
||||||||
Yea, it seems that it will not work properly with the latest vBulletin version that supports PHP 7.
It should work if you change all instances of
to
And the function which contains that call should be changed to __construct since a class can not have a function that has the same name as the class. (For example change function vB_DataManager_Pt_Project to function __construct I took a quick look and it seems that a bunch of files do this so you might have to apply these changes to multiple files.
__________________
https://technidev.com - security, development, exploits, vBulletin
dave[at]technidev[dot]com Contact me for custom vBulletin 3/4 work & server/website management. No members have liked this post.
|
#371
|
||||||||
|
||||||||
![]()
Originally Posted by Dave
@Dave ![]()
![]() Thank you for pointing this out. ![]() I will try to change these functions - and then try a new installation. I took a look too and compared some new files from vB 4-2-5 with 4-2-4 and it`s exactly how you wrote. best regards
__________________
rbc No members have liked this post.
|
#372
|
||||
|
||||
![]()
Some good and some bad news ...........
After updating this files : class_dm_attachment.php (Z. 82) class_dm_pt_issue.php (Z. 138) class_dm_pt_issueassign.php (Z. 77) class_dm_pt_issuechange.php (Z. 83) class_dm_pt_issuenote.php (Z. 91/708/824/911) class_dm_pt_issuepetition.php (Z. 79) class_dm_pt_issuereport.php (Z. 85) class_dm_pt_issuestatus.php (Z. 84) class_dm_pt_issuesubscribe.php (Z. 75) class_dm_pt_issuetype.php (Z. 104) class_dm_pt_issuevote.php (Z. 78) class_dm_pt_magicselect.php (Z. 71/232) class_dm_pt_milestone.php (Z. 94) class_dm_pt_project.php (Z. 87) class_dm_pt_projectgroup.php (Z. 75/820) the install script works perfect ![]() All database entries, the sample project group and an example project Is created. Everything is as good as it should be ..... but If you want to make a new issue click on submit, a white page appears. You go back to project main page and the just created issue is listed in timeline and wherever. When you click on them -> white page. Php.log: [04-Jun-2017 15:14:16 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/includes/adminfunctions_projecttools.php on line 428 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1403 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1409 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Declaration of vB_DataManager_Pt_IssueNote::verify_ipaddress() should be compatible with vB_DataManager::verify_ipaddress($ipaddress) in /home/xxxx/vbtest/includes/class_dm_pt_issuenote.php on line 0 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1572 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 506 [04-Jun-2017 15:15:07 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 507 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1403 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1409 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Declaration of vB_DataManager_Pt_IssueNote::verify_ipaddress() should be compatible with vB_DataManager::verify_ipaddress($ipaddress) in /home/xxxx/vbtest/includes/class_dm_pt_issuenote.php on line 0 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/projectpost.php on line 1572 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 506 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 507 [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 15:15:13 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 15:15:13 Europe/Zurich] PHP Fatal error: Unhandled BB Code Call : vB_BbCodeParser in /home/xxxx/vbtest/includes/class_bbcode.php on line 221 A coder will quickly recognize where the problem lies. I'm not a coder ![]() best regards ...
__________________
rbc The following members like this post: KevinL
|
#373
|
||||||||||||||||||||
|
||||||||||||||||||||
Every
has to be changed to
in all files. -- In /includes/class_dm_pt_issuenote.php
Remove the ampersand. -- In /packages/vbproejcttools/attach/issue.php
to
-- I'm not sure about the fatal error though, it's not clear to me where it's called from.
__________________
https://technidev.com - security, development, exploits, vBulletin
dave[at]technidev[dot]com Contact me for custom vBulletin 3/4 work & server/website management. No members have liked this post.
|
#374
|
||||
|
||||
![]()
Thank you @Dave
![]() I will check and fix this - I come back with feedback! best regards
__________________
rbc No members have liked this post.
|
#375
|
||||
|
||||
![]()
@ Dave
I changed the files: /vbhome/ projectajax.php (c 100/202/363/374) projectpost.php (c 406/704/757/1407/1414/1578/2697/2714/3103/3296/3353/3438/3973/4554) projectsearch.php (c 791/928/961/) /vbhome/includes/ adminfunctions_projecttools.php (c 428/459/ class_dm_pt_issue.php (c 570/587/645/670/680/907/995/1408) class_dm_pt_issueassign.php (c 139/183/) class_dm_pt_issuechange.php (c 167/247) class_dm_pt_issuenote.php (c 389/403/503/517/568/582/619/696) class_dm_pt_issuepetition.php (c 158/187) class_dm_pt_issuemagicselect.php (c 299) -- /vbhome/includes/class_dm_pt_issuenote.php (117) /vbhome/packages/vbprojecttools/attach/issue.php (520) -- I uninstalled vb PT. AdminCP remove plugins. Installed it new - > no problems. install script ![]() create issue -> ![]() ![]() Of course i uploaded all the altered files .... php.log: [04-Jun-2017 18:16:25 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 18:16:45 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 18:38:44 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 18:39:01 Europe/Zurich] PHP Strict Standards: Declaration of vB_Attachment_Dm_vBProjectTools_Issue: ![]() ![]() [04-Jun-2017 18:52:45 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/admincp/projectcounters.php on line 153 [04-Jun-2017 18:53:04 Europe/Zurich] PHP Strict Standards: mktime(): You should be using the time() function instead in /home_p2/c/o/compusoft.li/htdocs/includes/class_core.php(4735) : eval()'d code on line 2 [04-Jun-2017 18:53:15 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 506 [04-Jun-2017 18:53:15 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 507 [04-Jun-2017 19:14:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/includes/adminfunctions_plugin.php(1201) : eval()'d code on line 568 [04-Jun-2017 19:14:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/includes/adminfunctions_plugin.php(1201) : eval()'d code on line 633 [04-Jun-2017 19:14:13 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/includes/adminfunctions_plugin.php(1201) : eval()'d code on line 683 [04-Jun-2017 19:14:30 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/admincp/project.php on line 957 [04-Jun-2017 19:14:52 Europe/Zurich] PHP Strict Standards: Only variables should be assigned by reference in /home/xxxx/vbtest/admincp/project.php on line 647 [04-Jun-2017 19:17:08 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 506 [04-Jun-2017 19:17:08 Europe/Zurich] PHP Strict Standards: Only variables should be passed by reference in /home/xxxx/vbtest/includes/class_dm_pt_issue.php on line 507 @Dave feel free to abort your kind advice at any time ... ![]() best regards
__________________
rbc No members have liked this post.
|
![]() |
«
Previous Mod
|
Next Mod
»
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
Mod Options | |
|
|
New To Site? | Need Help? |
All times are GMT. The time now is 06:55.