ispCP - Board - Support
[SOLVED] upgrade rc6 to rc7: panel is down!!! - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Update/Upgrade (/forum-44.html)
+--- Thread: [SOLVED] upgrade rc6 to rc7: panel is down!!! (/thread-5155.html)



[SOLVED] upgrade rc6 to rc7: panel is down!!! - surfweb82 - 12-16-2008 07:58 AM

Hello!!

I upgrade the ispcp rc6 to rc7 and i get no error.

The problem occours when i connect into panel to upgrade the database and then the php code is ignored and a window shows asking me if i mean to download the page.

Help me to resolv that problem!!

Thanks!!


RE: upgrade rc6 to rc7: panel is down!!! - sci2tech - 12-16-2008 08:10 AM

try
(12-16-2008 08:10 AM)sci2tech Wrote:  
Code:
apt-get install libapache2-mod-fcgid
a2dismod fcgid
a2enmod fcgid_ispcp
/etc/init.d/apache2 restart



RE: upgrade rc6 to rc7: panel is down!!! - surfweb82 - 12-16-2008 08:20 AM

(12-16-2008 08:10 AM)sci2tech Wrote:  try
(12-16-2008 08:10 AM)sci2tech Wrote:  
Code:
apt-get install libapache2-mod-fcgid
a2dismod fcgid
a2enmod fcgid_ispcp
/etc/init.d/apache2 restart

Thanks for your reply but don't work!! I've forgotten to say that i change the defaul port of iscp!

Error:
a2enmod fcgid_ispcp
This module does not exist!


RE: upgrade rc6 to rc7: panel is down!!! - sci2tech - 12-16-2008 08:28 AM

All apache files were rebuilded. So if you changed default port you must do it again. Also you did not upgraded as described in INSTALL file (trust me on this Wink ).
Code:
apt-get install libapache2-mod-fastcgi
a2dismod fastcgi
a2enmod fastcgi_ispcp
/etc/init.d/apache2 restart
Try with fastcgi.


RE: upgrade rc6 to rc7: panel is down!!! - surfweb82 - 12-19-2008 07:10 PM

Thanks for your support!!! Now, my server work again!!

Happy Christmas!! Big Grin


(12-16-2008 08:28 AM)sci2tech Wrote:  All apache files were rebuilded. So if you changed default port you must do it again. Also you did not upgraded as described in INSTALL file (trust me on this Wink ).
Code:
apt-get install libapache2-mod-fastcgi
a2dismod fastcgi
a2enmod fastcgi_ispcp
/etc/init.d/apache2 restart
Try with fastcgi.