Skip to Content Skip to Menu

[SOLVED] CB Query Field - Problem in Backend

  • AchLive
  • AchLive
  • OFFLINE
  • Posts: 253
  • Thanks: 14
  • Karma: 3
9 years 9 months ago - 9 years 9 months ago #257850 by AchLive
Hi, sorry but I am having a strange problem. In backend when I try to save in a field that contains a validation with CB Query Fied get the following error:

Forbidden
You don't have permission to access /administrator/index.php on this server.

This is the query
Code:
SELECT `nome_comune` FROM `comuni_it` WHERE `nome_comune` = '[value]'
If I delete the query and not the exception error.


In localhost function while the server gives me error. Can you tell me what can be the reason?
Thank You
Joomla ver. 2.5.28
CB ver. 2.0.5
CB Query Field Plugin ver. 4.0.4
Attachments:
Last edit: 9 years 9 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
9 years 9 months ago #257851 by krileon
Replied by krileon on topic CB Query Field - Problem in Backend
Is CB Query Field published within CB > Plugin Management? It probably can't reach its ajax endpoint if you're using ajax validation.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • AchLive
  • AchLive
  • OFFLINE
  • Posts: 253
  • Thanks: 14
  • Karma: 3
9 years 9 months ago #257852 by AchLive
Replied by AchLive on topic CB Query Field - Problem in Backend
is published

Attachments:

Please Log in or Create an account to join the conversation.

  • AchLive
  • AchLive
  • OFFLINE
  • Posts: 253
  • Thanks: 14
  • Karma: 3
9 years 9 months ago #257857 by AchLive
Replied by AchLive on topic CB Query Field - Problem in Backend
I'm doing some tests to try to understand better.
I noticed that if I change the query to
Code:
SELECT `nome_comune` FROM `comuni_it` WHERE `nome_comune` = '[value]'
to
Code:
SELECT `nome_comune` FROM `comuni_it
then saves correctly.
It seems that depends on the WHERE clause.
I can not understand.

Please Log in or Create an account to join the conversation.

  • AchLive
  • AchLive
  • OFFLINE
  • Posts: 253
  • Thanks: 14
  • Karma: 3
9 years 9 months ago #257860 by AchLive
Replied by AchLive on topic [SOLVED]CB Query Field - Problem in Backend
Sorry but the problem was born because the server had activated the mod_security.
Fortunately I opened a support ticket and I solved.
Thank You
The following user(s) said Thank You: nant

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum