Forum Support

Shape 5
March 28, 2024, 11:02:50 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Joomla 3.4.0 CSS fix for Global Configuration page  (Read 540 times)
augustkrys
Jr. Member
**
Offline Offline

Posts: 14



« on: March 02, 2015, 09:50:03 AM »

After an install of a site sharper Zonka Current and then a direct update to 3.4.0 - All looked good except missing the css in Global configuration.  Applied the fix before and all is well.

Joomla 3.4.0 CSS fix for Global Configuration page...
Post Number:#1  Postby MOB ? Sun Mar 01, 2015 9:01 am

 !    MOB wrote:
NOTE: I had to provide the fix here in this forum, because the Joomla support forum has censored the word driver and it's replaced with the word [drive] whenever it is posted in normal text, in quotes, or in code brackets.

The issue with this is that I cannot successfully share the fix below, since both the file directory and the code has the word driver. Which of course would cause havoc if a person would use the provided code when some of the code words are being censored and/or replaced with another word.


When updating Joomla from version 3.3.x to 3.4.0 using the built-in updater in your Joomla Control Panel.

If you find your Global Configuration page look like this (see attachment) -- seems like the CSS is not getting fetched (missing) for this page's layout.


HOW TO FIX:
Source: https://github.com/mbabker/joomla-cms/c ... 818c99e4c2

NOTE: you may use Notepad or preferably NOTEPAD++ to edit the PHP file below.

OPEN: libraries/joomla/database/driver/pdomysql.php

FIND: around line: 102
CODE: SELECT ALL
   return in_array('mysql', PDO::getAvailableDrivers());


REPLACE WITH:
CODE: SELECT ALL
   return class_exists('PDO') && in_array('mysql', PDO::getAvailableDrivers());


CLOSE/SAVE.
Logged
mikenicoll
Global Moderator
*****
Offline Offline

Posts: 20162



WWW
« Reply #1 on: March 02, 2015, 06:14:15 PM »

Hello,

Thanks for posting your fix!
Logged

Mike Nicoll
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.