Extension talk:BlogPage
Contents
| Thread title | Replies | Last modified |
|---|---|---|
| Still active here? | 2 | 01:04, 28 January 2013 |
| Mediawiki 1.18.2 - syntax error, unexpected T_FUNCTION BlogHooks.php on line 31 | 2 | 17:44, 24 October 2012 |
| Listing new blogs and blogs from users | 0 | 03:02, 27 August 2012 |
| don't work with mediawiki 1.19.0 | 1 | 19:52, 28 June 2012 |
| Not working on mediawiki 1.18 | 3 | 21:24, 6 March 2012 |
| Not working on mediawiki 1.17 | 5 | 17:39, 7 November 2011 |
| BlogPage doesn't work with 1.16.5 | 3 | 14:02, 5 November 2011 |
| Example site? | 0 | 15:32, 2 November 2011 |
| Unable to download with ED | 1 | 07:15, 31 October 2011 |
Since this extension is the most up-to-date one for doing weblogs on a wiki, I'm planning to use it, but I also wanted to see how much maintenance I'm going to need to do.
Will I have to support this myself? I probably can, but I just want to know.
The short answer: probably.
The long answer: it depends on many factors. Truth be told, there are many other things than MediaWiki in my life right now and as such, MW and extension bugs are everything but #1 priority on my to-do list. Not to mention that there are two perfectly valid reasons not to contribute to MediaWiki — git, and more importantly, gerrit. MediaWiki evolves (too!) rapdily, as always, which may or may not cause issues when running this extension against the latest stable or development trunk. Use at your own risk; no warranty of any kind is provided.
I most likely will try to take a look at any and all bugs reported on Bugzilla, but I cannot promise that "this bug will be fixed within X days".
Do note that BlogPage is not a stand-alone extension; instead, it requires Comments, SocialProfile and VoteNY, as noted on the extension page. So it may or may not be appropriate for whatever purpose you want to use it.
Thanks. I totally understand that MW is not your whole life ;)
That said, I do like how this extension works with SocialProfile and SMW. I've installed it for now and I'm waiting to hear back if it does what is needed.
I try to solve the issue in title. This occur on a new mediawiki installation on a mutualized host. All pages are impacted when the BlogPage extension is activated in LocalSettings.
The BlogPage extension is downloaded from the trunk by the snapshot link of the extension page.
The host configuration is has follow:
- MediaWiki 1.18.3
- PHP 5.2.17 (cgi)
- MySQL 5.0.90-log
Any suggestion ?
BlogPage requires PHP 5.3+ and the line it's whining about is a late static binding, a feature which was introduced in PHP 5.3.
I have the same problem with:
MediaWiki - 1.19.1
PHP - 5.3.13 (cgi-fcgi)
MySQL - 5.1.39-log
Is there a function that can be called on other pages, like Community Portal or the Main_Page that could show posts from a specific user's blog or the latest blog posts across the wiki? I did not see such a function listed here. Crazy Jake88 (talk) 03:02, 27 August 2012 (UTC)
Hi i using mediawiki 1.19.0, i have installed SocialProfile,Comments and VoteNY extensions but when i try create new blog says this message
Warning: Invalid argument supplied for foreach() in /var/www/mediawiki/mediawiki3/extensions/SocialProfile/UserStats/UserStatsClass.php on line 611
Ha ocurrido un error de sintaxis en una consulta a la base de datos. Esto puede indicar un error en el software. La última consulta a la base de datos que se intentó fue: (Consulta SQL oculta) dentro de la función «UserStatsTrack::updateWeeklyPoints». La base de datos devolvió el error «1146: Table 'mediawiki3.wiki_user_points_weekly' doesn't exist (localhost)».
I search in the code the sql code but i can't found it.
Any solution?
To be specific, it's not an extension bug per se, but rather a problem with your configuration. You have set (at least) $wgUserStatsTrackWeekly to true without creating the necessary database table(s); the schemas for user_points_weekly, user_points_monthly and user_points_archive are located in Extension:RandomFeaturedUser's directory on SVN (yes, SVN, as opposed to git).
Create those tables by running something line this (for each different file) from command line: php path/to/your/wiki/maintenance/sql.php path/to/your/wiki/extensions/RandomFeaturedUser/user_points_weekly.sql
I have a 1.18 wiki with the SocialProfile and all of its components installed and working fine, but when I installed BlogPage and added the require_once line, the site went blank.
What did I do wrong?
Thanks, Asaf
MediaWiki 1.18.1
PHP 5.2.9 (apache)
MySQL 5.0.67-log
94.159.139.150 10:45, 2 March 2012 (UTC)
Try upgrading PHP, and using the appropriate version. Likely you have a syntax error in your configuration file or you did not get the right version.
Thanks, it works!
Asaf
The blog extension has installed correctly, however, I'm getting JS errors whenever I'm trying to create a blog.
Throws CreateBlogPost is not defined. Did I miss a step?
It's not loading the JS at all using the $wgResourceModule, we are using 1.17.
Your problem is MediaWiki 1.17; its ResourceLoader is buggy. I'd suggest upgrading to MediaWiki 1.18 when it's out (but 1.18 beta 1 is already out).
I got the ResourceLoader working, but now I have found a new bug. Whenever I submit a blog, I get an error from BlogHooks.php. On line 138, there is only two variables being passed in the preprocessor which is throwing an error from parser.php line 447. Any fix?
To be more precise it's on the ctgTitle = Title::newFromText
I'm using the latest revision of all the dependency plugins as well.
Don't work 1.16.5
Thank you for this detailed bug report. Could you be any more specific about it?
blank main page
That is still as unhelpful as your initial message. I suggest you take a look at Manual:How to debug and come back with some detailed information. A blank main page could be caused by a fatal error, a syntax error or anything inbetween.
I can't download it! (No such extension "BlogPage")
ExtensionDistributor seems to be broken, once again. You can either download a SVN client or download the files on a one-by-one basis via ViewVC.