croot / my-imouto-booru

Automatically exported from code.google.com/p/my-imouto-booru
0 stars 0 forks source link

Permission denied to write files #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
** If you can, please create one issue entry per error **

What steps will reproduce the problem?
1. connect to 127.0.0.1:3000
2. error
3.

What is the expected output? What do you see instead?
my booru homepage

What version of the product are you using? On what operating system?
1.0.5, php 5.4.9, xampp, ubuntu linux 12.04

Please provide any additional information below.
I configured my imouto booru and when I started it I first came into the error

Parse error: syntax error, unexpected ''192.168.1.1'' 
(T_CONSTANT_ENCAPSED_STRING), expecting ']' in 
/opt/lampp/htdocs/myimouto/config/application.php on line 32
so I deleted all "safe-ips" from application.php but 127.0.0.1

when I reloaded 127.0.0.1:3000 I got this error:

Fatal error: Uncaught exception 'Rails_Exception_PHPError_Warning' with message 
'fopen(/opt/lampp/htdocs/myimouto/log/error.log): failed to open stream: 
Permesso negato ' in /opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php:238 
Stack trace: #0 /opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php(374): 
Rails::raise('Rails_Exception...', '%s ', Array, Array) #1 [internal function]: 
Rails::error_handler(2, 'fopen(/opt/lamp...', '/opt/lampp/htdo...', 288, Array) 
#2 /opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php(288): 
fopen('/opt/lampp/htdo...', 'a') #3 
/opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php(435): Rails::log_error('PHP 
Warning?mkd...', false) #4 
/opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php(381): 
Rails::_report_exception(Object(Rails_Exception_PHPError_Warning)) #5 [internal 
function]: Rails::exception_handler(Object(Rails_Exception_PHPError_Warning)) 
#6 {main} thrown in /opt/lampp/htdocs/myimouto/vendor/Rails/Rails.php on line 
238

Original issue reported on code.google.com by ainselvi...@gmail.com on 25 Oct 2013 at 5:24

GoogleCodeExporter commented 9 years ago

Original comment by asterixvader on 26 Oct 2013 at 5:10