pvutrix
Forum Replies Created
-
Forum: Plugins
In reply to: [FeedWordPress] PHP Strict Standards errorsPlease fix this! “Non-static method FeedWordPress::diagnostic_on() should not be called statically”
I’m getting thousands of errors in my loggs because of this and I am not willing to disable strict alerts just because of this error.
This is still not addressed?
Forum: Fixing WordPress
In reply to: Couldn't resolve host 'downloads.www.remarpro.com'Turns out it’s not the server after all. I have another WP install on the same server and I didn’t have the problem there.
I disabled all the plugins I have and then could update them,without the error. I’ve re-activated them again and everything seems to be fine, one of them must have had a bug or something.
Forum: Fixing WordPress
In reply to: Couldn't resolve host 'downloads.www.remarpro.com'Thanks Chris!
I’ve already seen that and raised a ticket with my host, let’s see if they can fix it from the first try ??Forum: Fixing WordPress
In reply to: Couldn't resolve host 'downloads.www.remarpro.com'This occurs when I try to update the plugins, if I try to install a new plugin I get a blank page, if I view the source it’s not complete, <body> does not even start.
theAldridge, that’s strange, it’s working for me… check your uploads directory permissions
Forum: Plugins
In reply to: WordPress Sphinx Search PluginI’m seeing the same error when I click “Index all posts now”, search is working though, daemon is up – “OK – Sphinx Search Server is running.”
This is the output if I run the command via the terminal, looks good, no errors
indexing index ‘wpblog_delta’…
collected 0 docs, 0.0 MB
total 0 docs, 0 bytes
total 0.006 sec, 0 bytes/sec, 0.00 docs/sec
indexing index ‘wpblog_main’…
collected 4055 docs, 13.3 MB
sorted 1.0 Mhits, 100.0% done
total 4055 docs, 13270749 bytes
total 1.938 sec, 6845934 bytes/sec, 2091.83 docs/sec
indexing index ‘wpblog_stats’…
collected 6 docs, 0.0 MB
total 6 docs, 38 bytes
total 0.001 sec, 24675 bytes/sec, 3896.10 docs/sec
total 2 reads, 0.006 sec, 2275.3 kb/call avg, 3.2 msec/call avg
total 24 writes, 0.023 sec, 459.9 kb/call avg, 0.9 msec/call avg
rotating indices: succesfully sent SIGHUP to searchd (pid=16960).I’m also disabling it, until an update
+1
@yani
yes@yani
Unfortunately, that didn’t help, the error message is still there…I have managed to fix this by properly chmoding the following directories
Name File/Dir Needed Chmod Current Chmod
root directory ../ 0755 755.
wp-includes/ ../wp-includes 0755 755.
.htaccess ../.htaccess 0644 644.
wp-admin/index.php index.php 0644 644.
wp-admin/js/ js/ 0755 755.
wp-content/themes/ ../wp-content/themes 0755 755.
wp-content/plugins/ ../wp-content/plugins 0755 755.
wp-admin/ ../wp-admin 0755 755.
wp-content/ ../wp-content 0755 755.755 for folders/ directory
644 for files.Hope this helps
I’m having the same issue, has the solution been found? Using WP 3.1.3
Same here
I’ve found that it’s related to another plugin, I have installed – FeedWordPress. If I disable it, everything works fine.