Welcome Guest, Not a member yet? Register   Sign In
About Spark...
#7

(This post was last modified: 11-15-2014, 02:11 AM by bclinton.)

The Sparks site has been serving up database errors for at least a few days now.

http://www.getsparks.org/

Code:
A Database Error Occurred

Error Number: 1030

Got error 28 from storage engine

SELECT `s`.*, `c`.`username`, `c`.`email`, `s`.`created`, MAX(v.created) AS 'last_push' FROM (`sparks` s) JOIN `contributors` c ON `s`.`contributor_id` = `c`.`id` JOIN `versions` v ON `v`.`spark_id` = `s`.`id` WHERE `s`.`is_featured` = 1 AND `s`.`is_browse` = 1 GROUP BY `s`.`id` ORDER BY `s`.`created` DESC, `v`.`created` DESC LIMIT 3

Filename: /var/www/getsparks.org/production/0.4.7b/models/spark.php

Line Number: 266

It's a shame because I thought it was a nice addition to CodeIgniter: good idea, nice implementation. But I guess the guys that did it lost interest and nobody else kept up with it.

I am not yet familiar with Composer, but I am glad that there will be something like this for CodeIgniter in the future.
Reply


Messages In This Thread
About Spark... - by musicalangel - 11-02-2014, 04:40 PM
RE: About Spark... - by ciadmin - 11-02-2014, 06:08 PM
RE: About Spark... - by nnolting - 11-03-2014, 12:54 PM
RE: About Spark... - by kilishan - 11-03-2014, 01:55 PM
RE: About Spark... - by ciadmin - 11-03-2014, 01:56 PM
RE: About Spark... - by no1youknowz - 11-05-2014, 08:48 AM
RE: About Spark... - by bclinton - 11-10-2014, 11:11 AM
RE: About Spark... - by musicalangel - 11-11-2014, 09:34 PM
RE: About Spark... - by Chroma - 11-14-2014, 10:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB