close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Users Registration Form

Thread began 5/09/2011 3:48 pm by glozinski107205 | Last modified 5/10/2011 12:21 pm by Jason Byrnes | 1643 views | 5 replies |

glozinski107205

Users Registration Form

I have the Power Store 4.5 updated. I have this extension=php_gd2.dll unchecked, however, still cannot view this page as I believe it has something to do with the captcha and yet previous Power Store worked...I have also upgraded to CSS Form Builder 2.01 Beta and tehn upgraded HTML Editor 3.0....Not sure where to look next. thank you in advance

Sign in to reply to this post

Jason ByrnesWebAssist

add the following code to line 1 of the registration page:

php:
<?php

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




and send a link where I can see the problem.

Sign in to reply to this post

glozinski107205

Originally Said By: Jason Byrnes
  add the following code to line 1 of the registration page:
php:
<?php

error_reporting
(E_ALL);
ini_set('display_errors','on'):changed to semicolon for it to work
?>



and send a link where I can see the problem.  



error Fatal error: Cannot redeclare ValidatedField() (previously declared in C:\inetpub\wwwroot\ps4\WA_ValidationToolkit\WAVT_ValidatedForm_PHP.php:5) in C:\inetpub\wwwroot\ps4\webassist\form_validations\wavt_validatedform_php.php on line 21

here is the page
<?php
if (!session_id()) {
session_start();
}
function ValidatedField($page,$field) {
$theFields= "";
$retVal = "";
if (isset($_SESSION["WAVT_".$page."_Errors"])) {
$theFields = "&".$_SESSION["WAVT_".$page."_Errors"];
}
if (strpos($theFields,"&WAVT_".$field."=") !== false) {
$retVal = substr($theFields,strpos($theFields,"&WAVT_".$field."=")+strlen("&WAVT_".$field."="));
}
if (strpos($retVal,"&WAVT_") !== false) {
$retVal = substr($retVal,0,strpos($retVal,"&WAVT_"));
}
if ($retVal == "" && $page == $field) {
$retVal = ValidatedField($page,$field."_Errors");
}
return $retVal;
}

?>
thank you

Sign in to reply to this post

Jason ByrnesWebAssist

this error means that there are 2 lines on the page to include the wavt_validatedform_php.php file, remove one of them

Sign in to reply to this post

glozinski107205

Originally Said By: Jason Byrnes
  this error means that there are 2 lines on the page to include the wavt_validatedform_php.php file, remove one of them  



that did not work so I reinstalled the powerstore files and voila now having issues with Admin not saving...any suggestions
Thank you

Sign in to reply to this post

Jason ByrnesWebAssist

See this post:
showthread.php?t=19887

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