it seems to be script is not installed.

Hi I have a problem with my dolphin
Until yesterday everything worked well today I have tried to enter the analysis of google in index.php but I must have made some mistakes now no longer see the photos in the home and each page that pops up this error

It Seems to be script is not installed.

HELP!!!!!!!!!!!!!!!!!

 

http://predagrafica.com/tattoolook/

Quote · 16 Nov 2010

if you were editing the index.php file directly, try replacing the index.php file on your account.

 

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 16 Nov 2010

I felt I put the old index.php file as it was set before .... but the error still know how to fix it!?

Quote · 16 Nov 2010

Try clearing your /cache (except .htaccess) and /cache_public directories via FTP client and try again.

Nothing to see here
Quote · 16 Nov 2010

Zarcone, thanks for your help ... but does not work! ... : (

There I copy the code of my index.php

 

 

 

 

<?php

***************************************************************************/

define('BX_INDEX_PAGE', 1);

if ( !file_exists( "inc/header.inc.php" ) )
{
// this is dynamic page -  send headers to do not cache this page
$now = gmdate('D, d M Y H:i:s') . ' GMT';
header("Expires: $now");
header("Last-Modified: $now");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");

echo "It seems to be script is <b>not</b> installed.<br />\n";
if ( file_exists( "install/index.php" ) ) {
echo "Please, wait. Redirecting you to installation form...<br />\n";
echo "<script language=\"Javascript\">location.href = 'install/index.php';</script>\n";
}
exit;
}

require_once( 'inc/header.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin.inc.php' );

require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'prof.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'utils.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'membership_levels.inc.php' );
require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolPageView.php' );
require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolProfileFields.php' );
require_once( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/BxTemplFormView.php" );
require_once( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/BxTemplVotingView.php" );

bx_import("BxTemplIndexPageView");

//-- registration by invitation only --//;
if( (int)$_GET['idFriend'] && getParam('reg_by_inv_only') == 'on' ) {
setcookie('idFriend', (int)$_GET['idFriend'], 0, '/');
}

check_logged();

$_page['name_index']     = 1;

$oSysTemplate->setPageTitle($site['title']);
$oSysTemplate->setPageDescription(getParam("MetaDescription"));
$oSysTemplate->setPageMainBoxTitle($site['title']);
$oSysTemplate->addPageKeywords(getParam("MetaKeyWords"));
$oSysTemplate->addCss(array('index.css'));

$oIPV = new BxTemplIndexPageView();

$_ni = $_page['name_index'];
$_page_cont[$_ni]['promo_code'] = getPromoCode();
$_page_cont[$_ni]['page_main_code'] = $oIPV -> getCode();

PageCode();

?>

Quote · 17 Nov 2010

 

I felt I put the old index.php file as it was set before .... but the error still know how to fix it!?

How did you "put this" did you re-edit the file or do like DosDawg states and "re-upload," like ftp or cPanel, a fresh index.php file?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Nov 2010

 

Hi I have a problem with my dolphin
Until yesterday everything worked well today I have tried to enter the analysis of google in index.php but I must have made some mistakes now no longer see the photos in the home and each page that pops up this error

It Seems to be script is not installed.

HELP!!!!!!!!!!!!!!!!!

 

http://predagrafica.com/tattoolook/

and if your trying to inject the google analytics  please put the script here in this file

public_html/templates/base/_footer.html

 

<bx_injection:injection_footer />
insert google code here

</body>
</html>

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 17 Nov 2010
 
 
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.