Hi All, When I try to create a new FTP user, I see a screen action, but it does not open the FTP user page. It have worked, because there are FTP users on the server. also edit a new ftp user is not working. The server is centos 5 and ispconfig 3.0.5.3 Any sugestions? Regards, The Ghost
The apache log give's error's [Thu Feb 20 18:37:12 2014] [warn] mod_fcgid: stderr: PHP Warning: fopen(templates/dashboard.htm) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:37:12 2014] [warn] mod_fcgid: stderr: PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:37:12 2014] [warn] mod_fcgid: stderr: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 819 [Thu Feb 20 18:39:23 2014] [warn] mod_fcgid: stderr: PHP Warning: fopen(templates/dashboard.htm) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:39:23 2014] [warn] mod_fcgid: stderr: PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:39:23 2014] [warn] mod_fcgid: stderr: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 819 [Thu Feb 20 18:40:15 2014] [warn] mod_fcgid: stderr: PHP Warning: fopen(templates/dashboard.htm) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:40:15 2014] [warn] mod_fcgid: stderr: PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:40:15 2014] [warn] mod_fcgid: stderr: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 819 [Thu Feb 20 18:40:54 2014] [warn] mod_fcgid: stderr: PHP Warning: fopen(templates/dashboard.htm) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:40:54 2014] [warn] mod_fcgid: stderr: PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:40:54 2014] [warn] mod_fcgid: stderr: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 819 [Thu Feb 20 18:45:35 2014] [warn] mod_fcgid: stderr: PHP Warning: fopen(templates/dashboard.htm) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: Permission denied in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:45:35 2014] [warn] mod_fcgid: stderr: PHP Warning: fread() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 818 [Thu Feb 20 18:45:35 2014] [warn] mod_fcgid: stderr: PHP Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/ispconfig/interface/lib/classes/tpl.inc.php on line 819 Regards, The Ghost
There seem to be problems with folder permissions or files have ben deleted. Please run: Code: cd /tmp wget http://www.ispconfig.org/downloads/ISPConfig-3-stable.tar.gz tar xvfz ISPConfig-3-stable.tar.gz cd ispconfig3_install/install php -q update.php to let the ispconfig updater fix it.