vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   vBulletin Project Tools - vBulletin Project Tools Open Source 2.2.2 (https://vborg.vbsupport.ru/showthread.php?t=270346)

rbc 06-02-2017 02:10 PM

Quote:

Originally Posted by Dave (Post 2587182)
I'm pretty sure this project/plugin is dead and no longer developed/supported.

Dave

That's how it looks :(

best regards

Paul M 06-02-2017 05:38 PM

Quote:

Originally Posted by Dave (Post 2587182)
I'm pretty sure this project/plugin is dead and no longer developed/supported.

Actually, i noticed Yves did some work in svn the other day.

In Omnibus 06-02-2017 10:21 PM

Quote:

Originally Posted by rbc (Post 2587176)
Tried to install this version of Project Tools on vBulletin 4.2.5.
Installation not possible - no way.

Attachment 156442

No error message ....... just the progressbar for ever :confused:

Someone an idea?

I have this up and running on a 4.2.5 installation. There must be some other issue.

rbc 06-03-2017 08:05 AM

Quote:

Originally Posted by In Omnibus (Post 2587221)
I have this up and running on a 4.2.5 installation. There must be some other issue.

@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

In Omnibus 06-03-2017 11:18 AM

Quote:

Originally Posted by rbc (Post 2587233)
@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

Without much information I suspect it may be a PHP issue.

Which PHP version is your 4.2.5 installation using?

rbc 06-03-2017 01:09 PM

Quote:

Originally Posted by In Omnibus (Post 2587237)
Without much information I suspect it may be a PHP issue.
Which PHP version is your 4.2.5 installation using?

@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

In Omnibus 06-03-2017 01:19 PM

Quote:

Originally Posted by rbc (Post 2587240)
@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

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.

Dave 06-03-2017 01:30 PM

Are there any errors in the error logs of Apache/PHP?

rbc 06-03-2017 09:41 PM

Quote:

Originally Posted by Dave (Post 2587242)
Are there any errors in the error logs of Apache/PHP?

@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

PHP Code:

87       function vB_DataManager_Pt_Project(&$registry$errtype ERRTYPE_STANDARD)
88     {
89        parent::vB_DataManager($registry$errtype); 

[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

PHP Code:

75    function vB_DataManager_Pt_ProjectGroup(&$registry$errtype ERRTYPE_STANDARD)
76    {
77        parent::vB_DataManager($registry$errtype); 



best regards

Dave 06-03-2017 10:03 PM

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
PHP Code:

parent::vB_DataManager($registry$errtype); 

to
PHP Code:

parent::__construct($registry$errtype); 

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.


All times are GMT. The time now is 04:47 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01879 seconds
  • Memory Usage 1,759KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete