You are not logged in.
Pages: 1
Hello
I have a problem in EFM. Xinha Version 0.94 (18 Oct 2007), Firefox 2.0.0.11
These are my direcotry settings
$IMConfig['base_dir'] = getcwd();
$IMConfig['base_url'] = '';
$IMConfig['images_dir'] = 'files/';
images_dir has 0777 attributes.
And the error is:
Strict Standards: Non-static method Files::fixPath() should not be called statically, assuming $this from incompatible context in /aplication/www/.../xinha/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php on line 116
When I type the adress of files in browser, it is said that I don't have a permission to access to this catalog. I think this is it. Should I put there proper .httaccess
Do you know what it could be?
Last edited by thomas2411 (2008-01-11 12:49:05)
Offline
What PHP version are you using?
Turn off PHP strict error reporting or disable error displaying. Appropriate settings:
php.ini
error_reporting=E_ALL;
display_errors = off
see http://pl2.php.net/error_reporting for details.
Cheers,
koto
Offline
Hello
I use PHP 5.2. For developing we have erros on.
I turned off error reporting and still there is the same error.
It is weird that when I put it normally on my server, everything is OK, but when I integrate it with CodeIgniter Framework, this error shows.
Last edited by thomas2411 (2008-01-14 14:45:02)
Offline
I get the same errors in PHP 5.3.6 and don't want error reporting off either I want the fixed string
Last edited by M2D (2011-04-05 14:10:19)
Offline
Pages: 1