no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - 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: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 (/thread-10789.html) |
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 06-03-2010 07:13 AM If someone has an idea for the mysql problem im interested. everything needed seems to be installed because ispCP works fine, even creating mysql databases works. so it must be some configuration problem in my domain. the former problem that I could not execute phpinfo although I deleted it from the disabled_function list is solved. I think it has to do with the switch from fastcgi to fcgid. Could it be that there are some fastcgi related informations in config files for my domain which are not in the master domain? I did not find any /thoand RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - mr.x - 06-03-2010 07:16 AM Hi, is Code: mysql -u root -p working? /Mr.X RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 06-03-2010 07:22 AM Hi, yes it does. Code: h1202717:~# mysql -u root -p It even should, because the ispCP data are stored in this database too? and ispCP is working without any problem RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - mr.x - 06-03-2010 07:30 AM Hi, (06-03-2010 07:22 AM)thoand Wrote: Hi, ok ! What about dpkg -l|grep mysql? /Mr.X RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 06-03-2010 07:34 AM Hi, Code: h1202717:~# dpkg -l|grep mysql One minute ago I saw that bind does not run, I am currently debugging it. Could it just be a problem with the name resolution? ok, bind is working now. sadly it was not the solution for my other problems :-/ RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - mr.x - 06-03-2010 06:21 PM (06-03-2010 07:34 AM)thoand Wrote: Hi, please try this: Code: apt-get remove php4-mysql Code: dpkg-reconfigure php5-mysql /Mr.X RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 06-04-2010 01:50 AM Hi, I tried to remove php4-mysql, but it was not installed. Then I reconfigured php5-mysql an restarted apache. But nothing has changed. /thoand RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - mr.x - 06-04-2010 02:42 AM (06-04-2010 01:50 AM)thoand Wrote: Hi, May be you can try it with apt-get remove --purge php5-mysql /Mr.X RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - thoand - 06-04-2010 06:46 AM Hi, I purged it before, but tried it again. But after installing it again it did not work. To be sure I restarted apache. Am I wrong that ispCP uses php5-mysql? If not it could not be a general installation problem, because ispCP works fine. It has to be some configuration problem. But php tells me that it has loaded the file /etc/php5/cgi/conf.d/mysql.ini in which is defined that php should load mysql.so. So what domain specific configuration could be the problem. (I even switcht the support for php and cgi in ispCP for the domain from on to off to on. It did not help) /thoand PS: the problem occures on all three hosted domains (configured as separate customers) RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5 - mr.x - 06-04-2010 06:06 PM Hi, (06-04-2010 06:46 AM)thoand Wrote: Am I wrong that ispCP uses php5-mysql?No, you are right. Quote:PS: the problem occures on all three hosted domains (configured as separate customers) Can you please activate DEBUG mode in /etc/ispcp/ispcp.conf, create a new domain and provide us the log files, /mr.x |