Current time: 05-05-2024, 02:30 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
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #18
RE: no mySQL access via Joomla after update from 1.0.0rc2 to 1.0.0 to 1.0.5
make a backup of /etc and then try Wink

But I would not reinstall every package - only php5 things.


Can you check this php code on the domain?

Code:
<?php
if ($filelist = php_ini_scanned_files()) {
    if (strlen($filelist) > 0) {
        $files = explode(',', $filelist);

        foreach ($files as $file) {
            echo "<li>" . trim($file) . "</li>\n";
        }
    }
}
?>

this gives a list of php.ini files which have been processed...

Somewhere in theese files the mysql extension should be included...

I have:
# /etc/php5/cgi/conf.d/adodb.ini
# /etc/php5/cgi/conf.d/curl.ini
# /etc/php5/cgi/conf.d/gd.ini
# /etc/php5/cgi/conf.d/idn.ini
# /etc/php5/cgi/conf.d/imap.ini
# /etc/php5/cgi/conf.d/mcrypt.ini
# /etc/php5/cgi/conf.d/mhash.ini
# /etc/php5/cgi/conf.d/mysql.ini
# /etc/php5/cgi/conf.d/mysqli.ini
# /etc/php5/cgi/conf.d/pdo.ini
# /etc/php5/cgi/conf.d/pdo_mysql.ini
# /etc/php5/cgi/conf.d/suhosin.ini

if you have the same - then the mysql.so should be included...

hm... difficult...

/J
05-28-2010 01:37 AM
Visit this user's website 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 - joximu - 05-28-2010 01:37 AM

Forum Jump:


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