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)
-   -   Add-On Releases - vBulletin Link Directory (https://vborg.vbsupport.ru/showthread.php?t=255319)

CharlieDelta 07-11-2017 12:19 PM

When trying to add new entry I get this error;
Code:

Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in ../forums/includes/class_dm_vblinklist_entry.php on line 95
4.2.5

rbc 07-12-2017 09:47 AM

Quote:

Originally Posted by CharlieDelta (Post 2588325)
When trying to add new entry I get this error;
Code:

Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in ../forums/includes/class_dm_vblinklist_entry.php on line 95
4.2.5

try

/includes/class_dm_vblinklist_entry.php

find

PHP Code:

     function vB_DataManager_vBLinklist_Entry(&$registry$errtype ERRTYPE_STANDARD)

    {
        
parent::vB_DataManager($registry$errtype);
        (
$hook vBulletinHook::fetch_hook('vblinklist_entrydata_start')) ? eval($hook) : false;
    } 

replace with:

PHP Code:

        function __construct(&$registry$errtype ERRTYPE_STANDARD)  // rbc
    
{
        
parent::__construct($registry$errtype);  // rbc

        
($hook vBulletinHook::fetch_hook('vblinklist_entrydata_start')) ? eval($hook) : false;
    } 


give it a try .... ;)

CharlieDelta 07-12-2017 02:31 PM

Thank you very much. That worked.

rbc 07-12-2017 03:03 PM

Quote:

Originally Posted by CharlieDelta (Post 2588368)
Thank you very much. That worked.

that makes me happy :)

I had a similar problem with the project tools,
dave has shown me the right way and so I could help them. ;)

Peter Walker 08-29-2017 10:51 AM

I used this with vB3.8.9 and have now upgraded to vb 5 Connect. Is there a compatible version for vb5 Connect available, or a suitable substitute?

AllenBAN 09-02-2017 03:54 PM

be cool if this worked on vb 4.2.5 id use it for my site

aeternitasster 03-31-2018 08:41 AM

Quote:

Originally Posted by Dragonsys (Post 2558511)
This is due to your version of MySQL. Edit the XML file and remove all references to TYPE=MyISAM

Running vBulletin 4.2.5 and tried to install this hack with the XML edit as mentioned here, also edited the max. version in the XML file and I can get the product to upload and the options to appear in admincp, it generates a link on my navbar, however the link to vblinklist.php does not work. It generates the following error: PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /home/website/websitename.com/vblinklist.php on line 1873

Any ideas?

P.S. I am using PHP 7.0, could this be related?

MarkFL 03-31-2018 11:31 AM

What do you find at line 1873 in the referenced script?

aeternitasster 04-01-2018 02:24 AM

Nevermind thanks, it's fixed.

That was line 1873:

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

If anyone else has this problem and uses PHP 7, it can be corrected by removing the class assignment operator - the ‘&’ - which is no longer supported by PHP 7.

nookta 11-01-2018 04:56 PM

This product is not compatible with this version 4.2.4 vBulletin. (Compatibility starts at this value 4.2.1 / Not compatible with this value 4.2.4 and larger)


All times are GMT. The time now is 03:15 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.01681 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)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