How do I know this module is working?
Nothing different.
Even /files/cache is not created.

And in what way this module different with file cache and boost?

Regards

Comments

pramudya81’s picture

follow up???

chirale’s picture

On Drupal 5.7 it doesn't work. I try rc1 and dev versions but the admin screen doesn't apperar.

pramudya81’s picture

yup... what to do then?

jeremy’s picture

Status: Active » Postponed (maintainer needs more info)

Review Apache's error_log to see what's causing the white screen.

pramudya81’s picture

I did not face with face screen. Maybe chirale did.

My case is when I enabled this module nothing happened.
/files/cache is not created too

Regards

chirale’s picture

Like pramudya81, nothing on log, nothing on screen and no cache directory created.

pramudya81’s picture

So... what's wrong??

Regards

asak’s picture

Same here.

Nothing happens. nothing good - nothing bad.

Subscribing.

pramudya81’s picture

So...Any further investigation on this?

asak’s picture

I have no idea how to investigate this...

Nothing happens - it is quite strange... ;)

kaytan’s picture

ask your server which version(*s) of php they are supporting? and compair it with used php version for writing this module.
also some hosting providers do not let their users to use php script which creats new directories and files!

pramudya81’s picture

I tried this on my localhost
Using windows XP, PHP5, Apache 2.2

nothing happens

Of course I have privilege to create the folders...

seaji’s picture

May be it it because page cache is not working at all in Drupal now?
Look at this issue http://drupal.org/node/302784

kenorb’s picture

Status: Postponed (maintainer needs more info) » Fixed

- Check permission, if you have the right permission to specified directory
Or try to change it to:

define('FASTPATH_FSCACHE_PATH', './sites/default/files/cache');

And check if you have 777 permissions.

- If you using prefixes, try the latest snapshot (Fix: #418090: no bracket in sql query)
- Check your watchdog for errors (or php.log)
---
if you still experience this problem, feel free to open it

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.