Hi

Thought i'd try out boltwire but having an issue on install

I'm going to http://xxx.xxx.xxx.xxx/boltwire/start.php
Creating a password
Filling out the Boltwire Setup page then clicking 'Create Site' the setup 
page just refreshes.

Apache error log shows

[Thu Jul 09 12:26:00 2015] [error] [client 10.45.0.146] PHP Warning: 
 fopen(.htcodes): failed to open stream: Permission denied in 
/var/www/boltwire/start.php on line 131, referer: 
http://xxx.xxx.xxx.xxx/boltwire/start.php
[Thu Jul 09 12:26:00 2015] [error] [client 10.45.0.146] PHP Warning: 
 fwrite() expects parameter 1 to be resource, boolean given in 
/var/www/boltwire/start.php on line 132, referer: 
http://xxx.xxx.xxx.xxx/boltwire/start.php
[Thu Jul 09 12:26:00 2015] [error] [client 10.45.0.146] PHP Warning: 
 fclose() expects parameter 1 to be resource, boolean given in 
/var/www/boltwire/start.php on line 133, referer: 
http://xxx.xxx.xxx.xxx/boltwire/start.php

offending lines in start.php are

        $page = fopen($page, "wb");
    fwrite($page, $content);
    fclose($page);

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/boltwire.
For more options, visit https://groups.google.com/d/optout.

Reply via email to