Jump to content

Rene

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

1,246 profile views

Rene's Achievements

Newbie

Newbie (2/6)

2

Reputation

  1. And my client has decided to switch to Linux/Apache hosting. Thank goodness! They will probably stay on GoDaddy hosting though. Oh well, can't win 'em all.
  2. Thanks for that URL Rewrite Module 2.0 for IIS link Pete. Unfortunately I haven't gotten far enough in the setup for this to be a rewrite problem I'm 99% sure. The code in install.php actually causing the error: if(($fp = fopen("./site/config.php", "a")) && fwrite($fp, $cfg)) I wasn't even aware IIS has "permissions". So maybe the way the path is written as "./" instead of ".\"? Although I can't imagine that would be it. Sure hope not.
  3. Thanks Nik! And LOL about the making stuff writable on a Windows server. In fact prior to install attempt, I had been kidding around with my project manager that maybe the one silver lining of a Windows server could be not having to deal with pesky permmissions problems. Oops. Oh the irony
  4. Hi Ryan! Just attempted a fresh install on a client's Windows IIS (hosted by GoDaddy, ugh) server, and it failed as per below Warning: fopen(./site/config.php) [function.fopen]: failed to open stream: Permission denied in D:\hosting\10405802\html\tmpsitedev\install.php on line 352 Error saving database configuration to ./site/config.php. Please make sure it is writable. The Compatibility Check part of the install process hadn't gone perfectly, but I went past it regardless. So FYI, Compatibility Check info had been: Unable to determine if Apache mod_rewrite (required by ProcessWire) is installed. On some servers, we may not be able to detect it until your .htaccess file is place. Please click the 'check again' button at the bottom of this screen, if you haven't already. Error: Directory ./site/assets/ must be writable. Please adjust the permissions before continuing. Error: File ./site/config.php must be writable. Please adjust the permissions before continuing. Just found ProcessWire a couple months ago btw, and am blown away by its flexibility, and ability to adapt to whatever is thrown at it ...It quickly became my framework of choice leaving SilverStripe in the dust. Keep up the great work! Before I tell the client to ditch their GoDaddy Windows IIS server in favor of Linux/Apache -- I wonder if anybody else had similar problem or solution to what I show above? EDIT to Add: Sorry I forgot to include config info... PHP 5.3.6 Microsoft-IIS/7.0 IIS_UrlRewriteModule = 1 (on) MySQL ver: 5.0 Grazie!
×
×
  • Create New...