21310 Posts in 5739 Topics by 2604 members
| Go to End | ||
| Author | Topic: | 1194 Views |
-
Re: Static Publisher Issue

9 October 2010 at 5:35am
nope, tried permissions and ownership a few different ways. it's very odd.
-
Re: Static Publisher Issue

13 October 2010 at 7:50am
bumping this, really hoping somebody has an idea or suggestion of what to do. literally the last major step in a many months long project!
-
Re: Static Publisher Issue

20 November 2010 at 5:32am Last edited: 20 November 2010 5:36am
ttyl says
you have to be authenticated to do that ...You can also change Environment Type in _config.php like i do:
// Tryb pracy (dev|live|test)
if($_SERVER['REMOTE_ADDR'] =="<your_ip>") {$mode = "dev";} else {$mode ="live";}
Director::set_environment_type($mode) ;Now You can induce /dev/buildcache from <your_ip> without authentication.
I have a separate Cron server, so try with 127.0.0.1.
I use this and work perfectly.best regards
| 1194 Views | ||
| Go to Top |


