Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-01-11 12:41:05

thomas2411
New member
Registered: 2008-01-11
Posts: 3

Extended File Manager

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

#2 2008-01-12 07:56:18

koto
Xinha Pro
Registered: 2006-01-09
Posts: 58

Re: Extended File Manager

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

#3 2008-01-12 07:59:32

thomas2411
New member
Registered: 2008-01-11
Posts: 3

Re: Extended File Manager

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

#4 2011-04-05 14:09:54

M2D
New member
Registered: 2009-03-12
Posts: 3

Re: Extended File Manager

I get the same errors in PHP 5.3.6 and don't want error reporting off either I want the fixed string wink

Last edited by M2D (2011-04-05 14:10:19)

Offline

Board footer

Powered by FluxBB