vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > Troubleshooting & Problems

Closed Thread
 
Thread Tools Display Modes
  #21  
Old 07-05-2006, 09:02 PM
Itworx4me Itworx4me is offline
Senior Member
 
Join Date: May 2004
Posts: 145
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Tyegurl
when i try to install i get an Admin Hash mismatch.....log out try again and same thing....yes i have the most recent version for 3.6.0 any ideas?

Has anyone found a work around yet???

Thanks,
Itworx4me
  #22  
Old 07-05-2006, 10:37 PM
pennylessz28's Avatar
pennylessz28 pennylessz28 is offline
Web Developer
 
Join Date: Mar 2004
Location: Virginia Beach, VA, USA
Posts: 222
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Beller
will this require an upgrade of VBA?
or will the next vbulletin release address it?
This is a VBA problem, not vbulletin. I've noticed a few other things I've had to fix manually becuase VBA is written mostly to PHP4 standards.

It needs a serious overhaul. But Brian seems to be the only coder on this, and with his schedule, I don't know what the likely hood is that this will be solved within the next week.

Sorry for being a doubter, but I just am.
  #23  
Old 07-05-2006, 10:50 PM
Tyegurl Tyegurl is offline
Junior Member
 
Join Date: Mar 2006
Posts: 13
Default Re: vba cmps with 3.6.0 beta4

yes in the second or third post above it was stated that they wouldn't even look at it for a few days....

i am in no rush it was a test forum hoping to turn into the production forum at some point....so i will be patient
  #24  
Old 07-06-2006, 12:35 AM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: vba cmps with 3.6.0 beta4

For the time being you should be able to use this as a work around.

find in admincp/global.php
PHP Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 
'Admin Hash Mismatch';
    exit;

Change it too
PHP Code:
/*
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 'Admin Hash Mismatch';
    exit;
}
*/ 
This is just a guess, I haven't had a time to look at the code properly and to be honest im not exactly sure why vBa's admin panel is causing the problem.

As of right now this appears to be working.
__________________
Zachery
vBadvanced Support & SysAdmin


Last edited by Zachery; 07-06-2006 at 07:00 AM.
  #25  
Old 07-06-2006, 01:45 AM
Timewalk Timewalk is offline
Member
 
Join Date: Aug 2005
Location: Brantford, Ontario, CANADA
Posts: 43
Post Re: vba cmps with 3.6.0 beta4

Just verifying that i am having the same issue with admin hash mismatch.
I cant edit any templates, or run the update templates from the installer, with vB 3.6.0 beta 4..

Hoping for a fix soon, but i respect the time it takes for the developers to address the issue.
__________________
MCSE, MCP. MVP, CCIE
Microsoftliveforums - Official Microsoft Support forums
Longhorn Server/Windows Vista Beta Team
  #26  
Old 07-06-2006, 04:28 AM
eclectica eclectica is offline
Member
 
Join Date: Mar 2004
Location: Brooklyn
Posts: 80
Default Re: vba cmps with 3.6.0 beta4

I have verified that the fix by Zachery in post #24 is a temporary workaround to the problem.
  #27  
Old 07-06-2006, 05:27 AM
iCafe iCafe is offline
Junior Member
 
Join Date: Aug 2005
Posts: 2
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Zachery
For the time being you should be able to use this as a work around.

find in admincp/global.php
PHP Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 
'Admin Hash Mismatch';
    exit;

Change it too
PHP Code:
/*
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 'Admin Hash Mismatch';
    exit;
}
*/ 
This is just a guess, I haven't had a time to look at the code properly and to be honest im not exactly sure why vBa's admin panel is causing the problem.
Oh thank, it fix good.
  #28  
Old 07-06-2006, 07:29 AM
gothic1213's Avatar
gothic1213 gothic1213 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 107
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Zachery
For the time being you should be able to use this as a work around.

find in admincp/global.php
PHP Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 
'Admin Hash Mismatch';
    exit;

Change it too
PHP Code:
/*
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
    echo 'Admin Hash Mismatch';
    exit;
}
*/ 
This is just a guess, I haven't had a time to look at the code properly and to be honest im not exactly sure why vBa's admin panel is causing the problem.

As of right now this appears to be working.
Funny, thats what I did, but didn't suggest it here in fear of getting a roasting..........
__________________

Patience is something I learned the hard way!
I drove National Express coaches for 6 years....
  #29  
Old 07-06-2006, 07:40 AM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: vba cmps with 3.6.0 beta4

I think it has something to do with a new security feature, I wasn't able to track down a vB dev to confirm how to avoid this in general and I've not been able to get in touch with brian on the subject due to our mostly conflicting scheduals.
__________________
Zachery
vBadvanced Support & SysAdmin

  #30  
Old 07-06-2006, 12:51 PM
Beller Beller is offline
The 1
 
