close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Validation errors showing when page is first opened - blank page on server

Thread began 2/22/2010 8:16 pm by roger391472 | Last modified 2/23/2010 11:20 am by Eric Mittman | 1191 views | 5 replies |

roger391472

Validation errors showing when page is first opened - blank page on server

I started this as a new thread since it seems to be a separate problem. I built another page using the same method that I had earlier today where everything now works fine. I just built a new page and I can't keep it from displaying the validation errors when the page first opens.

I haven't tried turning on error reporting yet but I uploaded it to my server in hopes that you could view it but it's just a blank page when it's live so obviously there must be some php problems. Let me know if you want me to post or send the code somehow, it's a little over 1,000 lines so I didn't want to post it here.

Here's the sequence I used on the last time I rebuilt the page so I want to confirm that I at least have that correct.

I applied the recordset to the page first and then built the form. When the form builds it seems to apply the server behaviors OK but if I preview the page in the browser these errors show up even before I apply the insert record behavior or anything else.

Your help would be greatly appreciated as I've got to get this site live by MArch 1st.

Thanks,

Sign in to reply to this post

roger391472

getting weirder

This is really getting weird now. I closed DW for a bit and when I came back to it the page was displaying fine on the localhost without any validation errors.

It still won't display on the host server though and I'm pretty sure I uploaded all the dependent files that would be needed. I uploaded:

Spry Assets Folder
CSS Form Builder folder
WA_DataAssist folder
WA_ValidationToolkit
plus an external css file for the page

Anyone see anything I could have missed? I can't upload the entire site.

Thanks,

Sign in to reply to this post

Eric Mittman

You should just add in some php to the top of this page to turn on error reporting temporarily while you are debugging this page.

php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on');
?>



Give this a try and if the error is not something obvious to you let us know.

Sign in to reply to this post

roger391472

Hi Eric,

I did that on the local server and it didn't report anything but I'm going back to do it again and upload to the host.

I used this one but I'll switch to your code.
ini_set('display_errors',1);
error_reporting(E_ALL|E_STRICT);

I put it on the page that's not displaying and also,
WAVT_ValidatedForm_PHP.php
WAVT_Scripts_PHP.php

Are there any others that I should add it too?

Thanks,

Sign in to reply to this post

roger391472

Hi Eric,

Got it, it was a mysql connection problem, forgot to change the login.

Thanks for the help,

Roger

Sign in to reply to this post

Eric Mittman

Good catch, let us know if you have any further questions or run into any problems.

Sign in to reply to this post

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...