Hi, What does the AccessControl.php file control? I am trying to deploy to MediaWiki using a tool called ePublisher and it refuse to deploy my images. The wiki pages come across fine but without images. Could this be due to the AccessControl.php file?
Thanks, Linda Josh Greenberg <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 12/09/2008 06:45 AM Please respond to MediaWiki announcements and site admin list <[email protected]> To MediaWiki announcements and site admin list <[email protected]> cc Subject Re: [Mediawiki-l] missing a page after mediawiki update That worked! Sorry for my ignorance on this. I didn't do the initial setup on this wiki and I didn't know that accesscontrol was a separate extension that needed to be downloaded. I thought it just came with the distribution. I put the new AccessControl.php file in the extensions dir and its working now. Thanks again. Josh Platonides wrote: > Josh Greenberg wrote: > >> Thanks for the response. The mysql options are mostly the same. The >> mysql version is different so $wgDBmysql5 was changed to true. Also, the >> database name was changed since the former one was sort of ambiguous but >> the necessary edit was made in LocalSettings.php. Everything else should >> be the same. When I try to get to the page, I get the log error: >> *Fatal error*: Argument 1 passed to Article::__construct() must be an >> object of class Title, called in >> /var/www/html/default/wiki/extensions/accesscontrol.php on line 162 and >> defined in */var/www/html/default/wiki/includes/Article.php* on line *47 >> >> *So it looks like its a problem with the access control file but I'm not >> sure why this would happen on the new server and not the old one since >> the extensions dir was copied over. Any suggestions on how to fix it? >> > > You updated from 1.8.2 to 1.13.2. Looks like accesscontrol extension > doesn't work on 1.13. Disable that extension and check that it works. > Then look for an updated version of the extension. > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
