Topic on Extension talk:BlogPage

ProgramCeltic (talkcontribs)

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?

ProgramCeltic (talkcontribs)

It's not loading the JS at all using the $wgResourceModule, we are using 1.17.

Jack Phoenix (talkcontribs)

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).

ProgramCeltic (talkcontribs)

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.