close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Fatal Error

Thread began 11/10/2013 2:43 am by savvy1297305 | Last modified 11/11/2013 1:44 pm by Jason Byrnes | 3210 views | 7 replies |

savvy1297305

Fatal Error

I have a form on one of my sites built with form builder and has been live and functioning correctly for well over 12 months, however just today the page the form is on wont display. A fatal error message comes up instead which mentions issues with line 9 but previously it was giving similar details about line 3 and 4.

Here is a link to the page and the error http://www.guidedpath.com.au/registration.php

Here is the code from the first few lines of the code concerned

<?php require_once("webassist/form_validations/wavt_scripts_php.php"); ?>
<?php require_once("webassist/form_validations/wavt_validatedform_php.php"); ?>
<?php require_once( "webassist/security_assist/helper_php.php" ); ?>
<?php require_once('Connections/guided_path.php'); ?>
<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
$WAFV_Redirect = "registration.php";
$_SESSION['WAVT_registration_145_Errors'] = "";
if ($WAFV_Redirect == "") {
$WAFV_Redirect = $_SERVER["PHP_SELF"];
}
$WAFV_Errors = "";
$WAFV_Errors .= WAValidateLE($_SESSION['captcha_Security_Code_1'] . "",((isset($_POST["Security_Code_1"]))?$_POST["Security_Code_1"]:"") . "",true,3);

Any help would be appreciated

Regards

Bruce

Sign in to reply to this post

Jason ByrnesWebAssist

the error is saying that the user name used for connecting to the mysql database server in the Connections/guided_path.php is not being accepted.

The connection details in the Connections/guided_path.php file need to be corrected.

Sign in to reply to this post

savvy1297305

Thanks Jason I can see that however to my limited knowledge on php etc I have never set this. Is it something form builder does automatically and if so how do I re set it

Sign in to reply to this post

Jason ByrnesWebAssist

No, it is not something form builder would have set automaticly, you would have needed to create a database conenction prior to running form builder.

in Dreamweaver go to Window -> Databases. in the databases tab, double click the guided_path database connection to edit it and change the settings used.

if you are not sure what settings should be used, contact the host.

Sign in to reply to this post

savvy1297305

Have done as you suggested - tested the connection in DW and it tests ok. Is this an issue with the host then?

Sign in to reply to this post

Jason ByrnesWebAssist

In DW, do you have the site definition set to connect to the local server for testing?

when you upload to the remote server, you need to update the connection for the remote MySQL Server, you wont be able to use the local MySQL Server on the remote server.

Sign in to reply to this post

savvy1297305

Now you are getting into unchartered waters for me so if I could go back a step and say that this page has worked fine for over one year now with no changes and it just stopped working and displaying that message.

I have made no changes and in any of the other forms I have set up using Form Builder there is no problem

Sign in to reply to this post

Jason ByrnesWebAssist

regardless of whether the page was working before or not, the error is saying that the connection details for connecting to the mySQL Server are not correct.

if you think they are correct, you should contact the host to determine why the mySQL Server is not accepting them.

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