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)

AusPhotography 10-11-2013 05:00 AM

Quote:

Originally Posted by ozzy47 (Post 2451712)

To fix change the ini setting or edit class_core.php per link above

dariyos 10-16-2013 11:03 AM

does it have a german language pack for this version?

dimitrisgr 10-19-2013 11:22 PM

Ηello
In the second step me you drew that .. Any idea;;;

Code:

Database error in vBulletin 4.2.1:

Invalid SQL:

                        ALTER TABLE dimitris_1967_usergroup
                       
        ADD COLUMN vault_permissions INT(11) UNSIGNED NOT NULL DEFAULT '0';

MySQL Error  : Duplicate column name 'vault_permissions'
Error Number  : 1060
Request Date  : Sunday, October 20th 2013 @ 02:13:19 AM
Error Date    : Sunday, October 20th 2013 @ 02:13:19 AM
Script        : http://www.mysat.gr/vb/vault/install/install.php?step=2
Referrer      : http://www.mysat.gr/vb/vault/install/install.php?step=1
IP Address    : **********
Username      : Administrator
Classname    : vB_Database
MySQL Version : 5.1.69


thincom2000 10-23-2013 04:42 PM

Quote:

Originally Posted by dougdirac (Post 2451581)
Hmm.. getting a bunch of other warnings:

Code:

Warning: Declaration of vB_WikiCodeParser::do_parse() should be compatible with that of vB_BbCodeParser::do_parse() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::parse_bbcode() should be compatible with that of vB_BbCodeParser::parse_bbcode() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::build_parse_array() should be compatible with that of vB_BbCodeParser::build_parse_array() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::is_valid_tag() should be compatible with that of vB_BbCodeParser::is_valid_tag() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::is_valid_option() should be compatible with that of vB_BbCodeParser::is_valid_option() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_external() should be compatible with that of vB_BbCodeParser::handle_external() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_bbcode_php() should be compatible with that of vB_BbCodeParser::handle_bbcode_php() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_bbcode_code() should be compatible with that of vB_BbCodeParser::handle_bbcode_code() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_bbcode_html() should be compatible with that of vB_BbCodeParser::handle_bbcode_html() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_bbcode_url() should be compatible with that of vB_BbCodeParser::handle_bbcode_url() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_WikiCodeParser::handle_bbcode_img() should be compatible with that of vB_BbCodeParser::handle_bbcode_img() in ..../vault/special_class_bbcode.php on line 28

Warning: Declaration of vB_Friendly_Url_VaultMainPage::get_url() should be compatible with that of vB_Friendly_Url::get_url() in ..../includes/class_friendly_url.php(287) : eval()'d code on line 1

Warning: Declaration of vB_Friendly_Url_VaultThread::get_url() should be compatible with that of vB_Friendly_Url::get_url() in ..../includes/class_friendly_url.php(287) : eval()'d code on line 1


Is this list the only compatibility errors that have been found for VaultWiki Lite under vBulletin 4.2.2? Keep in mind that the editor not working (pictured a few posts above) is due to these errors at the top that break the layout on the page. I'm trying to get a compatible update together to resolve these issues.

dougdirac 10-23-2013 06:39 PM

Quote:

Originally Posted by thincom2000 (Post 2455594)
Is this list the only compatibility errors that have been found for VaultWiki Lite under vBulletin 4.2.2? Keep in mind that the editor not working (pictured a few posts above) is due to these errors at the top that break the layout on the page. I'm trying to get a compatible update together to resolve these issues.

Yeah, thanks. After making the recommended edits to includes/class_core.php things started working again. Funny that the simple display of the errors breaks the website.

Cheers!

Alfa1 10-27-2013 08:43 PM

Vaultwiki 4 beta 7 is out. This is the first VW4 release that is stated to be ready for production websites: https://www.vaultwiki.org/articles/138/

Leica.Robbiani 01-15-2014 08:57 PM

Repairing the post cache throws a database error "Invalid SQL" in VB4.2.1 ...

Bruce1984 01-30-2014 01:01 AM

Looks like an awesome mod! Downloaded and -trying- to install.

During step 4) Importing Language, I received a couple of errors:
Code:

Warning: Declaration of vB_Database_Alter_MySQL::add_index() should be compatible with that of vB_Database_Alter::add_index() in ..../includes/class_dbalter.php on line 882

Warning: Declaration of vB_Database_Alter_MySQL::add_field() should be compatible with that of vB_Database_Alter::add_field() in ..../includes/class_dbalter.php on line 882

Warning: Declaration of vB_Database_Alter_MySQL::drop_field() should be compatible with that of vB_Database_Alter::drop_field() in ..../includes/class_dbalter.php on line 882

Warning: Declaration of vB_Database_Alter_MySQL::query() should be compatible with that of vB_Database_Alter::query() in ..../includes/class_dbalter.php on line 882

The step, however, seemed to have completed fine as there were no further errors and it mentioned 'Okay' at the end. I figured, I would note down the errors (also made a partial screenshot), in case of further errors I could at least post that.
So I went on with the install and could complete steps 5, 6 and 7 without errors. After which I got a blank page on step 8. I tried manually adjusting the url to step 9 or 10, or even to a previous step, but still got a blank page.
As a matter of fact, I get a blank page on the forum itself as well. So before I go any further, is there anyone who has an idea of what's going on and how I can fix this? Before I start again and the same thing happens...

Any help would be greatly appreciated!

thincom2000 01-30-2014 03:29 PM

This could be a number of things. I have recently seen a similar problem if the mod was installed when vB's sessions table was already full. This would cause database errors on every page load due to a memory overflow. The only way to fix it would be to restore a backup and manually cleanup your sessions table or to increase MySQL's max_heap_table_size and restart MySQL (you would have to do this even if you never install VaultWiki). Then you should be able to install successfully.

However, if you're not seeing database errors in your logs, it's possible you are somehow getting VaultWiki Lite's own blank page issue to occur during the install process. You should be far enough along to access the AdminCP and perform the required install steps in the Namespace Manager which get rid of this error. Once you have done so and you see regular forum pages back, continue the install steps from step 8 onward.

If it's neither of these, something else is going on but you should be able to find more information by looking at your logs.

Mr_von 02-20-2014 03:15 PM

After installation, the additional.css was not loaded. Whatever I'm doing, all to no avail.
I have uninstalled it, let maintenance go through, style information re-created without success.
After overwriting of client-script / vbulletin_css the style works again. I create the new style information is all gone.

Where are now data of the installation?



Had I known that so many errors on the page I would have never tried to install !!

http://s7.directupload.net/images/140220/2k8t24qe.jpg
http://s14.directupload.net/images/140220/o4ynrkj9.jpg


All times are GMT. The time now is 02:02 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.01652 seconds
  • Memory Usage 1,753KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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