ciberwolf
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Latest version of the plugin makes apache crashHappens to me as well, since I update the plugin drastically increase the Load Average.
Support the KnownHost said:
“The load was high since Apache is taking tons of time to featch content from W3tc folder.
—
32186 xxxxxxxxxxx 17 0 47708 33m 5784 D 3.7 2.8 0:02.71 /usr/bin/php
—-As you can see the above process is in the “D” state and consuming 3.7% of CPU power. While tracing the above process, I could see that majority of the time is spent for fetching data from /home/xxxxxxxx/public_html/wp-content/cache/ folder.”
Pardon my English is Google Translate xD
The version 3.4.2 if I work, thanks
Still does not work I pass the parameters to the function and shows me the same list of related posts 2 times and in some posts I said there was no related posts
related_posts (array ('exclude' => array ('category' => 10))); related_posts (array ('exclude' => array ('category' => 1)));
But the version 3.3 installed and everything works like a charm :S
With the code you placed I get this error
Warning: call_user_func_array() expects parameter 1 to be a valid callback, class ‘YARPP_Cache_Bypass’ does not have a method ‘join_filter’ in /wp-includes/plugin.php on line 227
Below that shows me the list of related posts but if I call 2 times the function “related_posts()” in the single.php shows me 2 times the same list
example:
related_posts (array ('exclude' => array ('category' => 1)));
Excluding the category 1
- Post 1 Excluding category 1
- Post 2 Excluding category 1
- Post 3 Excluding category 1
related_posts (array ('exclude' => array ('category' => 10)));
Excluding the category 10
- Post 1 Excluding category 1
- Post 2 Excluding category 1
- Post 3 Excluding category 1
However in version 3.3 if I showed two different lists
Thank you for responding, unfortunately still no new version works with the code that you placed
Warning: Can not use a scalar value as an array in / wp-content/plugins/yet-another-related-posts-plugin/related-functions.php on line 34
No related posts foundForum: Plugins
In reply to: [Mata HOYGAN] [Plugin: Mata HOYGAN] Comentarios viejos?En la ultima versión (5.0) se a corregido el Bug que no permitía arreglar los comentarios viejos y se agregaron varias mejoras
Forum: Plugins
In reply to: [Mata HOYGAN] [Plugin: Mata HOYGAN] Comentarios viejos?Hola la opción para modificar los comentarios viejos es automáticamente, cuando entras al panel de opciones del Plugin y le das al botón “Grabar Cambios” por primera vez se activa el limpiado de comentarios viejos, el proceso se realiza solo esa vez.