← Back to team overview

tsep-dev team mailing list archive

Re: [Question #168597]: Which files to download for new install

 

Question #168597 on The Search Engine Project changed:
https://answers.launchpad.net/tsep/+question/168597

    Status: Answered => Open

Nic is still having a problem:
I have uploaded the contents of the application.update.zip and now have
four folders - apps, cake, plugins and vendors, as well as .htaccess,
index.php and readme.

I opened the index.php file on the server and it asked me to select the
language to begin, however the page also displayed lots of errors.
i.e.:

Warning (2): mkdir() [function.mkdir]: File exists [CORE/cake/libs/cache/file.php, line 267]
Code

mkdir - [internal], line ??
FileEngine::__active() - CORE/cake/libs/cache/file.php, line 267
FileEngine::init() - CORE/cake/libs/cache/file.php, line 94
Cache::_buildEngine() - CORE/cake/libs/cache.php, line 151
Cache::config() - CORE/cake/libs/cache.php, line 126
include - APP/config/core.php, line 329
Configure::__loadBootstrap() - CORE/cake/libs/configure.php, line 392
Configure::getInstance() - CORE/cake/libs/configure.php, line 52
include - CORE/cake/bootstrap.php, line 38
[main] - APP/webroot/index.php, line 76

Warning (2): fopen(/var/www/vhosts/xxx.xxxxxx.com/httpdocs/tsep/app/tmp/install.tmp) [function.fopen]: failed to open stream: Permission denied [APP/plugins/install/controllers/install_controller.php, line 72]
Code

fopen - [internal], line ??
InstallController::_resetApplication() - APP/plugins/install/controllers/install_controller.php, line 72
InstallController::index() - APP/plugins/install/controllers/install_controller.php, line 93
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83

Warning (2): fclose(): supplied argument is not a valid stream resource [APP/plugins/install/controllers/install_controller.php, line 72]
Code

fclose - [internal], line ??
InstallController::_resetApplication() - APP/plugins/install/controllers/install_controller.php, line 72
InstallController::index() - APP/plugins/install/controllers/install_controller.php, line 93
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83

Warning (2): fopen(/var/www/vhosts/xxx.xxxxxx.com/httpdocs/tsep/app/tmp/cache/persistent/cake_core_default_eng) [function.fopen]: failed to open stream: Permission denied [CORE/cake/libs/file.php, line 152]
Code | Context

$mode	=	"w"
$force	=	false

fopen - [internal], line ??
File::open() - CORE/cake/libs/file.php, line 152
File::write() - CORE/cake/libs/file.php, line 243
FileEngine::write() - CORE/cake/libs/cache/file.php, line 144
Cache::write() - CORE/cake/libs/cache.php, line 303
I18n::translate() - CORE/cake/libs/i18n.php, line 157
__ - CORE/cake/basics.php, line 668
InstallController::index() - APP/plugins/install/controllers/install_controller.php, line 95
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83

What do I need to do to fix these errors?

-- 
You received this question notification because you are a member of TSEP
Development, which is an answer contact for The Search Engine Project.