ispCP - Board - Support
[SOLVED] Ispcp login blank page - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED] Ispcp login blank page (/thread-7511.html)



[SOLVED] Ispcp login blank page - theprincy - 08-15-2009 02:29 AM

I have two servers on the login page that shows a beautiful blank page.


this is a default-error.log

Code:
root@london:~# tail -f /var/log/apache2/users/default-error.log
[Fri Aug 14 15:32:35 2009] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Fri Aug 14 15:32:35 2009] [notice] FastCGI: process manager initialized (pid 14896)
[Fri Aug 14 15:32:35 2009] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2000) started (pid 14897)
[Fri Aug 14 15:32:35 2009] [notice] Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resuming normal operations
[Fri Aug 14 15:53:32 2009] [notice] caught SIGTERM, shutting down
[Fri Aug 14 15:55:07 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Fri Aug 14 15:55:07 2009] [notice] FastCGI: wrapper mechanism enabled (wrapper: /usr/lib/apache2/suexec)
[Fri Aug 14 15:55:07 2009] [notice] FastCGI: process manager initialized (pid 983)
[Fri Aug 14 15:55:07 2009] [warn] FastCGI: server "/var/www/fcgi/master/php5-fcgi-starter" (uid 2000, gid 2000) started (pid 984)
[Fri Aug 14 15:55:07 2009] [notice] Apache/2.2.9 (Debian) mod_fastcgi/2.4.6 mod_ssl/2.2.9 OpenSSL/0.9.8g configured -- resuming normal operations



RE: Ispcp login blank page - kilburn - 08-15-2009 03:56 AM

Can you also post the contents of /var/log/apache2/suexec.log please? This seems to be a permissions problem...


RE: Ispcp login blank page - theprincy - 08-15-2009 07:22 AM

server A

[2009-08-14 20:25:39]: uid: (vu2102/vu2102) gid: (2102/vu2102) cmd: php5-fcgi-starter
[2009-08-14 20:27:10]: uid: (vu2102/vu2102) gid: (2102/vu2102) cmd: php5-fcgi-starter
[2009-08-14 20:30:37]: uid: (vu2095/vu2095) gid: (2095/vu2095) cmd: php5-fcgi-starter
[2009-08-14 20:41:06]: uid: (vu2102/vu2102) gid: (2102/vu2102) cmd: php5-fcgi-starter
[2009-08-14 20:55:57]: uid: (vu2102/vu2102) gid: (2102/vu2102) cmd: php5-fcgi-starter
[2009-08-14 21:09:13]: uid: (vu2017/vu2017) gid: (2017/vu2017) cmd: php5-fcgi-starter
[2009-08-14 21:09:18]: uid: (vu2017/vu2017) gid: (2017/vu2017) cmd: php5-fcgi-starter
[2009-08-14 21:13:29]: uid: (vu2131/vu2131) gid: (2131/vu2131) cmd: php5-fcgi-starter
[2009-08-14 21:13:32]: uid: (vu2102/vu2102) gid: (2102/vu2102) cmd: php5-fcgi-starter
[2009-08-14 21:18:45]: uid: (vu2017/vu2017) gid: (2017/vu2017) cmd: php5-fcgi-starter



server B

[2009-08-14 15:45:56]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 15:46:01]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 15:55:29]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter
[2009-08-14 16:08:45]: uid: (vu2005/vu2005) gid: (2005/vu2005) cmd: php5-fcgi-starter
[2009-08-14 16:12:27]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 16:12:32]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 16:12:37]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 16:12:42]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter
[2009-08-14 16:19:28]: uid: (vu2000/vu2000) gid: (vu2000/vu2000) cmd: php5-fcgi-starter
[2009-08-14 16:19:58]: uid: (vu2035/vu2035) gid: (2035/vu2035) cmd: php5-fcgi-starter


RE: Ispcp login blank page - kilburn - 08-15-2009 09:53 AM

Ok, what OS/version do you use? I bet for a missing php module (pdo mysql maybe?)


RE: Ispcp login blank page - theprincy - 08-15-2009 04:52 PM

(08-15-2009 09:53 AM)kilburn Wrote:  Ok, what OS/version do you use? I bet for a missing php module (pdo mysql maybe?)

os : debian lenny

version : trunk
is properly called /pdo_mysql.ini,


RE: Ispcp login blank page - theprincy - 08-15-2009 09:31 PM

if deleted the folder / www/virtual/ispcp and then recreates you fix? I need to use the panel


RE: Ispcp login blank page - theprincy - 08-16-2009 02:21 AM

I have not solved, I tried both with a backup that reinstalling ispcp ,


RE: Ispcp login blank page - theprincy - 08-16-2009 06:51 AM

solved


RE: [SOLVED] Ispcp login blank page - kilburn - 08-16-2009 03:16 PM

(08-16-2009 06:51 AM)theprincy Wrote:  solved

How?


RE: [SOLVED] Ispcp login blank page - theprincy - 08-17-2009 01:24 AM

deleted /etc/ispcsp/ and /var/www/ispcp