close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

PS4.5 email verification incomplete

Thread began 4/26/2011 7:32 am by info345659 | Last modified 7/19/2011 9:54 am by Jason Byrnes | 3330 views | 5 replies |

info345659

PS4.5 email verification incomplete

the verification email link is incomplete, does not verify properly. This is what is sent;

Thanks for registering at ...

Please follow the link below in order to verify this email address:

users_confirm.php?ID=&code=

The person could click through and get a thank you message however, In the admin panel it reveals the email has NOT been verified.

Sign in to reply to this post

Jason ByrnesWebAssist

try adding the following code to line 1 of the users_registration.php page:

php:
<?php @session_start(); ?>



you may also want to edit the WA_SecurityAssist/helper_PHP.php file. change line 4-6:

php:
if (!isset($_SESSION)) {

    session_start();
}



to:

php:
@session_start();
Sign in to reply to this post

info345659

This post has been deleted.

Ben Pleysier

Jason,

I have done what you have suggested, but still I get

Thanks for registering at Tobaccoblends.com.au.
Please follow the link below in order to verify this email address:
users_confirm.php?ID=&code=

Sign in to reply to this post

Jason ByrnesWebAssist

in the WA_Universal_Email/Email_Templates/registration.php file, change line 15:

php:
<?php echo($WAGLOBAL_Root_URL); ?>users_confirm.php?ID=<?php echo($row_WAATKusers['UserID']); ?>&code=<?php echo($row_WAATKusers['UserVerificationCode']); ?>



to:

php:
<?php echo($WAGLOBAL_Root_URL); ?>users_confirm.php?ID=<?php echo($_SESSION["UserID"]); ?>&code=<?php echo($_SESSION["randomConfirm"]); ?>
Sign in to reply to this post

Ben Pleysier

Jason,

You guys rock!!!

Thank you very much for the prompt reply and, above all, IT WORKS!

Sign in to reply to this post

Jason ByrnesWebAssist

you're welcome.

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