shest
Forum Replies Created
-
Hello,
idem.
Remove$messagein (…)$newitems . $message . $readmore(…)
or add an empty$message = "";just before… but it should be fixed in next version. No danger with this error if WP_DEBUG is false on prod.Forum: Plugins
In reply to: [WP MVC] Can’t use wpmvcHi,
Maybe you can try the wpmvc.bat ?
“Using the utility on a Windows machine
If you are using a Windows machine, you can run the DOS version of this utility by replacing ./wpmvc with wpmvc.bat in the commands in the following sections. You’ll need to cd into the wp-mvc directory first, though:
cd path\to\plugins\wp-mvc”
Source: http://wpmvc.org/documentation/creating_plugins/generating_code.htmlForum: Plugins
In reply to: Use apc object-cache on wordpress with high-traficHi, sorry to be so late….
I’m using this version: Version: 2.0.2
When The biggests pb are :
– when changing the password of a blog, the old password still working. And the new one not yet. We have to wait a lot of time, some hours. And the users trying to define an other password, and an other, etc…
– when changing information in wp_blogs, a field which not existed in the original wordpress, it’s the same, the change is effective after some hours.
We have to wait or restarting the php-fpm service.
Do u have an idea to solve this problem ?
thank you.
Forum: Plugins
In reply to: Use apc object-cache on wordpress with high-traficFor exemple, when i make a change on the table wp_blogs, i can’t see it on the blog. Like if the old data where conserved, but the database has really change. I think the problem is with those variables: $global_groups,$no_mc_groups,$autoload_groups. But i’m not sure to understand correctly how to define them.
need urgent help, thx
Forum: Plugins
In reply to: Use apc object-cache on wordpress with high-traficHi,
Is there anybody who can explain me the exact definition of those variables ?
$global_groups
$no_mc_groups
$autoload_groupsBest regards
Forum: Plugins
In reply to: Use apc object-cache on wordpress with high-traficSo, my pb is strange. Not sure to have understand exactly my pb. Maybe it is not a pb with object-cache.
Forum: Plugins
In reply to: Use apc object-cache on wordpress with high-traficIf i use wp_cache_flush() in my “function widget($args, $instance)” all the cache seems to be refresh… is it normal ?
ok, thx
Maybe WP_APC_KEY_SALT is an issue ? not sure how to define it; if i have to generate an unique key for each blog. I’m going to make a test.
edit:
So, it seems that WP_APC_KEY_SALT is only using to allow multiple install of wordpress on the same server but not to solve my pb…need help … π
If i use wp_cache_flush() in my “function widget($args, $instance)” all the cache seems to be refresh… is it normal ?
Hi,
I’m using this wordpress plugin on my website (high-trafic) and have a problem whith my widgets. When i make a change i can’t see it… need to reset the cache to see them (!). What can i do to solve this pb ?
thx.