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?
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.
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?
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);
}