vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - VaultWiki: A Wiki for your forum (https://vborg.vbsupport.ru/showthread.php?t=239377)

MalcomXD 12-12-2010 11:49 PM

Hey guys,
i got a small problem isntalling the wiki.
First i uploaded all needed files to my forum path (www.de/forum1/...)
Then i used the URL http://... .de/forum1/vault/install/install.php.

Here i am able to type in my admindata, but i always go back to this window.
For infmormation, i use the new version of vbulletin 4.1.0 Patch Level 2.

Is there maybe a problem with my other Add-Ons, like Image-Resizer,the Media-embedder,thanks-system, or the atleast added CMS 3.0.6?

Thanks alot for your help
/Malcom

KevinL 12-13-2010 01:29 PM

Quote:

Originally Posted by RustedBucket (Post 2131654)
That doesn't work either with the latest 4.1 build. Can't run the install at all. Tried multiple browsers.

Same thing, Logged in first (already was working in there) and it did this.

MalcomXD 12-13-2010 03:12 PM

When will be this problem fixed for vBulletin 4.1.0 patch Levle 2?

Quote:

Hey guys,
i got a small problem isntalling the wiki.
First i uploaded all needed files to my forum path (www.de/forum1/...)
Then i used the URL http://... .de/forum1/vault/install/install.php.

Here i am able to type in my admindata, but i always go back to this window.
For infmormation, i use the new version of vbulletin 4.1.0 Patch Level 2.
Thanks
/Malcom

Sarcoth 12-13-2010 03:34 PM

I have the same problem as Malcom. I go to the install.php file, prompted to log on, and then looped back to the log on screen again.

I'm also using vB 4.1.0 PL2.

thincom2000 12-13-2010 04:29 PM

Updated the ZIP. The log-in issues should be a thing of the past (among others).

Sarcoth 12-13-2010 08:10 PM

Thank you. The install worked. I'll let you know if any other problems.

SwollenCranium 12-14-2010 12:40 PM

Code:

Fatal error: Call to undefined method vB_CES_Vault::fetch_instance() in /XXXXXXX/public_html/forums/vault/special_admin_forum.php on line 157



???

UNINSTALLED.

thincom2000 12-14-2010 01:42 PM

Fixed. Sorry, that was my fault for copy and pasting from the premium version when the same classes don't exist in Lite.

SwollenCranium 12-14-2010 07:05 PM

Quote:

Originally Posted by thincom2000 (Post 2133736)
Fixed. Sorry, that was my fault for copy and pasting from the premium version when the same classes don't exist in Lite.

Reinstalled and now I get this:

Code:

Database error in vBulletin 4.1.0:

Invalid SQL:

                                        REPLACE INTO vault_forummap
                                                (forumid, namespaceid)
                                        VALUES
                                        (
                                                67,
                                                6
                                        );

MySQL Error  : Table 'XXXXXXXX.vault_forummap' doesn't exist
Error Number  : 1146
Request Date  : Tuesday, December 14th 2010 @ 02:58:48 PM
Error Date    : Tuesday, December 14th 2010 @ 02:58:48 PM
Script        : http://www.swollencranium.com/XXXXXXXXX/XXXXXX/vaultwiki_namespace.php?do=rebuild&namespaceid=6&meta=67&types[0]=0&types[1]=1&parents[0]=0&parents[1]=67
Referrer      : http://www.swollencranium.com/XXXX/XXXXX/vaultwiki_namespace.php?do=dosave
IP Address    : xx.xxx.xx.xxx
Username      : XXXXXX
Classname    : vB_Database_MySQLi
MySQL Version : 5.1.52



Is this your mod or my sever having issues?




( Edit: I have the wiki working now. I rent and rebuilt the name space a 2nd time. Still I'd like to know if the issue above is your mod or not. DB issues are bothersome at best.)

thincom2000 12-18-2010 03:44 PM

Updated the ZIP to fix the above issue. Please note that the issue only affects first-time users who already have threads in the forum they turn into a wiki, so you may not need to update if you don't fit this category.

vortodox 01-18-2011 02:44 PM

Warning: Invalid argument supplied for foreach() in [path]/vault/special_plugins_newpost.php on line 362
I'm receive this message when I open article from CMS. It's on top of a site, and it's not there always.
I'm having vB 4.1.1..

thincom2000 01-19-2011 04:40 PM

In vault/special_plugins_newpost.php, find:
Code:

        if (
                $allow_custom_bbcode AND

Add after:
Code:

                is_array($vbulletin->bbcodecache) AND

vortodox 01-19-2011 05:24 PM

Quote:

Originally Posted by thincom2000 (Post 2151545)
In vault/special_plugins_newpost.php, find:
Code:

        if (
                $allow_custom_bbcode AND

Add after:
Code:

                is_array($vbulletin->bbcodecache) AND


It worked! Thanks allot!

Cicada 01-20-2011 07:57 PM

tagging.

Kayden 01-23-2011 10:44 PM

Tagged.

EquinoxWorld 01-23-2011 11:29 PM

Does anyone know if this works for vB4.1.1.?

EDITED: Nvermind installed in a fresh vb 4.1.1. and perfect so far. Awesome mod NMOTM

mavherzog 01-24-2011 03:30 AM

I have the commercial version installed at geekhack.org and absolutely love it. We are a few versions behind, but are testing the latest with vB 4.1.1 and it is working great.

wipedout 01-25-2011 01:26 AM

i havent been able to figure out how to do _notoc with this, is it possible?

thincom2000 01-25-2011 02:55 PM

Here are the BB-Code equivalents of MediaWiki's __TOC codes:

__NOTOC__
Code:

[toc]no[/toc]
__FORCETOC__
Code:

[toc]force[/toc]
__TOC__
Code:

[toc][/toc]

Mikep- 01-28-2011 07:39 AM

Excellent Mod nominated

ashley76 02-15-2011 04:37 PM

Can you create multiple namespaces for this? I have tried everything and I only have one. Unless I am not understanding how it works...

tekmiester 02-16-2011 12:03 AM

Quote:

Originally Posted by mavherzog (Post 2153634)
I have the commercial version installed at geekhack.org and absolutely love it. We are a few versions behind, but are testing the latest with vB 4.1.1 and it is working great.

It looks good on your site. Good luck on BOTM.

thincom2000 02-16-2011 06:22 AM

Quote:

Originally Posted by ashley76 (Post 2162874)
Can you create multiple namespaces for this? I have tried everything and I only have one. Unless I am not understanding how it works...

The Lite version can only have 1 namespace. If you need multiple namespaces, you should look into the full version.

Alfa1 03-01-2011 11:48 AM

There is a serious security exploit in VW. There is a patch available, but vaultwiki.org ad related sites are down.

I have disabled my wiki and advise everyone to do the same until a patch is applied.

thincom2000 03-01-2011 08:01 PM

VaultWiki Lite has now been patched: download 3.0.8 Lite PL 1 from the first post and upgrade as normal to fix the issue.

Neptun 03-05-2011 06:07 PM

the hack is a very good idea but toooooooo to to to expensiv for the premium ! the lite has not enough functions and the hack needs a optical freshup - i looks like a normal forum not like a wiki - like wikipedia :(

linuxwhy 03-10-2011 10:21 AM

I am using the latest versions of both vb and vaultwiki, and I can not align images in wiki articles to right or left, or display them in thumbnails; In CMS and Forum, those operations can be done properly. Can anyone help? thanks.

linuxwhy 03-11-2011 04:15 AM

It`s fixed. see :http://www.vaultwiki.org/issues/2257/

thincom2000 03-11-2011 07:08 AM

BTW, that link says code is only visible to subscribers. Also, I don't think the WYSIWYG Image Editor even exists in the Lite version, or it doesn't do anything. So the alignment/thumbnail issue probably doesn't apply.

Wordplay 03-11-2011 11:02 AM

great mod, i could use this for:
https://vborg.vbsupport.ru/showthread.php?t=258873

is it possible to add articles to favorites or like them, or subscribe to them?

and have the favorites, likes, subscriptions show up on a user's profile?

if that were the case i would absolutely purchase this.

thincom2000 03-13-2011 04:51 PM

You can subscribe to wiki pages using a tab called the "Watch" tab. These can be arranged using your normal folders, so they will show up listed with the rest of your subscripitions in the UserCP.

TheGrimReaper2 03-26-2011 08:09 PM

Quote:

Originally Posted by thincom2000 (Post 2028142)
In vault/special_class_wiki.php, find:
Code:

                $this->affix_prefix($urlinfo);
Add before:
Code:

                if ($urlinfo['namespaceid'] == 6 AND $urlinfo['title'] == '')
                {
                        if (VAULT_40X_COMPAT)
                        {
                                $urlinfo['url'] = fetch_seo_url('forum|js', fetch_foruminfo($this->namespacecache[6]['forumid']));
                        }
                        else
                        {
                                $urlinfo['url'] = $vbulletin->options['bburl'] . '/forumdisplay.php?f=' . $this->namespacecache[6]['forumid'];
                        }

                        return;
                }





Hmm, weird. I followed this exactly and I'm still receiving the exact same error as before.

:(

thincom2000 03-27-2011 03:07 PM

And what error is that? I don't believe I've heard from you before. This file edit was from an issue that was solved a year ago.

TheGrimReaper2 03-27-2011 07:02 PM

My sincerest apologies, I just installed this modification, saw it didn't work and came to the thread after searching for a fix to the issue I was having. I hadn't checked the times or anything like that too.

Anyway, I'm not sure what else to tell you, other than this was the post that I had originally seen which shows the problem that I'm receiving now: https://vborg.vbsupport.ru/showpost....6&postcount=46

I followed the instructions in this post: https://vborg.vbsupport.ru/showpost....2&postcount=47

And the issue remains the same.

Apologies for being a pain about this stuff too. :)

thincom2000 03-28-2011 07:01 AM

Okay but what is the URL it's sending you to?

TheGrimReaper2 03-28-2011 08:59 AM

<a href="http://paranormaldiscussionzone.com/forum/showwiki.php" target="_blank">http://paranormaldiscussionzone.com/forum/showwiki.php</a>

That's the URL that causes this to come up: Invalid ces_article specified. If you followed a valid link, please notify the administrator

I have It set to a specific forum, which seems to work (as I can start new articles in this forum), but I'm unsure why I can't access the above page still.

thincom2000 03-29-2011 07:45 AM

It sounds like the DEFAULT_SPACE constant is not being defined in PHP. In your Plugin Manager, make sure that the VaultWiki plugin at init_startup is enabled.

TheGrimReaper2 03-29-2011 09:26 AM

Yep. I just checked and It's enabled but I still receive the error.

thincom2000 03-30-2011 08:05 PM

DEFAULT_SPACE may be defined by another script you are running. Do any other products you installed use init_startup? Please list.

TheGrimReaper2 03-31-2011 09:52 AM

Quote:

Do any other products you installed use init_startup? Please list.
Easy Forms

MGC chatbox Evo

:)

I disabled them as well btw and the problem still persists.


All times are GMT. The time now is 02:25 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.01407 seconds
  • Memory Usage 1,828KB
  • 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
  • (11)bbcode_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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