ezhil
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: setting folder permission with out cpanel access@ipstenu i need a plugin to change the permission of other plugins folder or even a code to execute is also appreciable.
Forum: Plugins
In reply to: [WP-Stats-Dashboard] sidebar widget not displaying graph@gatt you are right we need to set permission to the /wp-content/uploads and /wp-content/plugins/wp-stats-dashboard folder and the problem is solved.
Anyone know how to bring no of visits graph to front end? i desperately need some help!
Forum: Plugins
In reply to: [WP-Stats-Dashboard] sidebar widget not displaying graphiam using wp v 3.0.4 and wp-stats dashboard v 2.6.2 and when using the sidebar plugin i get the following output
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Custom taxonomy term URLs are incorrectHi mpclark
I don’t know how to add custom taxonomy to my sitemap, which currenty display only the categories. i have a bunch of taxonomies which i need to add help me out.Forum: Fixing WordPress
In reply to: Sphinx Search Enginethe cron i set
if [ ps aux|grep searchd|grep -v grep|wc -l -eq 0 ]; then /home/flexlear/public_html/sphinx/bin/searchd -c /home/flexlear/public_html/sphinx/etc/sphinx.conf; fi;Forum: Fixing WordPress
In reply to: Sphinx Search Enginei just tried the entire command above
i got error like this../bin/sh: line 0: [: missing]’
wc: invalid option — e
Trywc --help' for more information.Forum: Fixing WordPress
In reply to: Sphinx Search EngineI guess smth like this can be used:
if [ ps aux|grep searchd|grep -v grep|wc -l -eq 0 ]; then /path/to/searchd -c /path/to/sphinx.conf; fi;You can run this by cron each 5 or 10 minutes or smth like this.
i dont know wat is ‘smth’
do i have to run the entire comman in cron
if [ ps aux|grep searchd|grep -v grep|wc -l -eq 0 ]; then /path/to/searchd -c /path/to/sphinx.conf; fi;Forum: Fixing WordPress
In reply to: Sphinx Search Enginetoday morning the search was not working in my site,
but in the settings page it showed that it was still running,i stopped and restarted it, then only search is working in my site.
is their a cron to set for it to restart it after 6hrs every day.
Forum: Fixing WordPress
In reply to: Sphinx Search Enginehi ivinco
my searchd.log file
i would look forward to watchdog-script,
is their any php script or any cron job for restarting the daemon?with regards
EzhilForum: Fixing WordPress
In reply to: Sphinx Search EngineActually for the past 3 days i have just left it running
but when i come and notice the plugin page next day morning ,it has stopped automatically, it has happened consecutively for 3 days..is their any command to restart it for safety issues…?
we are trying to install the same plugin in another domain but it shows a warning
Warning: assert() [function.assert]: Assertion failed in /home/salemdt5/public_html/wp-content/plugins/wordpress-sphinx-plugin/php/sphinxapi.php on line 596when cron is assigned to this domain it is indexed perfectly ,but when searched ,it shows a warning like this with no result.
eagerly waiting for your reply..
with regards
EzhilForum: Fixing WordPress
In reply to: Sphinx Search Enginetheir is no log folder in the plugin ,but their is one in the sphinx installation
sphinx/var/searchd.loglast three lines
[Mon Nov 29 02:12:01.524 2010] [32716] rotating indices (seamless=1)
[Mon Nov 29 02:12:02.535 2010] [32716] rotating index ‘delta_wordpress’: success
[Mon Nov 29 02:12:02.535 2010] [32716] rotating finishedForum: Fixing WordPress
In reply to: Sphinx Search Engineivinco
the sphinx daemon stops automatically after sometime.
is that a bug or can we fix that.
how to remain in the start mode constantly?with regards
EzhilForum: Fixing WordPress
In reply to: Sphinx Search Enginehi ivinco
finally that command works, our team is really happy and grateful to you please continue your good work you rock……with regards
EzhilForum: Fixing WordPress
In reply to: Sphinx Search Enginei just tried resetting my cron to
/usr/local/bin/php /home/flexlear/public_html/wp-content/plugins/wordpress-sphinx-plugin/cron/reindex.php
i got an error stating
File ‘reindex_config.php’ is missing.then i just added that file to cron folder in the plugin.
my reindex _config.php has
<?php define('PATH_TO_SPHINX_INDEXER', '/home/flexlear/public_html/sphinx/bin/indexer'); define('PATH_TO_SPHINX_CONFIG', '/home/flexlear/public_html/sphinx/etc/sphinx.conf'); define('SPHINX_INDEX_NAME', 'wordpress');with no closing
?>
i just followed your reindex_config_sample.php file to edit mineit again showed the same error
File ‘reindex_config.php’ is missing.eagerly waiting for your reply.
with regards
Ezhil