Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic XML Mutex error #2202

Closed
jdsimcoe opened this issue Sep 18, 2014 · 3 comments
Closed

Dynamic XML Mutex error #2202

jdsimcoe opened this issue Sep 18, 2014 · 3 comments

Comments

@jdsimcoe
Copy link

I have a Dynamic XML Datasource that is pulling a feed from Ustream. When I ?debug I am getting this error:

<error>The <code>Mutex</code> class failed to acquire a lock, check that <code>/tmp</code> exists and is writable.</error>

I'm not entirely sure why it is looking for /tmp and not /manifest/tmp but I'm not sure that it makes a difference. That the /manifest/tmp folder is there and writeable.

On my localhost version, I get this error:

<error>MySQL Error (1054): Unknown column '971b7185f8c81b11abeb3dd1f340883c' in 'where clause' in query: DELETE FROMsym_cacheWHEREhash= 971b7185f8c81b11abeb3dd1f340883c</error>

I'm running on 2.5.0. I posted on the Symphony thread but didn't know if it would be best to raise the issue here as well.

@nitriques
Copy link
Member

Guys, could it be possible that this problem was introduce when removing quotes from integers in SQL queries ? Cause the bug here is clearly missing single quotes.

@brendo
Copy link
Member

brendo commented Sep 20, 2014

Fixed. Will issue a 2.5.1

@brendo brendo closed this as completed in bfb2249 Sep 20, 2014
@jdsimcoe
Copy link
Author

Thanks @brendo, this is huge!

On Sep 20, 2014, at 12:11 AM, Brendan Abbott notifications@github.com wrote:

Closed #2202 #2202 via bfb2249 bfb2249.


Reply to this email directly or view it on GitHub #2202 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants