The install failed because MODX could not unpack the /var/www/vhosts/gaokerena.com/core/packages/core.transport.zip package. Make sure that the /var/www/vhosts/gaokerena.com/core/packages/core.transport.zip file exists and is writable, and that you have made the /var/www/vhosts/gaokerena.com/core/packages/ directory writable.
<?php
$file_name ="/var/www/vhosts/gaokerena.com/core/packages/core.transport.zip";
echo 'Current script owner: ' . get_current_user();
echo "
";
// Check for safe mode
if( ini_get('safe_mode') ){
// Do it the safe mode way
echo " safe mode is active
";
}else{
// Do it the regular way
echo "safe mode is off
";
}
echo "file " . $file_name;
echo "
";
if (! $f = fopen($file_name, "r") )
{
echo "
open file impossible
";
}
else
{
echo "
" . dirname($file_name) . " open
";
fclose($f);
}
if (!is_writable(dirname($file_name)))
{
echo "
";
echo " Directory write impossible";
}
else
{
echo "
";
echo " Directory write possible";
}
if (!is_writable($file_name))
{
echo "
";
echo " file write impossible";
}
else
{
echo "
";
echo " file write possible";
}
echo "
";
echo "<p>
end of check-up program</p>";
echo "
";
?>Current script owner: arrive safe mode is off file /var/www/vhosts/gaokerena.com/core/packages/core.transport.zip /var/www/vhosts/gaokerena.com/core/packages open Directory write possible file write possible end of check-up program
This question has been answered by multiple community members. See the first response.
[Sat Nov 26 20:02:41 2011] [warn] mod_fcgid: stderr: PHP Warning: include_once(/var/www/vhosts/gaokerena.com/httpsdocs/core/model/modx/modx.class.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /var/www/vhosts/gaokerena.com/httpsdocs/manager/index.php on line 50 [Sat Nov 26 20:02:41 2011] [warn] mod_fcgid: stderr: PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/vhosts/gaokerena.com/httpsdocs/core/model/modx/modx.class.php' for inclusion (include_path='.:/') in /var/www/vhosts/gaokerena.com/httpsdocs/manager/index.php on line 50 [Sat Nov 26 20:02:41 2011] [warn] mod_fcgid: stderr: PHP Warning: include(/var/www/vhosts/gaokerena.com/httpsdocs/core/error/unavailable.include.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /var/www/vhosts/gaokerena.com/httpsdocs/manager/index.php on line 51 [Sat Nov 26 20:02:41 2011] [warn] mod_fcgid: stderr: PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/vhosts/gaokerena.com/httpsdocs/core/error/unavailable.include.php' for inclusion (include_path='.:/') in /var/www/vhosts/gaokerena.com/httpsdocs/manager/index.php on line 51