Can anyone HELP ME? plzzzzz.......
I have a problem with my dolphin software installed...when i open my site...it just displays this text:
not installed.
\n"; if ( file_exists( "install/index.php" ) ) { echo "Please, wait. Redirecting you to installation form...
location.href = 'install/index.php';\n"; echo "\n"; } exit(); } require_once( 'inc/header.inc.php' ); require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' ); require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' ); require_once( BX_DIRECTORY_PATH_INC . 'admin.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 . 'members.inc.php' ); require_once( BX_DIRECTORY_PATH_INC . 'quotes.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_INC . 'tags.inc.php' ); require_once( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/BxTemplVotingView.php" ); $_page['name_index'] = 1; $_page['header'] = $site['title']; $_page['header_text'] = $site['title']; $_page['css_name'] = 'index.css'; if( !( $logged['admin'] = member_auth( 1, false ) ) ) { if( !( $logged['member'] = member_auth( 0, false ) ) ) { if( !( $logged['aff'] = member_auth( 2, false )) ) { $logged['moderator'] = member_auth( 3, false ); } } } if( $logged['member'] ) $memberID = (int)$_COOKIE['memberID']; // add email to notify emails list if ( $_POST['subscribe'] && $_POST['subscribe_submit'] ) { AddNotifyEmail($_POST['subscribe']); } include( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/index.php" ); ?>
CAN ANYONE HERE EXPLAINS ME WHATS THE PROBLEM? pls.....
Ralph
This problem is very common for WAMP-like PHP-Apache-MySQL triads. You have probably been trying to install Dolphin on Windows using one of such packages.
Fortunately, this problem can be solved very easily:
you should edit "php.ini" file and set the value of the "short_open_tag" parameter to "On". Then you should restart Apache.
I hope this helps.
Igor L.
WAMP v2
Apache 2.2.8
PHP 5.5MySQL 5.0.51a
short_open_tags is ON
display_erros is ON
using port 8080 as I already have IIS running on port 80.