Installing D7 b7

Ok so ive installed it and are now facing 2 problems..

1. When opening the main page i get this error :

1 You have manually removed BoonEx footers without paying for the right to. Please, go to BoonEx.com and order the ad free licenses to be able to use your site without BoonEx footers. They will be automatically removed as soon as you register your ad free licenses. Please, put the __boonex_footers__ key back into Dolphin template.

BUT i havnt changed anything AND __boonex_footers__ is in /templates/tmpl_uni/_footer.html

the file in /templates/base/ doesnt look anuthing like the one in /templates/tmpl_uni/

The only thing in /templates/base/_footer.html is :

<bx_injection:injection_footer />
</body>
</html>

How can i fix this ?


----------------------------------------------

2. Since i didnt know the default admin password i used this script :

<?php
include("inc/header.inc.php");
include("inc/db.inc.php");
db_res("TRUNCATE TABLE `Admins`");
db_res("INSERT INTO `Admins` SET `Name`='umbra', `Password`=MD5('124ace')");
echo "<h2>Success</h2>";
?>

And it says success after i run it but when trying to login it says :

ERROR!
Your userbame or password was incorrect. Please try again.

And ive checked the new username and password is in the db..

Quote · 23 Oct 2009

1. The answer already is:

You have manually removed BoonEx footers without paying for the right to. Please, go to BoonEx.com and order the ad free licenses to be able to use your site without BoonEx footers. They will be automatically removed as soon as you register your ad free licenses. Please, put the __boonex_footers__ key back into Dolphin template.

Why have deleted footer?

2. You select the password of the manager at installation.

Advice - reinstall dolphin

Quote · 23 Oct 2009

As i wrote i HAVNT changed ANYTHING its a fresh install from a download here at Boonex... I have installed it 3times now and i get the same each time. If i removed the footer i wouldnt post about it here ;-) If i had i would have applyd the hacking stuff ;-)

This is the version im trying to get to work :

http://www.boonex.com/unity/blog/entry/Dolphin_7_Hookie_BETA_7_with_online_demo_2009_10_09

Quote · 23 Oct 2009

You will find __boonex_footers__ in templates/base/_sub_footer.html & not _footer.html

You may need to upload the sub footer file

From the land DownUnder
Quote · 23 Oct 2009

Thx got it working now after a 4th try :-)

Not sure why it didnt work before..

Thx for the answers.

Quote · 23 Oct 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.