Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 1:50 pm (All times are UTC )

 





Post new topic Reply to topic  [ 14 posts ] 
Author Message
Posted: Tue Nov 20, 2007 6:22 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
After updating to the lastest nightly build, this is the error I get. Any idea for when this is going to be fixed?

Fatal error: Class 'JDatabaseMySQL' not found in \Sites\XXX.com\xxx.com\plugins\system\legacy\database.php on line 28

More info on this here -> http://joomlacode.org/gf/project/joomla ... em_id=7905


Top
   
 
Posted: Tue Nov 20, 2007 6:48 pm 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
There are no guarantees when a fix will be applied.

But, jenscski proposed a solution you might consider trying in the interim.

HTH,
Amy :)

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Tue Nov 20, 2007 8:13 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
The same error appears.
Guess I will have to wait until it's fixed.


Top
   
 
Posted: Tue Nov 20, 2007 8:14 pm 
User avatar
Joomla! Champion
Joomla! Champion
Offline

Joined: Wed Nov 22, 2006 3:35 pm
Posts: 6423
Location: Nebraska
Did you manually make this change to the plugins/system/legacy/profiler.php file (changing utilities to error?)

jenscski wrote:
The JProfiler-php-file was moved recently, and the developer missed an include of the file.

In the file plugins/system/legacy/profiler.php, line 19, replace

JLoader::register('JProfiler', JPATH_LIBRARIES.DS.'joomla'.DS.'utilities'.DS.'profiler.php');

with

JLoader::register('JProfiler', JPATH_LIBRARIES.DS.'joomla'.DS.'error'.DS.'profiler.php');

_________________
http://Twitter.com/AmyStephen
Unofficial Joomla Developer and Site Builders Network http://AllTogetherAsAWhole.org


Top
   
 
Posted: Tue Nov 20, 2007 8:30 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
Yes
also, the error is in database.php not profiler.php
Regardless, I still receive the same error.
the user in the thread you pointed to was experiencing issues with profiler.php

Thanks


Last edited by crazyleggs on Tue Nov 20, 2007 8:35 pm, edited 1 time in total.

Top
   
 
Posted: Thu Nov 22, 2007 7:55 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Sep 21, 2005 9:25 am
Posts: 1542
Location: Thailand
Reported as fixed in the other thread.  Are we good now?

tcp

_________________
http://www.gmitc.biz/


Top
   
 
Posted: Thu Nov 22, 2007 8:01 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
Thats for the profiler.php issue, not the issue I am experiencing with database.php

I tried the lastest svn just now and I'm still receiving the same error.

Gonna do a clean install later and test it to verify that nothing in misconfigured on my server.

Thanks


Last edited by crazyleggs on Thu Nov 22, 2007 8:08 pm, edited 1 time in total.

Top
   
 
Posted: Wed Nov 28, 2007 5:19 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Sat Sep 17, 2005 2:08 am
Posts: 1
This happened to mysqli only, for me mysql is working fine.

in /plugins/system/legacy/database.php line 28

JDatabaseMySQL not exist if mysqli is using.

I temporary modify

class database extends JDatabaseMySQL

to

class database extends JDatabaseMySQLi


Last edited by stevekwok on Wed Nov 28, 2007 6:53 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Nov 28, 2007 7:06 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Sep 21, 2005 9:25 am
Posts: 1542
Location: Thailand
stevekwok wrote:
This happened to mysqli only, for me mysql is working fine.

in /plugins/system/legacy/database.php line 28



I see it and am working on a fix.

tcp

_________________
http://www.gmitc.biz/


Top
   
 
Posted: Wed Nov 28, 2007 7:26 am 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Sep 21, 2005 9:25 am
Posts: 1542
Location: Thailand
OK, try Rev 9454 or tomorrow's nightly build.

tcp

_________________
http://www.gmitc.biz/


Top
   
 
Posted: Thu Nov 29, 2007 3:20 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
Thanks everybody, changing my database config to mysql did the job.


Top
   
 
Posted: Thu Nov 29, 2007 1:20 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Oct 05, 2005 7:25 am
Posts: 1012
Location: Amsterdam
crazyleggs wrote:
Thanks everybody, changing my database config to mysql did the job.


I still suggest that you test the svn without the change to the database config. Otherwise others will never know if everything is a ok :).

_________________
Joomla Bug Squad

Note: Sending me private messages for personal support, without this been requested, would lead to ignoring any of your posts in future!


Top
   
 
Posted: Thu Nov 29, 2007 8:53 pm 
Joomla! Intern
Joomla! Intern
Offline

Joined: Mon May 07, 2007 4:39 pm
Posts: 55
pvh123 wrote:
crazyleggs wrote:
Thanks everybody, changing my database config to mysql did the job.


I still suggest that you test the svn without the change to the database config. Otherwise others will never know if everything is a ok :).



I have tested and verified that the lastest nightly build did indeed fix it with mysqli enabled.

Thanks again.


Top
   
 
Posted: Thu Nov 29, 2007 9:22 pm 
User avatar
Joomla! Ace
Joomla! Ace
Offline

Joined: Wed Sep 21, 2005 9:25 am
Posts: 1542
Location: Thailand
Groovy.  Moving to Resolved.

_________________
http://www.gmitc.biz/


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group