+ Reply to Thread (include dating software, release, and patch number!)
Results 1 to 2 of 2

Thread: problem installing :(

  1. #1
    fleet
    Guest

    Default problem installing :(

    HI!

    I've just installed dolphin, but when i go to the index page, i get this:

    HTML Code:
    not installed.
    \n"; if ( file_exists( "install/index.php" ) ) { echo "Please, wait. Redirecting you to installation form...
    \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" ); ?>
    PHP, isnt doing its work on the index.php page, but the installer (install\index.php) worked fine...

    I'm using a WAMP server...

    can anyone help me?

    thnx in advance!

  2. #2
    fleet
    Guest

    Default

    Quote Originally Posted by fleet View Post
    HI!

    I've just installed dolphin, but when i go to the index page, i get this:

    HTML Code:
    not installed.
    \n"; if ( file_exists( "install/index.php" ) ) { echo "Please, wait. Redirecting you to installation form...
    \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" ); ?>
    PHP, isnt doing its work on the index.php page, but the installer (install\index.php) worked fine...

    I'm using a WAMP server...

    can anyone help me?

    thnx in advance!
    found the problem... i forgot to set short_open_tags to ON

+ Reply to Thread (include dating software, release, and patch number!)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Need help installing?!
    By bumfree in forum Boonex Dolphin 7
    Replies: 6
    Last Post: 05-31-2010, 12:01 AM
  2. My problem installing Dolphin
    By kilerb in forum Dolphin General Discussion v5.0 to v5.21
    Replies: 3
    Last Post: 04-15-2007, 04:29 AM
  3. Installing problem
    By Cicco in forum General Issues, Comments, Questions
    Replies: 15
    Last Post: 02-22-2007, 09:30 AM
  4. Installing Ray Pro?
    By slix in forum General Troubleshooting
    Replies: 1
    Last Post: 12-23-2006, 06:31 PM
  5. installing V4.0
    By djpate in forum General Troubleshooting
    Replies: 7
    Last Post: 07-15-2005, 10:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts