Current time: 05-21-2024, 10:08 PM Hello There, Guest! (LoginRegister)


Post Reply 
no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5
Author Message
thoand Offline
Junior Member
*

Posts: 30
Joined: May 2010
Reputation: 0
Post: #22
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5
Hello,

I tried to make a subdomain for testing if the Problem is located in the joomla installation, but when I tried to create a new database via ispCP I became the following error:

Code:
Error 500!

/client/sql_database_add.php
Internal Server Error!

so it looks for me that there is an error in the ispCP php configuration as well, or is this a nother (different) problem?

regards,
thoand
Hi,

I saw some minutes ago, that in apache2 fastcgi_ispcp was enabled, and not the fcgid_ispcp.
After I changed this with the following configuration
Code:
h1202717:~# cat /etc/apache2/mods-enabled/fcgid_ispcp.conf
# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: fcgid_ispcp.conf 2505 2010-01-06 20:30:53Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "ispCP ω (OMEGA) a Virtual Hosting Control Panel".
#
# The Initial Developer of the Original Code is ispCP Team.
# Portions created by Initial Developer are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP ω Home Page is:
#
#    http://isp-control.net
#

<IfModule mod_fcgid.c>
  AddHandler fcgid-script .php .php5
  SocketPath /var/lib/apache2/fcgid/sock
  IdleTimeout 600
  IdleScanInterval 120
  BusyTimeout 300
  BusyScanInterval 120
  ErrorScanInterval 3
  ZombieScanInterval 3
  ProcessLifeTime 900
  SpawnScoreUpLimit 10
  SpawnScore 1
  TerminationScore 2
  MaxProcessCount 200
  DefaultMaxClassProcessCount 10
  DefaultMinClassProcessCount 1
  IPCConnectTimeout 900
  IPCCommTimeout 900
  MaxRequestsPerProcess 500
</IfModule>

the creation of a new database via ispCP seems to work, but the website still does not.

The mainpage now presents me an 403:
Code:
Error 403!

/joomla/
Forbidden!

regards, thoand
(This post was last modified: 05-31-2010 08:59 PM by thoand.)
05-31-2010 08:31 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 05-31-2010 08:31 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)