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.

Archive /

Our old forums are still available as a read-only archive.

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

Database Error


Go to End


2 Posts   1265 Views

Avatar
srinu

1 Post

30 October 2007 at 11:11pm

Hi,

FATAL ERROR: DATABASE ERROR: Couldn't run query: SELECT `Group_Members`.*, `Group`.*, `Group`.ID, if(`Group`.ClassName,`Group`.ClassName,'Group') AS RecordClassName FROM `Group` INNER JOIN `Group_Members` ON `Group_Members`.GroupID = `Group`.ID WHERE (`Group_Members`.MemberID = 1) GROUP BY `Group`.ID | Can't create/write to file 'C:\WINDOWS\TEMP\#sql_93c_0.MYD' (Errcode: 17)
At line 389 in C:\lighttpd\htdocs\sapphire\core\model\Database.php

i am getting the above error please anybody help me,i have full rights in the Temp folder.
please please help me
thanks

Avatar
browntown

Community Member, 1 Post

16 February 2008 at 7:51am

I had a similar issue in the sense that I was getting errors about permissions when I was trying to dump my silverstripe database.

The solution was to disable my symantec from indexing my C:\Windows\TEMP directory.

I'm not sure if this will be of any help to you but I thought I'd mention it.