close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Sometimes not going to database

Thread began 11/04/2010 2:40 pm by wbrooks199805 | Last modified 11/30/2010 10:26 am by Jason Byrnes | 3210 views | 17 replies |

wbrooks199805

Sometimes not going to database

Hi,
I have been having problems with info not posting to the detail page and database. I have attached the insert and registration page along with a screen shot that some people are getting.

Is this a server issue between the database server and the website server or is this something in the code?

Attached Files
Archive.zip
Sign in to reply to this post

Jason ByrnesWebAssist

where it only happens sometimes, i would guess they are uploading a large file and the max execution time is being excedded, or the post max size is being exceeded.

i would try changing:

php:
<?php

// WA Set Server Timeout
if(abs($WA_DFP_UploadStatus["WA_UploadResult1"]["statusCode"]) != 1){
    
set_time_limit ("300");
}
?>




to:

php:
<?php

// WA Set Server Timeout
if(abs($WA_DFP_UploadStatus["WA_UploadResult1"]["statusCode"]) != 1){
    
set_time_limit (0);
?>




and try changing the post max size in the php.ini file.

Sign in to reply to this post

wbrooks199805

Parse error

or something like that..I just deleted that completely.

Sign in to reply to this post

Jason ByrnesWebAssist

OK, is it working for you now?

Sign in to reply to this post

wbrooks199805

I am not sure

Its not always populating to the details page from what the client is saying but it is going to the database. But the image some times does not upload which is in the other thread. I think it is interrelated.

Sign in to reply to this post

Jason ByrnesWebAssist

OK, lets get the image issue solved first before looking into this one.

Sign in to reply to this post

wbrooks199805

internet explorer

Okay the blue screen is only in Internet explorer. Why is not posting in IE?

I rebuilt the page to be sure and its saying "no record found" on the godaddy server.

But on my remote server on IE, It works fine. I am using an older php then on godaddy. Godaddy has php5. Also, I am using 2.07 dataassist but it doesn't look the same as what's on your website. I tried both php4 and 5 and its not working.."no record found"

Sign in to reply to this post

Jason ByrnesWebAssist

the blue screen? I'm not sure what you mean by this.

is the record being inserted to the database?

Is the image uploading successfully?

We need to fix that problem before tackling this one.

Sign in to reply to this post

wbrooks199805

Please read

The upload image is NOT related to this. Its a totally different issue.

Internet Explorer is showing "No record found" on the details page. Details are going to database (except sometimes the image is not) HOWEVER, Safari, Firefox and Chrome never show "no record found".

Sign in to reply to this post

Jason ByrnesWebAssist

I _did_ read your message, but found it it very confusing to follow the question being asked. I have no idea what you mean by the "Blue Screen", please explain what you mean by the blue screen.

Looking at the insert page attached to the first message, perhaps try changing the trigger for the insert record behavior to use the same any form post as the email behavior.

if that does not work, try changing the following line:

php:
if ($GoToPage!="")     {

    header("Location: ".$GoToPage);
  }



to;

php:
if ($GoToPage!="")     {

    session_commit();
    header("Location: ".$GoToPage);
  }
Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...