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 8303121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T17:26:57+00:00 2026-06-08T17:26:57+00:00

Hi all I am creating an application and I am trying to store user

  • 0

Hi all I am creating an application and I am trying to store user details on a mysql database using android as front end and JSON/php to post email address, first name, last name etc.

When I try to store/post data I get the following logcat output log, can anyone suggest any tips through better interpretation of the log. Note I have declared ‘Email_address’ in ‘index.php’.

07-29 19:20:48.463: E/JSON(340): <br />n<font size='1'><table class='xdebug-error xe-notice xe-scream' dir='ltr' border='1' cellspacing='0' cellpadding='1'>n<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> SCREAM: Error suppression ignored for</th></tr>n<tr><th align='left' bgcolor='#f57900' colspan="5"><span style='background-color: #cc0000; color: #fce94f; font-size: x-large;'>( ! )</span> Notice: Undefined index: Email_address in C:\wamp\www\socialeyes\index.php on line <i>57</i></th></tr>n<tr><th align='left' bgcolor='#e9b96e' colspan='5'>Call Stack</th></tr>n<tr><th align='center' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Time</th><th align='left' bgcolor='#eeeeec'>Memory</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>Location</th></tr>n<tr><td bgcolor='#eeeeec' align='center'>1</td><td bgcolor='#eeeeec' align='center'>0.0019</td><td bgcolor='#eeeeec' align='right'>267768</td><td bgcolor='#eeeeec'>{main}(  )</td><td title='C:\wamp\www\socialeyes\index.php' bgcolor='#eeeeec'>..\index.php<b>:</b>0</td></tr>n</table></font>n{"tag":"register","success":0,"error":2,"error_msg":"User already existed"}n

07-29 19:20:48.481: E/JSON Parser(340): Error parsing data org.json.JSONException: Value <br of type java.lang.String cannot be converted to JSONObject
07-29 19:20:48.481: D/AndroidRuntime(340): Shutting down VM
07-29 19:20:48.491: W/dalvikvm(340): threadid=1: thread exiting with uncaught exception (group=0x40015560)
07-29 19:20:48.523: E/AndroidRuntime(340): FATAL EXCEPTION: main
07-29 19:20:48.523: E/AndroidRuntime(340): java.lang.NullPointerException
07-29 19:20:48.523: E/AndroidRuntime(340):  at wavedevelopment.socialeyes.RegisterActivity$1.onClick(RegisterActivity.java:78)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.view.View.performClick(View.java:2485)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.view.View$PerformClick.run(View.java:9080)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.os.Handler.handleCallback(Handler.java:587)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.os.Handler.dispatchMessage(Handler.java:92)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.os.Looper.loop(Looper.java:123)
07-29 19:20:48.523: E/AndroidRuntime(340):  at android.app.ActivityThread.main(ActivityThread.java:3683)
07-29 19:20:48.523: E/AndroidRuntime(340):  at java.lang.reflect.Method.invokeNative(Native Method)
07-29 19:20:48.523: E/AndroidRuntime(340):  at java.lang.reflect.Method.invoke(Method.java:507)
07-29 19:20:48.523: E/AndroidRuntime(340):  at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:839)
07-29 19:20:48.523: E/AndroidRuntime(340):  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:597)
07-29 19:20:48.523: E/AndroidRuntime(340):  at dalvik.system.NativeStart.main(Native Method)
07-29 19:20:50.981: I/Process(340): Sending signal. PID: 340 SIG: 9
  • 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-08T17:26:58+00:00Added an answer on June 8, 2026 at 5:26 pm

    There are some errors and notices in your script output and you have the xdebug extension which is trying to make them look pretty by wrapping them in HTML.
    You can check your server’s php error log or maybe try to copy this and paste it into a HTML file (with a little luck you might be able to read it).

    You are only interested in the 1-st line.

    SCREAM: Error suppression ignored for( ! ) Notice: Undefined index: Email_address in C:\wamp\www\socialeyes\index.php on line 57nCall Stackn#TimeMemoryFunctionLocationn10.0019267768{main}( )..\index.php:0nn{“tag”:”register”,”success”:0,”error”:2,”error_msg”:”User already existed”}

    Apparently there is an Undefined index: Email_address in C:\wamp\www\socialeyes\index.php on line 57

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm Writing a facebook application using the Java-facebook-api and MySQL 5.1. I'm trying to
I am creating a calculator application for all types of mathematical algorithms. However, I
I am creating a moderating application in which i need to fetch all the
I'm creating a log system ('outside' the application) that logs all the click on
I'm using CoreData (with SQLite as the store) in an iOS 4 iPhone application
I'm creating an application that I want to run on either MySQL or SQL
I am creating a Facebook application that will download all the photos in an
I'm creating a whiteboard application using SVG in HTML5, and javascript to manipulate the
I’m creating an application that uses Core Data to store information and uses web
I am trying to build a WPF application using the MVVM pattern. It would

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.