test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • svetshop Friend
    #206117

    Hi there,

    I just installed the QuickStart package for Cagox Joomla 3.x v1.01 and there is an incorrect CORE Joomla file which is throwing this error when you try to install:

    Fatal error: Class ‘PDO’ not found in /home/thesvetshop/public_html/libraries/joomla/database/driver/pdomysql.php on line 102

    reason: the core joomla file located here ./public_html/libraries/joomla/database/driver/pdomysql.php
    is NOT the Joomla v3.4.1 file

    Line 100-102 in your file reads:
    public static function isSupported()
    {
    return in_array(‘mysql’, PDO::getAvailableDrivers());
    }

    but it should:

    public static function isSupported()
    {
    return class_exists(‘PDO’) && in_array(‘mysql’, PDO::getAvailableDrivers());
    }

    FYI, once I replaced the file, installation was successful… just find it really surprising that you would have replaced a CORE file or not updated to 3.4.1 if it was a 3.4 bug…

    Thanks,

    Emmanuel for SvetShop

    svetshop Friend
    #569570

    I also dealt with the Collation issue using:

    http://www.phoca.cz/download/category/17-phoca-changing-collation-tool

    Great little tool!

    svetshop Friend
    #734659

    I also dealt with the Collation issue using:

    http://www.phoca.cz/download/category/17-phoca-changing-collation-tool

    Great little tool!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 1 voice, and was last updated by  svetshop 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum