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)

WarLion 08-06-2011 09:34 AM

Quote:

Originally Posted by Mariner1 (Post 2223312)
Get this error when submitting a link

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/vblinklist.php on line 1175

Fatal error: require_once() [function.require]: Failed opening required '/home/netwo103/public_html/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/netwo103/public_html/vblinklist.php on line 1175

Any ideas what causes this,im sure ive uploaded all files.Using 4.14



any idea how to solve this?

edit:*********************
fixed in the file vblinklist.php find
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/functions_wysiwyg.php');
        
$message convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    }
    else
    {
        
$message =& $vbulletin->GPC['message'];
    } 

change for
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/class_wysiwygparser.php');
        
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
        
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    }
    else
    {
        
$message =& $vbulletin->GPC['message'];
    } 

find
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/functions_wysiwyg.php');
        
$vbulletin->GPC['message'] = convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $vbulletin->options['allowhtml']);
    } 

change it for
PHP Code:

    // convert WYSIWYG
    
if ($vbulletin->GPC['wysiwyg'])
    {
        require_once(
DIR '/includes/class_wysiwygparser.php');
        
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
        
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']);
    } 

and thats all

Mariner1 08-06-2011 10:06 AM

where is the vbyellowpages.php pls,i cant find that file

WarLion 08-06-2011 10:17 AM

lol sorry i made a mistake is in this file vblinklist.php

in line
1172
3264
3720

JAFRI 08-06-2011 11:16 AM

/includes/functions_wysiwyg.php(115) : eval()'d code on line 5

JAFRI 08-06-2011 11:24 AM

not work in 4.1.5 p1

Mariner1 08-06-2011 11:51 AM

Ok done as WarLion suggested.Now i get this error

Parse error: syntax error, unexpected '}' in /home/netwo103/public_html/vblinklist.php on line 1568

JAFRI 08-06-2011 12:13 PM

i think need update this add On.

RSNF 08-06-2011 12:57 PM

Appears this mod was abandoned by its coder.......How sad is that.

WarLion 08-06-2011 05:32 PM

sorry i dont have 4.1.5 the changes i made are for 4.1.4

sadc 08-07-2011 08:47 PM

wow, installed and got into this problem.. came back to the forum and found out developer abandoned it :/ argg


All times are GMT. The time now is 07:32 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.01531 seconds
  • Memory Usage 1,752KB
  • 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
  • (1)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