is there anyplace i can download the file and edit it to my stuff cause without a dl for it it looks like im going to have to dealete my whole site and reinstall it what can i do ?
Here a copy of mine.
Remember to delete the spaces between ' ' when you add your data.
Also in lines 79, 80, 81 and 82 perhaps you need to delete /local/
<?
/***************************************************************************
* Dolphin Smart Community Builder
* -----------------
* begin : Mon Mar 23 2006
* copyright : (C) 2006 BoonEx Group
* website : http://www.boonex.com/
* see more This file is part of Dolphin - Smart Community Builder
*
* Dolphin is free software. This work is licensed under a Creative Commons Attribution 3.0 License.
* http://creativecommons.org/licenses/by/3.0/
*
* Dolphin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the Creative Commons Attribution 3.0 License for more details.
* You should have received a copy of the Creative Commons Attribution 3.0 License along with Dolphin,
* see license.txt file; if not, write to marketing@boonex.com
***************************************************************************/
//check safe_mode
if( (int)ini_get( 'safe_mode' ) )
{
echo '<b>Warning.</b> Dolphin cannot work in safe mode';
exit;
}
//check mbstring
if( !extension_loaded( 'mbstring' ) ) {
echo '<b>Warning!</b> Dolphin cannot work without <b>mbstring</b> extension.
Please go to the
<a href="http://www.boonex.com/trac/dolphin/wiki/GenDolTShooter">Dolphin Troubleshooter</a>
and solve the problem.';
exit;
}
<div class="installed_text">
Please, remove INSTALL directory from your server and reload this page to activate your community site.
</div>
</body>
</html>
EOJ;
echo $ret;
exit();
}
thanks i fixed it now i just get this witch i was getting before i deleted it when i tried to fix the error Could not connect to MySQL database.
Did you properly edit inc/header.inc.php file ?
Same here. I just installed Dolphin 6.1 for the first time thinking it looks like a good application. But guess what, there is no inc/header.inc.php file. I thought maybe it was created upon completion of the install, but I have done the install many times and the inc folder has 777 permissions.
I going to take a copy of lalakis header file he posted above.
Remember to delete the spaces between ' ' when you add your data.
Also in lines 79, 80, 81 and 82 perhaps you need to delete /local/
<?
/***************************************************************************
* Dolphin Smart Community Builder
* -----------------
* begin : Mon Mar 23 2006
* copyright : (C) 2006 BoonEx Group
* website : http://www.boonex.com/
* see more
Did you properly edit inc/header.inc.php file ?
any idea this is the only thing holding me back
Did you properly edit inc/header.inc.php file ?
only happends when i goto the main site but i can goto /index or /admin ect what am i doing wrong?
I going to take a copy of lalakis header file he posted above.