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)

bosanci28 08-06-2015 09:48 PM

Never got to install it , as those links are confusing witch one is the latest to download .

Wired1979 08-13-2015 03:00 PM

Got this message when trying to import the xml:

The following dependencies were not met:

This product is not compatible with version 4.2.1 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)

Is there a 4.2.1 compatible version coming out soon?

thanks

MrD 08-14-2015 04:00 PM

Edit the Product xml
It runs under 4.2.3

Wired1979 08-14-2015 04:19 PM

Quote:

Originally Posted by MrD (Post 2552890)
Edit the Product xml
It runs under 4.2.3

thanks, will give that a try. :up:

robbiefritz 08-16-2015 09:54 PM

Edited the XML but instead of the incompatibility error, I get this:

Code:

Database error in vBulletin 4.2.3:

Invalid SQL:
CREATE TABLE vblinklist_category (
        id int(11) NOT NULL auto_increment,
        parentid int(11) NOT NULL default '0',
        displayorder int(11) NOT NULL default '0',
        name varchar(255) NOT NULL default '',
        description text,
        status smallint(5) NOT NULL default '0',
        defaulticon smallint(5) NOT NULL default '1',
        definedicon varchar(255) NOT NULL default '',
        groupshow smallint(5) NOT NULL default '1',
        groupshowlist varchar(255) NOT NULL default '',
        allowhtml smallint(1) NOT NULL default '0',
        allowbbcode smallint(1) NOT NULL default '1',
        allowsmilies smallint(1) NOT NULL default '1',
        linkurl tinyint(1) NOT NULL default '0',
        banner tinyint(1) NOT NULL default '0',
        thumbnail tinyint(1) NOT NULL default '0',
        picturelocation text,
        PRIMARY KEY (id)
) TYPE=MyISAM;

MySQL Error  : 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 'TYPE=MyISAM' at line 20
Error Number  : 1064
Request Date  : Sunday, August 16th 2015 @ 07:51:08 PM
Error Date    : Sunday, August 16th 2015 @ 07:51:08 PM
Script        : http://xxx.com/xxx/admincp/plugin.php?do=productimport
Referrer      : http://xxx.com/xxx/admincp/plugin.php?do=productadd
IP Address    : xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.44-log


Thanks in advance.

Dragonsys 11-09-2015 10:49 PM

Quote:

Originally Posted by robbiefritz (Post 2553006)
Edited the XML but instead of the incompatibility error, I get this:

Code:

Database error in vBulletin 4.2.3:

Invalid SQL:
CREATE TABLE vblinklist_category (
        id int(11) NOT NULL auto_increment,
        parentid int(11) NOT NULL default '0',
        displayorder int(11) NOT NULL default '0',
        name varchar(255) NOT NULL default '',
        description text,
        status smallint(5) NOT NULL default '0',
        defaulticon smallint(5) NOT NULL default '1',
        definedicon varchar(255) NOT NULL default '',
        groupshow smallint(5) NOT NULL default '1',
        groupshowlist varchar(255) NOT NULL default '',
        allowhtml smallint(1) NOT NULL default '0',
        allowbbcode smallint(1) NOT NULL default '1',
        allowsmilies smallint(1) NOT NULL default '1',
        linkurl tinyint(1) NOT NULL default '0',
        banner tinyint(1) NOT NULL default '0',
        thumbnail tinyint(1) NOT NULL default '0',
        picturelocation text,
        PRIMARY KEY (id)
) TYPE=MyISAM;

MySQL Error  : 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 'TYPE=MyISAM' at line 20
Error Number  : 1064
Request Date  : Sunday, August 16th 2015 @ 07:51:08 PM
Error Date    : Sunday, August 16th 2015 @ 07:51:08 PM
Script        : http://xxx.com/xxx/admincp/plugin.php?do=productimport
Referrer      : http://xxx.com/xxx/admincp/plugin.php?do=productadd
IP Address    : xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.44-log


Thanks in advance.

This is due to your version of MySQL. Edit the XML file and remove all references to TYPE=MyISAM

s_cocis 11-11-2015 07:53 PM

don't work with 4.2.2
white page with

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 1873

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 2467

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar_videolink in ..../includes/functions.php on line 4597

Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /..../vblinklist.php on line 1931

Dragonsys 11-11-2015 10:50 PM

Quote:

Originally Posted by s_cocis (Post 2558603)
don't work with 4.2.2
white page with

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 1873

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 2467

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar_videolink in ..../includes/functions.php on line 4597

Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /..../vblinklist.php on line 1931

not sure navbar_videolink is from this plugin, but I haven't gone through all the files.
Anyway, yes, this plugin needs updating, the fetch_template calls are only compatible upto vb 4.2.0, 4.2.1 and above use vB_Template.

Unfortunately, this mod is marked as Not Supported, and is not marked as Reusable. So someone will have to reach out to the author and ask for permission to update it, or rebuild it from scratch.

helalmail 03-10-2016 11:15 PM

When tried to install

" This product is not compatible with version 4.2.4 Beta 1 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)
"
????

ArcadeSyndicate 03-11-2016 11:25 PM

see post 653, edit the dependencies.


All times are GMT. The time now is 06:49 PM.

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.01712 seconds
  • Memory Usage 1,751KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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