Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Error that Google returns null :(


Go to End


2 Posts   960 Views

Avatar
sebastiankozub

Community Member, 59 Posts

10 February 2011 at 4:07am

Hi,

I've built a site few months ago and suddenly I get that error:

[User Error] Couldn't run query: INSERT INTO "SiteTree_LinkTracking" ("SiteTreeID","ChildID", "FieldName") VALUES (2, 8, 'Content') INSERT command denied to user 'boston'@'85.128.176.104' for table 'SiteTree_LinkTracking' - check your database quota

It's on the site: www.boston.pl

I don't know where I can start looking for the bug, because it looks like nobody have it before.
Password and login to database are correct, what I noticed in phpMyAdmin that table SiteTree_LinkTracking is empty.

As you can see also for example on the page http://www.boston.pl/kontakt error is:

User Error] Couldn't run query: INSERT INTO "SiteTree_versions" .... INSERT command denied to user 'boston'@'85.128.176.104' for table 'SiteTree_versions' - check your database quota

regards Sebastian

Avatar
Invader_Zim

Community Member, 141 Posts

10 February 2011 at 6:07am

Edited: 10/02/2011 6:09am

I've seen this error some time ago and i think the problem was that the database reached it's limit and grew too big.
So, no INSERT commands where possible any more. (something like: 20 MB of 20 MB used)

That happened on a shared host, maybe it's a good idea to check your database size.

Cheers,
Christian