Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 05-11-2015 14:20:48

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Cannot issue statement DELETE FROM ecom_prod

I Cannot issue statement DELETE FROM ecom_prod

When I do this is the error message I get.

Not Acceptable

An appropriate representation of the requested resource /store/admin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



When I go into the installer it chkes on the SMTP information. Which was no problem when I did the last update. I am on 8.09.

Any ideas what is causing this?

Thanks.

Offline

 

#2 05-13-2015 04:27:55

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Cannot issue statement DELETE FROM ecom_prod

Your host has a filter running that's recognizing the delete statement in your POST request and heading you off at the pass, so to speak.  It's a security feature they've recently enabled, which you'll want to ask them to turn off.


Nick Hendler

Offline

 

#3 05-20-2015 10:47:33

Uncletim
Member
From: Boulder, CO
Registered: 08-03-2003
Posts: 375
Website

Re: Cannot issue statement DELETE FROM ecom_prod

Thanks Nick!

Offline

 

#4 05-21-2015 08:57:55

jj1987
Member
From: Orlando, FL
Registered: 07-14-2008
Posts: 502
Website

Re: Cannot issue statement DELETE FROM ecom_prod

Uncletim wrote:

I Cannot issue statement DELETE FROM ecom_prod

When I do this is the error message I get.

Not Acceptable

An appropriate representation of the requested resource /store/admin.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.



When I go into the installer it chkes on the SMTP information. Which was no problem when I did the last update. I am on 8.09.

Any ideas what is causing this?

Thanks.

Personally I would do all my SQL scripts from PhpMyAdmin.  While CCP is great for quick querying of the db, I find it easier to stick with the application that all it does is act as a SQL IDE



-James Garrett

Offline

 

#5 05-22-2015 14:51:17

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Cannot issue statement DELETE FROM ecom_prod

I wrote Raw DB Admin as a lightweight PHPMyAdmin replacement.  I like using it more than PHPMyAdmin, but either will work.


Nick Hendler

Offline

 

Board footer