sarfraznawaz2005 / VisualQuery

MySQL Database Browser with ability to create visual queries for non-technical people or clients.
40 stars 22 forks source link

Fatal error: Class 'SqlFormatter' not found #1

Closed gpstiip88 closed 9 years ago

gpstiip88 commented 9 years ago

I've install your app, but I get this error when select a table from the left sidebar:

Fatal error: Class 'SqlFormatter' not found in /var/www/html/app/controllers/table.php on line 68

gpstiip88 commented 9 years ago

I've solved by myself. In autoload.php the classes are loaded in lower case, but the file is named with first upper case, so i renamed the file app/classes/SqlFormatter.php in sqlformatter.php

sarfraznawaz2005 commented 9 years ago

yes that was the actual issue. Thanks

Regards, Sarfraz http://sarfraznawaz.wordpress.com

On Tue, Jul 7, 2015 at 1:02 PM, gpstiip88 notifications@github.com wrote:

Closed #1 https://github.com/sarfraznawaz2005/VisualQuery/issues/1.

— Reply to this email directly or view it on GitHub https://github.com/sarfraznawaz2005/VisualQuery/issues/1#event-349422133 .