You need to be logged in to get access to the forums. You can do so here
| Author | Message |
|---|---|
|
cindy cai
|
星期三, 2009年 十一月 04日 2:41:07 am 运行到7%时 出现一些问题是:Issues 1. PHP does not register environment variables PHP is currently not configured to register enviroment variables in the global variable $_ENV. To fix this, edit your php.ini configuration and add E to the variables_order setting. Ignore this test 2. Insufficient directory permissions Insufficient directory permissions eZ Publish cannot write to some important directories, without this the setup cannot finish and parts of eZ Publish will fail. The affected directories are: design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage Shell commands These shell commands will give proper permission to the web server. cd /opt/lampp/htdocs/cindy chmod -R ug+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage chown -R nobody:nogroup design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage Alternative shell commands If you don't have permissions to change the ownership you can try these commands. cd /opt/lampp/htdocs/cindy chmod -R a+rwx design extension settings settings/override settings/siteaccess settings/siteaccess/admin var var/cache var/storage Missed some directories eZ Publish cannot create some important directories, without this the setup cannot finish and parts of eZ Publish will fail. The nonexistent directories are: var/cache/codepages var/cache/content var/cache/ini var/cache/override var/cache/template var/cache/template/process var/cache/template/tree var/cache/texttoimage var/cache/translation var/log var/storage/original var/storage/reference var/storage/variations var/autoload You can try the following shell commands to create necessary directories: cd /opt/lampp/htdocs/cindy mkdir -p var/cache/codepages \ var/cache/content \ var/cache/ini \ var/cache/override \ var/cache/template \ var/cache/template/process \ var/cache/template/tree \ var/cache/texttoimage \ var/cache/translation \ var/log \ var/storage/original \ var/storage/reference \ var/storage/variations \ var/autoload Ignore this test 若忽略这些问题的话,可以运行到50% 又出现一些问题,是packages 是上传不上,我不知道是什么原因 问题提示是: Please choose a site package you would like to test or base your site on. Error Retrieving remote site packages list failed. You may upload packages manually. Remote repository URL: http://packages.ez.no/ezpublish/4.2/4.2.0/ 学习ezpublish! |
|
cindy cai |
星期五, 2009年 十一月 13日 3:43:33 am 我遇到一个新的问题:在linux 下 Website Interface (ver. 1.5-0) Website Interface is a web based CMS solution based on eZ Publish. It contains templates and settings that meets the most common requirements for content management systems. Imported ezjscore_extension (ver.1.0): Not imported ezwebin_democontent (ver.1.5): Not imported 这两的packages 找不到,找到了也上传不上去 不知道问什么? http://ez.no/developer/forum/inst...obleme_impossible_to_import_packages 跟这个人的问题一样,但是没人回答阿? 学习ezpublish! |