djay77
Forum Replies Created
-
Forum: Plugins
In reply to: Posts limitation per users (WPMU)ok thanks
Forum: Plugins
In reply to: comment_post not triggering?Hi,
I have exactly the same problem.
The add_action(‘comment_post’) didn’t workA very simple and visible example
add_action('comment_post ', 'toto'); function toto() { die('djay'); }
Nothing happened ??
/////
Forget what i said, i putted a space in add_action(‘comment_post ‘) ??Forum: Plugins
In reply to: [Plugin: WP Super Cache] Supercache folder only contains empty subdirectoriesI tried with WINSCP, same in SSH with root access.
Folders are correctly created in supercache (exemple: forums.bloogx.com/2008/12/02/my-post) but without any .html cache
In wp-content/cache I have all html statics caches like wp-cache-forums.bloogx.com360a8ecd5c6d1f1327fd24d53efc7f61.html
Sorry but I can’t give you access to my server, there are too many projects and differents users who used him.
Tell me if you need more details about the configuration.My MSN if needed : didje(AT)9634.net
Thanks
Forum: Plugins
In reply to: [Plugin: WP Super Cache] Supercache folder only contains empty subdirectoriesI use PHP 5 too and eAccelerator
Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.3 with Suhosin-PatchForum: Plugins
In reply to: [Plugin: WP Super Cache] Supercache folder only contains empty subdirectoriesI am in the same case,
My safe_mode in php.ini is set to Off
(Off is the normal configuration for safe_mode)And my directory in supercache/ are empty too
Forum: Plugins
In reply to: Impossible WP Super CacheI installed the lastest version of WP Super Cache and now page are correctly generated.
However, caches are directly generated in cache/ folder (ex: wp-cache-aide.bloogx.com5e8f65c5be8705ae05f0638afda65129.html)
The folder supercache, is correctly created, with subfolders, but they are all empty. Is it normal ?
Shouldn’t the pages be generated in supercache/aide.bloogx.com/ in my case ?
Thanks
Forum: Plugins
In reply to: Impossible WP Super CacheHello,
I had already turn the plugin fully on (ON (WP Cache and Super Cache enabled)).
I tried to change to half on and rechange for ON to regenerate the supercache directory, but nothing.
Thx for your interest and your work