google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

file permissions #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. fresh install of oscommerce
2. apply googlecheckout v1.5_rc1
3. browse to .../catalog/admin/
4. Select "Modules"

What is the expected output? no error messages

What do you see instead?
The following warnings about "...Permission denied..." for 3 files.

Warning: fopen
(/home/laserdri/public_html/catalog/googlecheckout/feeds/products-
static.xml) [function.fopen]: failed to open stream: Permission denied 
in /home/laserdri/public_html/catalog/googlecheckout/library/google_cron_ho
ok.php on line 48

Warning: fopen
(/home/laserdri/public_html/catalog/googlecheckout/feeds/sitemap-
static.xml) [function.fopen]: failed to open stream: Permission denied 
in /home/laserdri/public_html/catalog/googlecheckout/library/google_cron_ho
ok.php on line 56

Warning: fopen
(/home/laserdri/public_html/catalog/googlecheckout/logs/last_updated.log) 
[function.fopen]: failed to open stream: Permission denied 
in /home/laserdri/public_html/catalog/googlecheckout/library/google_cron_ho
ok.php on line 63

What version of the product are you using? On what operating system?

Please provide any additional information below.

Warnings do not occur if file permissions are changed to 777 for 
products-static.xml
sitemap-static.xml
last_updated.log

But is this the correct solution?

Original issue reported on code.google.com by hilburn...@gannon.edu on 26 Mar 2009 at 8:55

GoogleCodeExporter commented 9 years ago
That is the correct solution. I've updated the installation instructions to 
include
this step. Sorry for the trouble.

Original comment by ed.davis...@gmail.com on 26 Mar 2009 at 9:10