Urget, please help me

Dear sir/madam

Dolphin 6.1 and 7.0 alpha
—————–
windows operating system vista & xp
———————-
Pre-Installation Check, the last second  step of the installation
——————–

Directories Current Level Desired Level
inc Writable Non-writable

——————————————–
I try many ways to fix the problem, but failed. could you help me find out a solution to continue?  thanks very much for you help. please re-ply this message or send an email to Qingyun.li@gmail.com
————————-

waiting for your good news

qingyun.li

Quote · 17 Jun 2009

D6.1.6 has several permission reversals while DolphinAlpha only has one which is what you posted. If you have the permission reversed properly then move on and remove the install folder. REMEMBER Dolphin ALPHA is very RAW and should NOT be used for anytype of site production.

Quote · 17 Jun 2009

thanks for your reply, but i cannot continue because the

Directories Current Level Desired Level
inc Writable Non-writable

problem

i install the apache, php and v6.01 on my computer not upload to the server. could you give me some suggestion to fix the pemission problem, thanks very much

Quote · 17 Jun 2009

Technoman posted a GREAT blog piece:

 

http://www.boonex.com/unity/blog/entry/WampServer_is_a_Windows_web_development_environment

 

This should help your WAMP environment as I only use LAMP :)

 

All you should have to do is reverse the inc folder: for LAMP it goes from 777 to 755 (777 = read,write,execute) while (755 = read,write)

Quote · 17 Jun 2009

hi cuhkrain

I solved this problem, when i changed the folder permissen over the FTP to 555.

then your folder "inc" is not writeable .

regard

Quote · 17 Jun 2009

Depending on your host and setup but files might be 644 not writeable or 666 writeable

Directories and folders 755 not writeable and 777 writeable.

You should on occasion check with your host as certain setups do only require 755 directories / folders to be writeable.

DialMe.com - Your One and Only Source For Boonex Dolphin Tutorials and Resources
Quote · 17 Jun 2009

thanks for your kindly reply, but i failed again, beacuse i install the dolohin in mysef computer ,not upload to other servers.

when i click the next or skip button, erros come out, full pages source code, i cannot know what i can do

Following is the sourcecode when the erro come out

register_globals is On (warning, you should have this param in Off state, or your site will unsafe)'; $aErrors[] = (ini_get('safe_mode') == 0) ? '' : 'safe_mode is On, disable it'; //$aErrors[] = (ini_get('allow_url_fopen') == 0) ? 'Off (warning, better keep this parameter in On to able register Dolphin' : ''; $aErrors[] = (((int)phpversion()) < 4) ? 'PHP version too old, update server please' : ''; $aErrors[] = (! extension_loaded( 'mbstring')) ? 'mbstring extension not installed. Warning! Dolphin cannot work without mbstring extension.' : ''; if (version_compare(phpversion(), "5.2", ">") == 1) { $aErrors[] = (ini_get('allow_url_include') == 0) ? '' : 'allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)'; }; $aErrors[] = (get_magic_quotes_gpc()) ? '' : 'get_magic_quotes_gpc is Off, enable it'; if (((int)phpversion()) >= 5) { //PHP v5 $aErrors[] = (class_exists('XsltProcessor')) ? '' : 'XsltProcessor is Off, you should install XsltProcessor'; } else { //PHP v4 $aErrors[] = (function_exists('domxml_xslt_stylesheet_file')) ? '' : 'XsltProcessor is Off, you should install XsltProcessor'; $aErrors[] = (function_exists('xslt_create')) ? '' : 'XsltProcessor is Off, you should install XsltProcessor'; } $aErrors = array_diff($aErrors, array('')); //delete empty if (count($aErrors)) { $sErrors = implode("
", $aErrors); echo <<
Please go to the
Dolphin Troubleshooter
and solve the problem. EOF; exit; } } //check correct hostname $aUrl = parse_url( $site['url'] ); if( isset($_SERVER['HTTP_HOST']) and $_SERVER['HTTP_HOST'] != $aUrl['host'] and $_SERVER['HTTP_HOST'] != $aUrl['host'] . ':80' ) { header( "Location:http://{$aUrl['host']}{$_SERVER['REQUEST_URI']}" ); exit; } // check if install folder exists if ( !defined ('BX_SKIP_INSTALL_CHECK') && file_exists( $dir['root'] . 'install' ) ) { $ret = <<

Dolphin Installed
Please, remove INSTALL directory from your server and reload this page to activate your community site.
EOJ; echo $ret; exit(); } // set error reporting level error_reporting(E_ALL & ~E_NOTICE); set_magic_quotes_runtime(0); ini_set('magic_quotes_sybase', 0); // set default encoding for multibyte functions mb_internal_encoding('UTF-8'); mb_regex_encoding('UTF-8'); require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/header.inc.php"); require_once(BX_DIRECTORY_PATH_ROOT . "flash/modules/global/inc/content.inc.php"); require_once(BX_DIRECTORY_PATH_CLASSES . "BxDolService.php"); ?>
Warning: require_once(BX_DIRECTORY_PATH_INCdb.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\install\index.php on line 458

Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdb.inc.php' (include_path='.;C:\php5\pear') in C:\wamp\www\install\index.php on line 458

Quote · 18 Jun 2009
 
 
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.