PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Photopost Pro Bug Reports (http://www.photopost.com/forum/photopost-pro-bug-reports/)
-   -   Odd Redirect Problem (http://www.photopost.com/forum/photopost-pro-bug-reports/116099-odd-redirect-problem.html)

vonedaddy October 10th, 2005 05:17 AM

Odd Redirect Problem
 
I have a new install of vb3 with photopost integration. I use photopost as my main index page. The following problem happens once in a while with different users.

When a user logs in they receive the Thank You for logging in username, You will be redirected, blah, blah blah.

Then the home page appears for 2 seconds and they are redirected to profile.php but it says No input file specified.

Any ideas?

BTW, it happens on opera, firefox and IE.

www.candidcaboose.com

quasan November 24th, 2005 06:33 PM

args.. i hat that problem once and solved it.. but i cannot remember.
since the last gallery & vb upgrade i have this error again :(

quasan November 24th, 2005 06:45 PM

found something
 
I captured the html source before the redirect happens.. and i found this

Code:

Content visible to verified customers only.
it seems like the vbulletin DST correction gets into photopost and redirects to the profile.php...

this code should'nt be there in the gallery?...

Chuck S November 24th, 2005 07:20 PM

That code is not in the gallery HMM

quasan November 24th, 2005 07:26 PM

I know that the code is not from PP...
it's from VB, but it was in my photopost rendered index.php

the question is how did it get there... through the PP <> VB integration?
I didn't put this into my pp files...

Chuck S November 24th, 2005 07:41 PM

Exactly it is loaded no doubt in the vb3 header. I would have to do some testing to comment further on this.

quasan December 9th, 2005 08:25 AM

http://www.vbadvanced.com/forum/showthread.php?t=10374

they got the same problem with their vbcmps script

the dst redirect comes from the vb3 footer...

and here from the vbulletin forum

"The reason it's redirecting to a page that doesn't exist is because your index page isn't in your vBulletin directory. It'll work properly in your forums directory."

please fix the integration... :)

Chuck S December 9th, 2005 08:47 AM

Well there has to be a setting in vb to turn that off but in our header-inc.php you can try replacing the autorewrite code to this

Code:

Content visible to verified customers only.

quasan December 10th, 2005 03:19 AM

the vb problem is, that you cannot disable the summertime settings for already existing users.

here is the sql query, if someones wants to disable this:

Automatic Summertime Detection
on: UPDATE user SET options=options + 64 WHERE NOT(options & 64)
off: UPDATE user SET options=options - 64 WHERE options & 64

Summertime Correction:
on: UPDATE user SET options=options + 128 WHERE NOT(options & 128)
off: UPDATE user SET options=options - 128 WHERE options & 128

Cloud July 8th, 2006 06:13 AM

This also seems to be an issue in PP Classifieds.

Chuck S July 8th, 2006 08:17 AM

Yes you need to edit whichever template the dstform is and make the call to profile.php a full url


All times are GMT -5. The time now is 09:13 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97