PDA

View Full Version : WA_SecurityAssist/WA_RandomPassword.php error


christerfredrickson378535
05-09-2009, 08:58 AM
Hello Folks,

I need help please with an error. I did the set-up solution 3 times to the T and still get this error when I try to login:

Warning: require_once(WA_SecurityAssist/WA_RandomPassword.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/m/a/r/marla007/html/signup_EmailPW.php on line 3

Fatal error: require_once() [function.require]: Failed opening required 'WA_SecurityAssist/WA_RandomPassword.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/m/a/r/marla007/html/signup_EmailPW.php on line 3

Anyone have any ideas? I thank you in advance.

Ray Borduin
05-11-2009, 08:03 AM
It means the file referenced wasn't uploaded to the server:

WA_SecurityAssist/WA_RandomPassword.php

Make sure that file exists and is uploaded and the error should go away.

christerfredrickson378535
05-11-2009, 02:14 PM
Yup, I sent in a ticket and they told me this was a common error and sent me the files to put them in manually.

Now, when I login (with correct login info) I get sent to the forgot email page and I'm asked for me email so that I may be sent a new password. After submitting my email I still do not get an email.

Any ideas why?

Thanks for your time,

Christer

Ray Borduin
05-11-2009, 02:51 PM
Spam blocking is a likely culprit if you have no errors.

paul377172
05-14-2009, 04:07 PM
I'm getting the same problem with the asp version. The include files aren't being generated.

<!--#include file="../WA_SecurityAssist/WA_SHA1Encryption_vb.asp" -->
<!--#include file="../WA_SecurityAssist/WA_RandomPassword_vb.asp"-->


The error on the webpage

is Active Server Pages error 'ASP 0126'

Include file not found

/manageproducts/users_Registration.asp, line 2

The include file '../WA_SecurityAssist/WA_SHA1Encryption_vb.asp' was not found.

Ray Borduin
05-15-2009, 06:17 AM
You can search your computer for those files and copy them to the correct location manually.

Another option is to add a binding to a page using the random password and encryption formats. It should move those files to the correct location whenever the binding is used, it may not have worked when you applied it for some reason... did you use the bindings panel?

You can either find and move the files manually or try using the binding a couple of times and hopefully it will work.

paul377172
05-16-2009, 01:59 PM
Thanks I put the support ticket in and they sent me the files. Having read one of your other threads I wanted to have an email sent to the person who registers and for them to activate by clicking on a link in the email. I figured you needed to use securityassist to create a random password and use dataassist to store that password using insert record, but my problem is that I can't seem to get universal email to work with the registration page created by security assist. I've tried using both asp mail and asp email and its not a spam thing because I've it with data assists forms and forms created with dreamweaver and they all work with universal email. Is there any reason why its not working with security assist registration form. I thought it might be form action but when i left it blank it still didn't send.

Thank you

paul377172
05-17-2009, 02:58 PM
Its ok I sorted that out by putting the UE code at the top of the page

Andrew Read
04-07-2010, 02:34 PM
This is yet another "known issue" that should be put into the known issues folders...! Along with the required files.

These files were put into the completley wrong folder by Security Assist...

When will this be fixed?

Ray Borduin
04-13-2010, 09:19 AM
Any issues found in Security Assist will be fixed in the next update. What is the exact issue you ran into, I'll make sure it was logged as a bug and can be addressed.

Andrew Read
04-13-2010, 11:27 AM
I had exactly the same issue as everyone else here. Security assist put the .php files into the incorrect folder. A manual installation of the files into the correct folder was required.

Why is the fact that this happens not in the "Known Issues" for this extension? Why are the .php filea not included as a download for this extension?

Once again, multiple people are having this issues (as seen here on the forums) yet there is no mention of it in the "Known Issues" section of the website for this extension... so the users are left to search and figure out what was wrong themselves...!