 | |  | | | Photopost Pro Installation & Upgrades If you're having install or upgrade problems |
March 8th, 2005, 12:48 AM
|
#1 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
| Private Album - new problem
Michael:
The following code you provided works - list the private album for visitors with a lock cover image. However I got a new problem, which is the owner him/herself cannot get into it in any way. If the owner click on the private album link, it always asks for password. Even if a correct password is entered, it is not let in. Not from album admin, not by entering the correct password....
URL: www.photozo.com/album/index.php
username: test
password: 1234
Please use this account to login and test a look at the Album Admin area.
Could you please help again? Thanks!
----------------------------------------
You can uncomment the lines in showgallery.php to put the lock back in place.
continue;
//$thumbrc = "<img src=\"{$Globals['idir']}/lock.jpg\" border=\"0\">";
//$thumbtag = "{$Globals['idir']}/lock.jpg";
to:
//continue;
$thumbrc = "<img src=\"{$Globals['idir']}/lock.jpg\" border=\"0\">";
$thumbtag = "{$Globals['idir']}/lock.jpg";
__________________
SP
Photopost 5.62
Last edited by pengrus; March 8th, 2005 at 01:08 AM.
|
| |
March 8th, 2005, 01:30 AM
|
#2 (permalink)
| | Senior Member
Join Date: Mar 2003
Posts: 1,296
|
Hi..
Just confirmed that bug, cheers, i'm sure Micheal will get on it asap.
-T
|
| |
March 8th, 2005, 01:27 PM
|
#3 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Glad to hear it is not my "own" problem. lol
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 05:23 PM
|
#4 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
That login does not work for me.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 05:31 PM
|
#5 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
Let me ask you this - is it possible that the variable $password is being interfered with by your integration? Are you using vB3 or something?
I've tested this on my sites and I can get in fine; what it sounds like to me on your side is that the $password variable is being erased before we process it.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 05:48 PM
|
#6 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
| Quote: |
Originally Posted by Michael P Let me ask you this - is it possible that the variable $password is being interfered with by your integration? Are you using vB3 or something?
I've tested this on my sites and I can get in fine; what it sounds like to me on your side is that the $password variable is being erased before we process it. | Michael,
I do not understand your question. Is there a switch in admin control panel that enables vb3? I have phpbb. Where should I check?
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 05:50 PM
|
#7 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
No, I just thought you might be using vB3. Something must be interfering with the $password variable as it works on my setup with no problem. I tried to test on yours, but the userid didn't work.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 05:55 PM
|
#8 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Michael,
I checked the admin panel on Integration section and the VB3 and VB2 integration is off. See attached image.
Is this possible related to phpbb and pp login integration as I reported in this thread? PP 5.0 integration and Phpbb 2.012
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 06:22 PM
|
#9 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
I dont think it has anything to do with the integration - I was only mentioning if you were using vB3, which you aren't, that vB3 might be interfering.
Since I cant login to your site, I cant check it on yours.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 06:25 PM
|
#10 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 06:36 PM
|
#11 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Michael,
You can still get to the gallery by loging in through forum first: http://www.photozo.com/forum/login.php
username: test
password: 1234
Then click on the Gallery link on the top menu, you will be logged in PP automatically.
Yes, your work.
Toney, will you also provide your login so Michael can take a look ? Thanks!
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 06:48 PM
|
#12 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
Are you using a PHP header that executes any code proper to PhotoPost loading the page? As I said, it looks like the $password variable is being erased.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 06:51 PM
|
#13 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
What is php header? Probably the only change is I enabled gzip... Should that matter?
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 06:54 PM
|
#14 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
The header you are including - is it an html file or a php file?
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 07:01 PM
|
#15 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
It is named as header.htm. But here is the complete code: how to get rid of Extra Space in header
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 07:47 PM
|
#16 (permalink)
| | PhotoPost Developer Verified Customer
Join Date: Jan 2002
Posts: 11,858
|
It appears you have a couple issues:
. Your gallery/forum logins are screwy - I'd suggest a domain setting of nothing, just ""
. Something about your setup is blanking out the password variable, but I dont know what.
If you want to PM me SSH info for your server, I'd be glad to take a look; but without direct access there isn't much I can tell beyond that.
__________________ Please do not PM me for support or sales questions. Thank you for your understanding. |
| |
March 8th, 2005, 08:45 PM
|
#17 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
I set it blank of cookie domain, and it won't let me login the gallery at all. Which file to change if I need to revert it back?
Do you need the server's control panel login?
__________________
SP
Photopost 5.62
|
| |
March 8th, 2005, 09:28 PM
|
#18 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Sent you the access info.
I managed to log back in. Only the following setting works:
Path: /
Prefix:
Domain name: .photozo.com
If I put a photozo.com as the cookie prefix, it does not let me login at all a few minutes ago. I played with mysql and made the change to the above which let me login again...
__________________
SP
Photopost 5.62
|
| |
March 9th, 2005, 02:55 PM
|
#19 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Michael, any update on this? Thanks!
__________________
SP
Photopost 5.62
|
| |
March 9th, 2005, 10:47 PM
|
#20 (permalink)
| | Senior Member Verified Customer
Join Date: Dec 2002 Location: San Francisco
Posts: 600
|
Is it because my membership access expired that I don't get reply all of sudden? or you are working behind the scenes?
I just renewed the memebership access a few minutes ago. Michael, I also pm'd you the access information. Please help when you get time. Many thanks!
__________________
SP
Photopost 5.62
|
| | |
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 05:27 PM. | |