Join Date: Dec 2005
Posts: 162
Default Re: vba cmps with 3.6.0 beta4

Wonking fine here also...
__________________

TopLists-Add your site
  #31  
Old 07-06-2006, 01:00 PM
Barteke Barteke is offline
Junior Member
 
Join Date: Oct 2005
Posts: 14
Default Re: vba cmps with 3.6.0 beta4

got same problem here :-) damn if i had known this i wouldn't had upgraded my vbb.

Grtz
  #32  
Old 07-06-2006, 01:34 PM
KW802's Avatar
KW802 KW802 is offline
Administrator
 
Join Date: Mar 2004
Location: A galaxy far, far away...
Posts: 5,030
Default Re: vba cmps with 3.6.0 beta4

Barteke: Did you try the temporary fix Zachery listed in post #24?

Everybody: Brian has been made aware of the issue and will be working on it as soon as possible. In the mean time doing the patch by Zachery will at least get you up & running again.
  #33  
Old 07-06-2006, 02:46 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default Re: vba cmps with 3.6.0 beta4

Unfortunatly I have not had a chance to install vB beta 4 yet or see what the differences are in order to get the CMPS and links directory working. The release has come at a bit of a bad time due to the holiday and a few other things I've got going on. It may be just a couple of more days before we will be able to release an official version of our products that will work with vB beta 4, but they will be updated as soon as possible. For those who have already upgraded or need to upgrade sooner for some reason, Zachery's workaround should do the trick until then.
  #34  
Old 07-06-2006, 04:35 PM
pennylessz28's Avatar
pennylessz28 pennylessz28 is offline
Web Developer
 
Join Date: Mar 2004
Location: Virginia Beach, VA, USA
Posts: 222
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Brian
Unfortunatly I have not had a chance to install vB beta 4 yet or see what the differences are in order to get the CMPS and links directory working. The release has come at a bit of a bad time due to the holiday and a few other things I've got going on. It may be just a couple of more days before we will be able to release an official version of our products that will work with vB beta 4, but they will be updated as soon as possible. For those who have already upgraded or need to upgrade sooner for some reason, Zachery's workaround should do the trick until then.
We know your a busy man and we appericate the effort.
  #35  
Old 07-08-2006, 10:51 PM
Tyegurl Tyegurl is offline
Junior Member
 
Join Date: Mar 2006
Posts: 13
Default Re: vba cmps with 3.6.0 beta4

okay i did the temp fix and edited my function and global file.....why am i getting this and how do i fix it?

Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable.


btw take your time on the realease lol i know how it is

secondly thanks a bunch zachery!
  #36  
Old 07-09-2006, 04:49 AM
Zachery's Avatar
Zachery Zachery is offline
Super Moderator
 
Join Date: Jan 2004
Posts: 3,157
Default Re: vba cmps with 3.6.0 beta4

Because yoou didn't define your forumpath in cmps_index.php ?
__________________
Zachery
vBadvanced Support & SysAdmin

  #37  
Old 07-09-2006, 05:24 AM
Elazığlı168 Elazığlı168 is offline
Junior Member
 
Join Date: Jul 2006
Posts: 3
Default Re: vba cmps with 3.6.0 beta4

thanks
__________________
www.forumdayiz.com
  #38  
Old 07-09-2006, 09:51 AM
Tyegurl Tyegurl is offline
Junior Member
 
Join Date: Mar 2006
Posts: 13
Default Re: vba cmps with 3.6.0 beta4

Quote:
Originally Posted by Zachery
Because yoou didn't define your forumpath in cmps_index.php ?
duh omg thanks! one thing that i didn't edit....i feel so foolish!
  #39  
Old 07-10-2006, 06:16 PM
Zachariah's Avatar
Zachariah Zachariah is offline
Zack
 
Join Date: Apr 2004
Location: Canoga Park, CA
Posts: 101
Default Re: vba cmps with 3.6.0 beta4

In the installer:

Line 171
Code:
echo '<form action="' . $scriptfile . '.php" method="post">';
echo '<input type="hidden" name="adminhash" value="' . ADMINHASH . '" />';
Add BOLD
__________________
http://www.szone.us/ | http://www.gzhq.net/

My:Hacks @ vBulletin.org
Volunteer Support @ vBulletin.org
  #40  
Old 07-11-2006, 01:07 AM
gothic1213's Avatar
gothic1213 gothic1213 is offline
Senior Member
 
Join Date: Nov 2004
Posts: 107
Default Re: vba cmps with 3.6.0 beta4

vBA CMPS doesn't need that mod for vB 3.6.0RC1
__________________

Patience is something I learned the hard way!
I drove National Express coaches for 6 years....
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Different header image on CMPS index to the other CMPS template pages borgatwolf359 "How Do I..." Questions 1 02-02-2006 02:28 AM


All times are GMT -4. The time now is 04:51 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.