Jump to content

Robert Zelník

Members
  • Posts

    78
  • Joined

  • Last visited

Everything posted by Robert Zelník

  1. Here is the output of error.log using freshly unzipped ProcessWire 2.0, where just the main ProcessWire directory was set to read+write, the subdirectories were left untouched (non-readable for Apache by default): [Thu Jul 28 17:05:00 2011] [error] [client 127.0.0.1] PHP Warning: require(/var/www/demo/processwire/pw20/wire/core/ProcessWire.php): failed to open stream: Permission denied in /var/www/demo/processwire/pw20/index.php on line 57 [Thu Jul 28 17:05:00 2011] [error] [client 127.0.0.1] PHP Fatal error: require(): Failed opening required '/var/www/demo/processwire/pw20/wire/core/ProcessWire.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/demo/processwire/pw20/index.php on line 57
  2. Hi Adam, Thanks for your help. The issue was caused by wrong file permissions. I just changed the "site-default" and "wire" folders to read/write and everything works well now. Anyway, it would be great to add a check-file-permissions procedure into the install script.
  3. Hi, I am trying to install ProcessWire 2.0 from Github zip file to my localhost. I have an Apache with PHP 5.3.5 and all requirements. The installation process seems to be pretty simple, but all I can get after loading the location of ProcessWire is a white screen, although I switched to debug mode in site-default/config.php. Is there anything I should do? Just guessing: is it possible to install PW in a subdirectory, or should I install it in the root of the web server? Update: I have successfully install ProcessWire to my shared web hosting server, so the white screen issue seems to be specific to my Ubuntu 11.04 default Apache installation.
×
×
  • Create New...