dolphin 6.1 on OpenBSD

Hello all,

 

this is my first time installing dolphin and i've come to an impass.  My web servers run openbsd, currently 4.4, and apache on OpenBSD runs chrooted by default.   I'm running MySQL 5.0.67, php 5.2.6 and apache 1.3

 

I make it through the install just fine, however, when i click next at the permission reversal page (permissions set correctly) i get the following error:

 

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 . '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 . 'members.inc.php' ); require_once( BX_DIRECTORY_PATH_INC . 'news.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" ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolArticles.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolClassifieds.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolEvents.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolBlogs.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolGroups.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolPageView.php' ); require_once( BX_DIRECTORY_PATH_CLASSES . 'BxDolSharedMedia.php' ); require( BX_DIRECTORY_PATH_ROOT . "templates/base/scripts/BxBaseIndex.php" ); require( BX_DIRECTORY_PATH_ROOT . "templates/tmpl_{$tmpl}/scripts/BxTemplIndex.php" ); check_logged(); $_page['name_index'] = 1; $_page['header'] = $site['title']; $_page['header_text'] = $site['title']; $_page['css_name'] = 'index.css'; $oIPV = new BxTemplIndexPageView(); $_ni = $_page['name_index']; $_page_cont[$_ni]['promo_code'] = getPromoCode(); $_page_cont[$_ni]['page_main_code'] = $oIPV -> getCode(); // add email to notify emails list if ( $_POST['subscribe'] && $_POST['subscribe_submit'] ) AddNotifyEmail($_POST['subscribe']); PageCode()

 

 

Any ideas or help greatly appreciated.

 

TIA,

 

aaron martinez

Quote · 2 Dec 2008

recheck dolphin requirements, like short open tags and other ..

after rename your 'install' folder, and try open index.php again

if not - perform dol install again

Quote · 3 Dec 2008

Hi Andrey and thanks for the reply.  I have been looking for a set in stone list of requirements to run Dolphin and this far cam up with http://www.boonex.com/trac/dolphin/wiki/DolTech  and http://www.boonex.org/2007/09/03/dolphin-technical-requirements . 

 

Since you mentioned short tags, and I didn't see that mentioned anywhere else, I'm wondering if you could refer me to a complete list of requirements. Currently I have short_open_tag = off, register_globals = off, safe_mode = off and allow_url_fopen = On.  I do have mbstring and xsl php modules installed but not domxml as it is not in ports or packages.  I have a new enough implementation of php and mysql, got the gd library and I have root access to the server.  I noticed ont he second link they mention having a jre, which wasn't listed in the official requirements page and I was a little confused about this.

 

One thing during install that is a bit troublesome, it says:

 Path to php binary     /usr/local/bin/php     not found
Description:  You should specify full path to your PHP interpreter here
Example:    /usr/local/bin/php
 
php is in fact located in /usr/local/bin/php , but since apache is running chrooted, it is not accessible.  I do have plenty of php apps however (drupal, moodle, phpMyAdmin etc) running just fine.   I leave the path set at /usr/local/bin/php and continue with the install.  Again it seems to complete fine until i click next after the premission reversal page and then back to the same error as before.  I have also removed the install folder.

 

Any other ideas?

 

Thanks again,

 

Aaron

Quote · 3 Dec 2008
 
 
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.