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
  #212  
Old 02-20-2010, 10:23 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chrisdowns View Post
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
ok, problem was an avatar plugin that had an includ command inside a function... I fixed that problem and that fix will also be part of the next beta
Reply With Quote
  #213  
Old 02-20-2010, 10:50 AM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
Are u using 4.0.2 now?
... anyway, I can not think of anything in my mod that could cause that ...
Hi bepe, Im still on 4.0.1, not sure whether to goto 4.0.2 or wait for 4.0.3 because of all the new reported issues that 4.0.2 has introduced..
Reply With Quote
  #214  
Old 02-20-2010, 11:03 AM
bepe bepe is offline
 
Join Date: Nov 2009
Posts: 176
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Big-Pete View Post
Hi bepe, Im still on 4.0.1, not sure whether to goto 4.0.2 or wait for 4.0.3 because of all the new reported issues that 4.0.2 has introduced..
Should not be a problem, they did not change something related to this product... or at least not something that would break my code

I will continue with 4.0.2 .. but I'm sure it will still work with 4.0.1
Reply With Quote
  #215  
Old 02-20-2010, 03:20 PM
nitra1000's Avatar
nitra1000 nitra1000 is offline
 
Join Date: Dec 2009
Location: uk
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HI I have vbseo and rewrite urls on... so I have to drop a htaccess in /wiki to turn "rewrite off".

I noticed that after i had completed your install steps, it just didn't work... I'm going through it all again but do you think this could be an issue because of the rewrite rule?

Thanks!

p.s anyone with VBseo got this installed?
Reply With Quote
  #216  
Old 02-20-2010, 03:47 PM
HoSStiA HoSStiA is offline
 
Join Date: Aug 2007
Location: Moscow
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bepe View Post
Quote:
Originally Posted by HoSStiA
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
By default variable $config['Mysqli']['charset'] in /forum/config.php is commented. But in cases where the vBulletin encoding does not match with the MySQL default encoding, this variable must be uncommented and set to desired value (for example 'utf8', if MySQL uses the default latin1-swedish-ci).

Keep this in mind when vBMediaWiki's search module connecting to a database with direct function mysql_connect (сompare with the parameters db_connect, called from /forum/includes/class_core.php ). If $config['Mysqli']['charset'] exists, SQL inctruction "SET NAMES '<charset>'" must be executed after connecting to the database to set the properly encoding.
Reply With Quote
  #217  
Old 02-20-2010, 03:59 PM
HoSStiA HoSStiA is offline
 
Join Date: Aug 2007
Location: Moscow
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nitra1000 View Post
HI I have vbseo and rewrite urls on... so I have to drop a htaccess in /wiki to turn "rewrite off".

I noticed that after i had completed your install steps, it just didn't work... I'm going through it all again but do you think this could be an issue because of the rewrite rule?

Thanks!

p.s anyone with VBseo got this installed?
I have to tweak vBSEO rewrite rules to:
Code:
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron|wiki/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|wiki/)
RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|modcp|clientscript|cpstyles|images|wiki)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Reply With Quote
  #218  
Old 02-20-2010, 06:01 PM
nitra1000's Avatar
nitra1000 nitra1000 is offline
 
Join Date: Dec 2009
Location: uk
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Okay thanks narrowed down the problem now...

The wiki works fine when not logged in, but when logged in it just gives a blank page, no error message or anything
Reply With Quote
  #219  
Old 02-20-2010, 06:03 PM
Big-Pete Big-Pete is offline
 
Join Date: May 2009
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just used the above .htaccess info as I have vbseo aswell and it works fine..

Do you get the header or just a blank page.?

I just need to try and work out how to use the wiki now
Reply With Quote
  #220  
Old 02-20-2010, 06:07 PM
nitra1000's Avatar
nitra1000 nitra1000 is offline
 
Join Date: Dec 2009
Location: uk
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Big-Pete View Post
I just used the above .htaccess info as I have vbseo aswell and it works fine..

Do you get the header or just a blank page.?

I just need to try and work out how to use the wiki now
On FF it's just a blank page, on IE8 it reports it as a 500 error..
Reply With Quote
  #221  
Old 02-20-2010, 06:08 PM
daveaite's Avatar
daveaite daveaite is offline
 
Join Date: Jul 2009
Location: Florida
Posts: 1,890
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

keep up the good work.
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 06:32 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.02751 seconds
  • Memory Usage 2,342KB
  • 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
  • (2)bbcode_code
  • (1)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