Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 05-04-2009, 03:26 PM
mmurtha's Avatar
mmurtha mmurtha is offline
 
Join Date: Oct 2008
Location: New Springfield, Ohio
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Dan,

I am using VB 3.7.4 patch level 1 still and I did edit the footer template and put that code in, in the theme that is giving me the trouble a while ago, and just checked it again to revarify. But this correction did not solve the problem.

Here is the code that is in the template:
Quote:
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="do" value="dst" />
</form>

<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->

</script>
<!-- / auto DST correction code -->

</if>
I really need to get this problem resolved. Customers are complaining about it, and people are leaving the forum because they don't want to deal with this problem.

Can you suggest anything else?

Thanks ...
Reply With Quote
  #12  
Old 05-04-2009, 03:41 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

mmurtha, are you getting this error on all pages or on specific pages or what?
Reply With Quote
  #13  
Old 05-04-2009, 03:50 PM
KevinL KevinL is offline
 
Join Date: Apr 2005
Posts: 1,287
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is going to sound strange but do you have your usercp rewritten to something or something funky going on? You have every other page rewritten with vbseo to something else like member/list/ then you have the profile.php I'm just wondering if there is some conflict going on?

It seems to only happen on his usercp page.
Reply With Quote
  #14  
Old 05-04-2009, 04:01 PM
mmurtha's Avatar
mmurtha mmurtha is offline
 
Join Date: Oct 2008
Location: New Springfield, Ohio
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
mmurtha, are you getting this error on all pages or on specific pages or what?
Hey Lynne,

It's mainly happening when other users try to navigate with the user cp.


Kevin,
Quote:
This is going to sound strange but do you have your usercp rewritten to something or something funky going on?
No, not that I know of. I know I didn't rewrite it to anything.

I'm not sure what you mean by -
Quote:
You have every other page rewritten with vbseo to something else like member/list/ then you have the profile.php I'm just wondering if there is some conflict going on?
Can you explain it a little more?

Or are you talking about the VbSEO mod creating the trouble by rewriting the pages?

Thanks guys ...
Reply With Quote
  #15  
Old 05-04-2009, 04:05 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do you have a test login? And I only see one style on your site - is there another style that is working fine?
Reply With Quote
  #16  
Old 05-04-2009, 04:13 PM
mmurtha's Avatar
mmurtha mmurtha is offline
 
Join Date: Oct 2008
Location: New Springfield, Ohio
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne, try this dummy account:

Edited out for safty

And no, I disabled the default theme, so users can only use the custom theme.

Btw Kevin just created a new account, and I saw where he got the cookie error too when he tried going to the user cp.

It may be that he is using FF, and not IE. Most of the complaints that I get are from FF users.
Reply With Quote
  #17  
Old 05-04-2009, 04:29 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I logged on with that account... did you know that that user doesn't have permission to see the home page which is the page you are redirected to when you log in? http://marketersspaceforum.com/index.php So, you login and immediately get a No Permission error.

I clicked all around in the User CP and tried changing settings (don't worry, I set them back) and didn't get any error. So, is this an error that is only present for new registered users? (I am using FF.)
Reply With Quote
  #18  
Old 05-04-2009, 04:38 PM
mmurtha's Avatar
mmurtha mmurtha is offline
 
Join Date: Oct 2008
Location: New Springfield, Ohio
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Lynne,

No, I have the permissions on for all guests and users.

I know I just tried logging in with that account using FF too, and I got that error message. The page was redirected to:

.../forum/profile.php?do=dst

And no, new and old users using FF get this message.

Do you think you can find the problem if I let you in the admin cp?

I'd be willing to pay you something for the fix if you can. This one's been driving me, and everyone else on the forum craxy for the past month or so.
Reply With Quote
  #19  
Old 05-04-2009, 04:42 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am not getting a security token error when I log in. I am redirected to this page - http://marketersspaceforum.com/ - and told I have no permission. That is different than the security token error. I can try to click on the Home link, and I get the no permission error. This sounds like a problem with your vbadvanced (which I have no experience with).
Reply With Quote
  #20  
Old 05-04-2009, 04:58 PM
mmurtha's Avatar
mmurtha mmurtha is offline
 
Join Date: Oct 2008
Location: New Springfield, Ohio
Posts: 80
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is really odd because the permissions are set for users to see the home page, and I don't seem to be getting what you are getting with that account.

I had a user last eve that used FF with this problem, and I told her to clear her cache. She did, and it worked fine since. She didn't have a problem being redirected to the home page either after that.

Okay, can you do me another quick favort and try this new account to see if you come up with the same problem?

Edited out by me
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:55 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04012 seconds
  • Memory Usage 2,257KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete