Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8269267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:10:10+00:00 2026-06-08T06:10:10+00:00

I am doing the following stuff when a form is submitted. But I get

  • 0

I am doing the following stuff when a form is submitted. But I get this error:

Error decoding response: SyntaxError: syntax error

Here is my onSubmit success function:

onSubmit: function() {
    var vals = this.form.getValues();   
    Ext.Ajax.request({
    url: 'ticketSession.php',
    jsonData: {
        "function": "sessionTicket",
        "parameters": {
            "ticket": vals['ticket']
        }
    },
    success: function( result, request ) {
        var obj = Ext.decode( result.responseText );
        if( obj.success ) {
            //alert ('got here');
            th.ticketWindow.hide();
            Web.Dashboard.loadDefault();

        }
    },

Here is my ticketSession.php

<?php
function sessionTicket($ticket) {
    if( $_REQUEST['ticket'] ) {
        session_start();
        $ticket = $_REQUEST['ticket'];
        $_SESSION['ticket'] = $ticket;
        echo("{'success':'true'}");

     }
    echo "{'failure':'true', 'Error':'No ticket Number found'}");

}
?>

I also modified my onsubmit function but didnt work:

Ext.Ajax.request({
    url: 'ticketSession.php',
    method: 'POST',
    params: { 
    ticket: vals['ticket']
    },

i am simply echoing this but I still get that error

echo("{'success':'true'}");
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-08T06:10:12+00:00Added an answer on June 8, 2026 at 6:10 am

    Maybe this can help you. It’s a working example of an ajax-request which is nested in a handler.

    var deleteFoldersUrl = '<?php echo $html->url('/trees/delete/') ?>';
    
    function(){
                var n = tree.getSelectionModel().getSelectedNode();
    
                //FolderID
                var params = {'folder_id':n['id']};
    
                Ext.Ajax.request({
                    url:deleteFoldersUrl,
                    params:params,
                    success:function(response, request) {
                        if (response.responseText == '{success:false}'){
                            request.failure();
                        } else {
                            Ext.Msg.alert('Success);
                        }
                    },
                    failure:function() {
                        Ext.Msg.alert('Error');
                    }
                });
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm doing the following and always get green pins: pin.pinColor = MKPinAnnotationColorRed; [self.mapView addAnnotation:pin];
hi i have an array after doing explodes and other stuff in a following
I am doing some uploading stuff in iphone this time. This is absolutely first
I my index lets say I have field field named full_name. I'm doing following
While doing the following simple example, I found the following difficulties As the title
After doing the following test: for( i = 0; i < 3000000; i++ )
I'm currently doing the following to compensate for boolean's not mapping well to radio
I need help doing the following: a preprocessor macro label(x) shall output #x, e.g.,
I'm currently doing the following as part of my iPhone application NSArray *paths =
I find myself doing the following a lot, and i don't know if there

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.