Menu

French localization and phpwiki 1.30

Help
Anonymous
2004-06-28
2012-10-11
  • Anonymous

    Anonymous - 2004-06-28

    Hello, Im trying to install phpwiki on my web account.
    I've been able to install it using the default language pgsrc pack. (english)

    I've deleted everything and the database and switched the default language to french.

    I've get a file error like this.
    diterLeContenu
        from MIME file ./locale/fr/pgsrc/%C9diterLeContenu new page - saved to database as version 1

    lib/loadsave.php:877: Warning[512]: Mandatory file %s couldn't be loaded!

    Any ideas how to correct it?

     
    • Reini Urban

      Reini Urban - 2004-07-01

      That message a bug in 1.3.10
      Just ignore it or fix this line to

      if (!$request->_dbi->isWikiPage(urldecode($page))) {
              trigger_error(sprintf("Mandatory file %s couldn't be loaded!", $page),
                                E_USER_WARNING);
      }

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.