![]() |
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 |
args.. i hat that problem once and solved it.. but i cannot remember. since the last gallery & vb upgrade i have this error again :( |
found something I captured the html source before the redirect happens.. and i found this Code: Content visible to verified customers only.this code should'nt be there in the gallery?... |
That code is not in the gallery HMM |
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... |
Exactly it is loaded no doubt in the vb3 header. I would have to do some testing to comment further on this. |
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... :) |
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. |
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 |
This also seems to be an issue in PP Classifieds. |
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