Error Create table

daan_z 08 Aug, 2014
Hi,

When I try to createw a table for data saving I get the following error:

Conflict

The server encountered an internal error or misconfiguration and was unable to complete your request.

What's wrong? I am using Chronoforms5 and Joomla 2.5.19.

Thanks in advanche for your help!
Max_admin 08 Aug, 2014
It may be a security setting on your server, you may try to create the table manually using phpmyadmin if the CF can't do it!

Regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
GreyHead 09 Aug, 2014
HI daan_z,

Please check that there are no spaces or other special characters in the form name or any of the input names, they should also all start with a letter a-z.

Bob
daan_z 17 Aug, 2014
Hi Bob,

I've checked the form and field names, there are no dissallowed characters in it. Even with the most basic form with only one field it throws in the same error. Could it have anything to do with the fact that the dbase isn't located on localhost?

Max, thanks for your answer. I could create the table manually but I my client should also be able to create forms with dbase saving, so that's not really an option.

Daan
GreyHead 17 Aug, 2014
Hi Daan,

By all means email or PM me the site URL, the form name, and a SuperAdmin login and I'll take a quick look.

Provided that the database is accessible from Joomla! there should be no problem with the create table.

Bob
GreyHead 20 Aug, 2014
Hi daan_z,

The error message shows with an HTTP 409 Conflict. I don't remember ever seeing that before I can only suggest that you check with your Webhost. It may be that there is some kind of a block on accessing MySQL from the sever - but Joomla does this many times for each page.

Bob

Here's the official 409 description:

The request could not be completed due to a conflict with the current state of the resource. This code is only allowed in situations where it is expected that the user might be able to resolve the conflict and resubmit the request. The response body SHOULD include enough information for the user to recognize the source of the conflict. Ideally, the response entity would include enough information for the user or user agent to fix the problem; however, that might not be possible and is not required.

Conflicts are most likely to occur in response to a PUT request. For example, if versioning were being used and the entity being PUT included changes to a resource which conflict with those made by an earlier (third-party) request, the server might use the 409 response to indicate that it can't complete the request. In this case, the response entity would likely contain a list of the differences between the two versions in a format defined by the response Content-Type.
This topic is locked and no more replies can be posted.