php page blank after submit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wizardry
    New Member
    • Jan 2009
    • 201

    php page blank after submit

    hello -

    the page in question is a signup page, it works fine on my testing and development server.

    I have uploaded to the production server and it is going to a blank page after submit was entered.

    It will process one insert query. and that is it.

    there are no errors given. for mysql or php.

    i have checked the php.ini file i have it set the same elements for test server.

    also i removed the custom error message and inserted the mysql_error(), still blank/no errors displayed. which leaves me to think its the ini file for php.

    ----- brief on member signup forms

    it has 7 querys to process.


    thanks in advance for your help.
  • senthilt
    New Member
    • Mar 2010
    • 4

    #2
    This might be very small issue, just check the recently changed lines, and check the syntax.
    Could be semicolon missing or close bracket/paranthesis missing.

    Senthil

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      We're going to have to see your code if we're to help.

      Comment

      • wizardry
        New Member
        • Jan 2009
        • 201

        #4
        i've found the error. thanks for the response.

        the error is with the multiple db users.

        ok, for dev, pre testing, now its passed the needed stages i've added the other users needed.

        is their something that i need to add to php.ini to allow this?

        thanks in advance for your help.

        Comment

        Working...