Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[obsolete!] vbMediaWiki 4.0.2 RC 3 Details »»
[obsolete!] vbMediaWiki 4.0.2 RC 3
Version: 4.0.2RC3, by bepe bepe is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Integration with vBulletin - Version: 4.0.2 Rating:
Released: 02-07-2010 Last Update: 02-28-2010 Installs: 130
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Is in Beta Stage  
No support by the author.

This version is obsolete:
New version:
https://vborg.vbsupport.ru/misc.php?...diawiki_vector

Download Now

File Type: zip vbMediaWiki_4.0.2_RC3.zip (118.4 KB, 678 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #192  
Old 02-19-2010, 12:53 PM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged, waiting for the golden release
Looking very good
Reply With Quote
  #193  
Old 02-19-2010, 05:43 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cheers bepe,:up: This has fixed the problems i was having, I'm still on 4.0.1, will this work ok on 4.0.2??
Reply With Quote
  #194  
Old 02-19-2010, 05:55 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Big-Pete View Post
Cheers bepe,:up: This has fixed the problems i was having, I'm still on 4.0.1, will this work ok on 4.0.2??
Works almost perfect... but they enabled a new thing...
Advanced search has two tabs now:
* Search Single Content Type
* Search Multiple Content Types
'Single Content Type' is broken ... I'm about to fix it
Reply With Quote
  #195  
Old 02-19-2010, 07:20 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just noticed a problem, I just tried to save an article on the CMS and i kept getting an unexpected error, As this was the last mod installed and everything was ok earlier i just disabled this and i could then save the article ok..

I'll enable it again and try to reproduce the error


EdIT: All Seems to be working ok now, Can't reproduce the error

never seen the "unexpected error" message before, Very strange indeed..
Reply With Quote
  #196  
Old 02-19-2010, 07:34 PM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Big-Pete View Post
Just noticed a problem, I just tried to save an article on the CMS and i kept getting an unexpected error, As this was the last mod installed and everything was ok earlier i just disabled this and i could then save the article ok..

I'll enable it again and try to reproduce the error


EdIT: All Seems to be working ok now, Can't reproduce the error

never seen the "unexpected error" message before, Very strange indeed..
Are u using 4.0.2 now?
... anyway, I can not think of anything in my mod that could cause that ...
Reply With Quote
  #197  
Old 02-20-2010, 03:12 AM
HoSStiA HoSStiA is offline
 
Join Date: Aug 2007
Location: Moscow
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Usual problems with Cyrillic and non-latin characters - displayed as "???" (forum works on UTF-8, DB on utf8-general-ci )
Attachment 112655

I need to add instruction in /packages/vbmediawiki/search/result/wiki.php
PHP Code:
@mysql_query('SET NAMES utf8'); 
after
PHP Code:
$wgDB mysql_connect($vbulletin->options['mediawiki_db_server'], $vbulletin->options['mediawiki_db_user'], $vbulletin->options['mediawiki_db_password']); 
Attachment 112656 - in your source this function return '????????????????????' too?


Integration skin with Opera 10.10 with the same incompatibility, as shown in my #161 post.

Otherwise - great job!!! :up:
Reply With Quote
  #198  
Old 02-20-2010, 05:46 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HoSStiA View Post
Usual problems with Cyrillic and non-latin characters - displayed as "???" (forum works on UTF-8, DB on utf8-general-ci )
Attachment 112655

I need to add instruction in /packages/vbmediawiki/search/result/wiki.php
PHP Code:
@mysql_query('SET NAMES utf8'); 
after
PHP Code:
$wgDB mysql_connect($vbulletin->options['mediawiki_db_server'], $vbulletin->options['mediawiki_db_user'], $vbulletin->options['mediawiki_db_password']); 
ok, forgot about that
Quote:
Originally Posted by HoSStiA View Post
Attachment 112656 - in your source this function return '????????????????????' too?
yes, 4.0.1 did not have that function.. .I did not know what it was for
now with 4.0.2 it is activated
... anyway, I fixed it already
looks like this now:

Quote:
Originally Posted by HoSStiA View Post
Integration skin with Opera 10.10 with the same incompatibility, as shown in my #161 post.

Otherwise - great job!!! :up:
ok, will need to install opera to fix that
Reply With Quote
  #199  
Old 02-20-2010, 06:26 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HoSStiA View Post
PHP Code:
@mysql_query('SET NAMES utf8'); 
Not exactly sure what this does, I think it's more for setting the charset of the database, but not of the connection... anyway, it did not help

If needed I'm converting the strings to the forum charset now, should be fine
Reply With Quote
  #200  
Old 02-20-2010, 07:52 AM
CCux CCux is offline
 
Join Date: Feb 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
Not exactly sure what this does, I think it's more for setting the charset of the database, but not of the connection... anyway, it did not help

If needed I'm converting the strings to the forum charset now, should be fine
This would be great
Reply With Quote
  #201  
Old 02-20-2010, 08:37 AM
chrisdowns chrisdowns is offline
 
Join Date: Nov 2008
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi

This is the error im getting


Code:
Warning: require_once(./includes/functions_user.php) [function.require-once]: failed to open stream: No such file or directory in [path]/includes/class_bootstrap.php(283) : eval()'d code on line 3

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_user.php' (include_path='/home/XXXXXX/public_html/forums/wiki:/home/XXXXXX/public_html/forums/wiki/includes:/home/XXXXXX/public_html/forums/wiki/languages:.:/usr/lib/php:/usr/local/lib/php') in /home/XXXXXX/public_html/forums/includes/class_bootstrap.php(283) : eval()'d code on line 3

Forum - http://theclaypedia.com/forums/
Wiki http://theclaypedia.com/forums/wiki

define( VB_INSTALL_PATH, '/home/XXXXXX/public_html/forums' );
Path ./wiki
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:37 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.07213 seconds
  • Memory Usage 2,353KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_php
  • (7)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete