 | |  | | | ReviewPost Bug Reports Let us know about any post installation problems you are having with ReviewPost. |
September 17th, 2005, 01:42 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
| RP 3.01 - Search and Edit Profile Possible Bugs(FIXED)
We are running RP 3.01 and using all of the new files with mod date of 9/12 (around 7:47 AM). That appears to be the latest incarnation of the build as I just downloaded the file and the mod dates are the same.
A few potential issues from our tests of the user interface:
While in the edit profile section for a specific user:
The 'Change Password' link returns:
Script not called correctly. Navigate to a specific product, then click on the edit link.
so we are unable to update user passwords.
Additionally, the:
'Time Zone offset'
field doesn't seem to 'stick' Regardless of what I put in, when I revisit the page it is back on 0 (not a caching issue).
__
Search:
If I search for a keyword with only 'search reviews' selected under keywords and with a name entered in 'search by username', the resulting user reviews link (from the user name) has:
showphoto.php?photo=X
which returns a 404 since there is no showphoto in RP.
If I search reviews only and specify a date range, it pulls back reviews outside of said date range with the specified keyword (same for week, month, etc.).
The Select categories section only shows 'all categories' and not the individual categories.
__
For the recent products links:
Recent Products: last day *last 7 days *last 14 days *all products
all bring back products that were posted outside of the specified date range.
Thanks.
|
| |
September 17th, 2005, 02:05 PM
|
#2 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
One additional one:
Forgot Password off of the logon screen also returns the
'Script not called correctly. Navigate to a specific product, then click on the edit link.'
message.
|
| |
September 19th, 2005, 06:43 PM
|
#3 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
search showphoto thing Code: Content visible to verified customers only.
|
| |
September 19th, 2005, 07:00 PM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
will need to investigate the others
|
| |
September 20th, 2005, 02:10 PM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks, look forward to what might turn up.
|
| |
September 20th, 2005, 02:22 PM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
The forgot password thing what integration you using so I can pop a test install up as I dont get any issue with it $ppaction == "forgot" is clearly defined
|
| |
September 20th, 2005, 02:25 PM
|
#7 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
date range thing is easy in showcat.php add the code in bold
typecast($_REQUEST, array('limit' => STRING, 'myzipcode' => INT, 'si' => STRING, 'name' => STRING, 'cat' => STRING, 'catp' => STRING, 'page' => INT,
|
| |
September 20th, 2005, 02:33 PM
|
#8 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks.
I'm using the stock reviewpost integration (with reviewpost.php in the forums folder).
|
| |
September 22nd, 2005, 11:37 AM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Any update on the remaining issues?
Thanks.
|
| |
September 22nd, 2005, 12:47 PM
|
#10 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
I already answered two out of the three issues you have and as far as the forgot thing I have yet to replicate that
|
| |
September 22nd, 2005, 02:05 PM
|
#11 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
omegatron:
Thanks, I was only inquiring about the remaining issues, not the ones that were already answered.
Not sure which three total issues you are meaning but the remaining issues from my first two posts (other than the forgot and change password which I assume are a similar issue): Time zone offset not sticking and the select categories in search only showing 'all categories' (unless of course one of the other fixes is related to those as well).
Thanks.
|
| |
September 22nd, 2005, 03:05 PM
|
#12 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
Okay well the missing issue here is the timezone then
IN member.php and register.php add bold to the line
typecast($_POST, array('offset' => INT, 'editemail' => STRING, 'editemailconfirm' => STRING, 'editbio' => STRING, 'editbirthday' => STRING,
|
| |
September 22nd, 2005, 03:07 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
As far as your forgot password I dont see an issue. Your welcome to go to my test site with clean 3.01 files and try and reproduce your issue. If I hit the forgot password button works fine http://www.omegatron.net/reviewpost |
| |
September 22nd, 2005, 04:06 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks.
Are you using the 9/12 member.php file? Looking at what is returned at the test site, it appears that the ordering is different. Have there been any changes to member.php since the files that were uploaded on the 12th?
That would seem to be the likely culprit.
|
| |
September 22nd, 2005, 04:46 PM
|
#15 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
I do not beleive there where any changes to member.php except the one I made to correct the offset variable on typecast which you reported.
You can download the build and upload the files to be sure as they contain anything you reported here
member.php
register.php
register.tmpl
search.php
showcat.php
should be all the files for what you reported
|
| |
September 22nd, 2005, 04:57 PM
|
#16 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks.
register.tmpl appears to be the same as the one from the 12th build so I swapped out the other four.
There was another code change in member.php and from what I can tell, that was the culprit. There was a chunk of code that was moved to a different place and that appears to be what was causing the incorrect script call.
After a quick test, everything seems to be resolved with the exception of:
__
If I search reviews only and specify a date range, it pulls back reviews outside of said date range with the specified keyword (same for week, month, etc.).
The Select categories section only shows 'all categories' and not the individual categories.
__
from my original post.
The date range for the recent products (7 days, 14 days etc. that references showcat) is working fine now but the date range from the search page itself still pulls back reviews outside of the defined range.
The select categories section on the search page still shows only 'all categories'.
|
| |
September 23rd, 2005, 07:24 AM
|
#17 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
Well the search by date thing includes quite a few changes. Will release the new files when I release 3.02
|
| |
September 23rd, 2005, 09:33 AM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks.
What's the ETA on 3.02?
|
| |
September 23rd, 2005, 10:02 AM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,685
|
Don't expect it to be long we are just waiting on vb35 final
If you email me I can send ya 302 if ya still have members access which I can check since you where one of my testers
It's just bug fixes rolled up plus alot of speed enhancements on queries elimating alot of memory requirements
|
| |
September 23rd, 2005, 11:49 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Jan 2002
Posts: 265
|
Thanks, email sent.
|
| | |
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 09:20 AM. | |