EnglishPages: 1
Is it hard to say "Hello" and post more that just the error ?
try to add in your local configuration with LocalFilesEditor
error_reporting(E_ALL ^ E_NOTICE);
or if you use PHP 5.4
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT);
Last edited by mistic100 (2012-07-05 12:18:23)
Offline
mistic100 wrote:
try to add in your local configuration with LocalFilesEditor
Online
next time make a research : [extension by Piwigo Team] LocalFiles Editor
Online
Pages: 1