PDA

View Full Version : Admin Hash mismatch: 3.6.0 beta4 +


Zachariah
07-10-2006, 11:02 PM
When I try to install I get an Admin Hash Mismatch

I have seen this in a few places (http://www.vbadvanced.com/forum/showthread.php?t=16676).
This should fix your problem.

In the installer: vbacmps_install.php

Line 171
echo '<form action="' . $scriptfile . '.php" method="post">';
echo '<input type="hidden" name="adminhash" value="' . ADMINHASH . '" />';

Add BOLD line.