 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
March 3rd, 2005, 07:51 PM
|
#1 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 8
| PP5-New Install- Register Problems- no Integration
Hi all,
I have just upgraded from pp4.2 to pp4.8 a week ago. ...no problems running a New Installation.
However when I installed pp5 yesterday, doing a new installation, I could not log in the admin. I checked the database in phpmyadmin and could see that I was recognized as a user, but i noticed that my password was not encoded. I reset my password through .../member.php?ppaction=forgot link. This password was encoded in the database column and And now i can login.
I am now having problems with registering as a new user. I keep gettiing this error:The password does not match the password verification field. But it does believe me. I have tried dozens of times. The last time I tried I encountered this error: Warning: main( .../languages/english/english.php): failed to open stream: No such file or directory in .../register.php on line 287
and Warning: main(): Failed opening '/.../languages/english/english.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in .../register.php on line 287
And it verified my registration. Sending me this email with no link Thanks for registering at .
In order to activate your account, which will enable you to upload photos and post comments (if
the site allows comments), you must click on the link below or copy and paste it into your browser:
/register.php?ppaction=vfy&uid=&knum=
Thanks!
The Team
Is this a cookie issue?
I am running PP solo...no integration.
Any help would be appreciated
thanks
|
| |
March 3rd, 2005, 09:31 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
It is a browser password cache issue I would think.
I have had this happen on one brower and I open another type since I have 3 types of browsers and it would work. Always comes down to a cache issue
|
| |
March 3rd, 2005, 11:18 PM
|
#3 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 8
|
thanks for your reply
I tried Mozilla Firefox 1.0, IE 6, Nav 7.1. Same error. No luck
|
| |
March 3rd, 2005, 11:57 PM
|
#4 (permalink)
| | Junior Member Verified Customer
Join Date: Mar 2004
Posts: 8
| Warning: main( .../languages/english/english.php
I created a subfolder to languages called english and copied english.php to it. working just fine now. No more Warnings or blank emails.
I still cannot register as a new user or log in as another user if i have cookies stored. Is this normal?
thanks again
|
| |
March 4th, 2005, 12:33 AM
|
#5 (permalink)
| | Senior Member
Join Date: Mar 2003
Posts: 1,319
|
Hi..
I would completely clear all cookies and cache, hopefully will solve this matter.
-T
|
| |
March 4th, 2005, 10:35 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
What is your path set to in admin config where it is looking for the program files?
... definately looks off to me
|
| |
March 5th, 2005, 02:37 PM
|
#7 (permalink)
| | Member Verified Customer
Join Date: Feb 2004
Posts: 117
|
I am experiencing the exact same issue. I am trying to run with PPs registration system and if I log off the admin, then I am out of luck getting back on, and no one else can register because it says the passwords don't match.
|
| |
March 5th, 2005, 03:12 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
| |
| |
March 5th, 2005, 08:37 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Feb 2004
Posts: 117
|
I am still having the problem with:
The password does not match the password verification field.
|
| |
March 5th, 2005, 08:45 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
Thats a cache issue with your browser. Clear cache and cookies
|
| |
March 13th, 2005, 11:33 AM
|
#11 (permalink)
| | Junior Member Verified Customer
Join Date: Feb 2005
Posts: 19
|
I have cleared the cache and the cookies and still have the same error that the user pasword does not match, during the registration process
|
| |
March 13th, 2005, 11:57 AM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
try another browser or clear any saved password history for the browser. Your browser is autofilling in another entry.
Our coding is pretty absolute in this regard
if ($password != $passwordconfirm) $reason .= "<li>The password does not match the password verification field.";
If they do not match this message appears so they can not be the same. Once your cookies cache and saved password for the site is removed from browser settings you should be fine.
|
| |
March 13th, 2005, 01:47 PM
|
#13 (permalink)
| | Member Verified Customer
Join Date: Jun 2003
Posts: 41
|
Could the problem have something to do with the fact that PP generates a "password" cookie that is never cleared?
You can see for yourself by logging in pp with any account that works and then logging out. Next go to the login screen and click on the login problems link. You should now see a "password" cookie containing the password of the last login.
I believe that the cookie is interfering with the password that is used at login. I also believe that it is part of the problem with people being unable to access private albums as well.
|
| |
March 13th, 2005, 02:04 PM
|
#14 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
We dont generate any cookies named password with our product. Thats a browser setting
Any cookies we set in our product are clearly outlined in the forum integration file you are running under the function login.
I know what your talking about but that as stated is your browser saved passwords setting and yes it could wreac havok on your site.
|
| |
March 13th, 2005, 02:10 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Jun 2003
Posts: 41
| Quote: |
Originally Posted by omegatron We dont generate any cookies named password with our product. Thats a browser setting
Any cookies we set in our product are clearly outlined in the forum integration file you are running under the function login.
I know what your talking about but that as stated is your browser saved passwords setting and yes it could wreac havok on your site. | Look at pp-inc.php line 47. |
| |
March 13th, 2005, 02:43 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
RIGHT THATS FOR THE album password but I see what your getting at. Its new for 5.0
Your saying and I follow you now that the on an internal install the user's password and the album password are conflicting.
|
| |
March 13th, 2005, 02:50 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Jun 2003
Posts: 41
|
The issue also exists with PHPBB integration.
|
| |
March 28th, 2005, 11:25 PM
|
#18 (permalink)
| | Junior Member Verified Customer
Join Date: Jul 2003 Location: In your Dreamz!
Posts: 13
|
AND VB3 integration.
|
| |
March 29th, 2005, 01:18 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,683
|
I dont think so
This was corrected with 5.02 the cat password is named something entirely different and no conflict
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 04:16 AM. | |