When i try to use the reset ownership function in the file browser i get the following error:
However when i do a `ls -la /usr/local/bin/php`
PHP is working normally in apache and cli.
php -v:
DirectAdmin info:
/var/log/directadmin/error.log
I use the custombuild script to update.
How can I fix this?
Code:
cannot find file: /usr/local/bin/php
However when i do a `ls -la /usr/local/bin/php`
Code:
-rwxr-xr-x 1 root staff 27235400 Feb 10 12:43 /usr/local/bin/php
PHP is working normally in apache and cli.
php -v:
Code:
PHP 5.3.21 (cli) (built: Feb 10 2013 12:40:36)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.0.10, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
DirectAdmin info:
Code:
Compiled for: Debian 6.0 64-bit
Compile Date Dec 4 2012, 00:17:24
Server Version 1.42.1
/var/log/directadmin/error.log
Code:
2013:02:28-09:21:44: Socket write error: fd is connected to a pipe or socket whose reading end is closed. When this happens the writing process will also receive a SIG_PIPE signal. (Thus, the write return value is seen only if the program catches, blocks or ignores this signal.)
2013:02:28-09:22:03: Socket write error: Unknown error
2013:02:28-09:22:03: Error while sending ./data/skins/marinars/images/nav_webmail1.gif
2013:02:28-09:22:10: Socket write error: Unknown error
2013:02:28-09:41:51: File ./data/users/brwwolpha/user.usage has been written to after this process read it. Not going to overwrite it.
2013:02:28-09:45:48: Socket write error: Unknown error
2013:02:28-09:45:48: Error while sending ./data/skins/marinars/images/nav_help1.gif
2013:02:28-10:11:10: Timeout from from 62.238.204.251 : last flagged: Request::readAndProcess(*skt, 62.238.204.251, 62.238.204.251)
2013:02:28-10:16:13: Timeout from from 62.238.204.251 : last flagged: Request::readAndProcess(*skt, 62.238.204.251, 62.238.204.251)
2013:02:28-10:26:47: Socket write error: Unknown error
I use the custombuild script to update.
How can I fix this?