blogcrafter_chris
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Permalauts] Support Custom Post TypesThey are supported (not yet mentioned in documentation because I never use them).
Forum: Plugins
In reply to: [WP Permalauts] Needs fixingClosed.
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] FehlermeldungIt’s resolved, isn’t it?
Forum: Plugins
In reply to: [WP Permalauts] Needs fixingCentral development repository:
https://github.com/kaffee-mit-milch/wp-permalautsFeel free to sync and prepare pull requests.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_home_path()Late feedback from my side: It’s working!
Forum: Plugins
In reply to: [WP Permalauts] Needs fixingI’ll setup a fully SVN-synced github project within the next days.
If everything is working I’ll post the link to the repo here.
BTW: I really hate SVN …
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_home_path()No problem, it’s 01:20 here at my place.
And the OpenSearch plugin is also not so important for me (actually it was broken in my blog anyway :D).Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_home_path()Found the other plugin which dislikes version 2.1 of BackUpWordPress: it’s called OpenSearch.
Interestingly you changed something (in the global scope?) that the OpenSearch plugin fails now, and it has something to do with rewrites.Maybe this stack trace helps a little bit:
PHP Stack trace: PHP 1. {main}() /sites/<MYBLOG>/www/blog/index.php:0 PHP 2. require() /sites/<MYBLOG>/www/blog/index.php:17 PHP 3. require_once() /sites/<MYBLOG>/www/blog/wp-blog-header.php:12 PHP 4. require_once() /sites/<MYBLOG>/www/blog/wp-load.php:29 PHP 5. require_once() /sites/<MYBLOG>/www/blog/wp-config.php:27 PHP 6. do_action() /sites/<MYBLOG>/www/blog/wp-settings.php:302 PHP 7. call_user_func_array() /sites/<MYBLOG>/www/blog/wp-includes/plugin.php:403 PHP 8. opensearch_flush_rewrite_rules() /sites/<MYBLOG>/www/blog/wp-includes/plugin.php:0 PHP 9. WP_Rewrite->flush_rules() /sites/<MYBLOG>/www/blog/wp-content/plugins/opensearch/opensearch.php:46 PHP 10. save_mod_rewrite_rules() /sites/<MYBLOG>/www/blog/wp-includes/rewrite.php:1944" while reading response header from upstream, client: <IP>, server: <MYBLOG>, request: "GET /comments/feed/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php5-fpm/socket1.sock:", host: "<MYBLOG>"
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_home_path()I only get the same weird Fatal errors in my error.log of nginx after the update of the plugin, and it was only this single plugin, nothing else changed.
When I grep for the method in your plugin I see a function with same name defined by HM_Backup.
I guess it is somehow related.I definitely can’t activate the plugin without having a blank blog / errors in the log.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_home_path()Had the same issue.
If one of your updated plugins was ?BackUpWordPress?, you should remove/deactivate it. Seems that with recent version something is broken.For this I have to check also the other plugin first.
So can’t help now.
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] does not workIs fixed. Please update to 0.7.0!
Forum: Plugins
In reply to: [WP Permalauts] [Plugin: WP Permalauts] simply does not workIs fixed. Please update to 0.7.0!
Hm, only hint here might be: Check for file permissions on the server. I’ve seen a lot of trouble making plugins in the past because of suspicious permission settings on webservers.
(Some hoster use different users for webserver and FTP and so on, so correct file permissions are very important for perfect usage.)
Sorry, can’t really help here.
Please be patient, I’m in heavy development of a new statistic plugin like SPS (lot of influence and inspiration right here).
Interesting part is, I tried to update 2 blogs. One was successful, the other failed (like described by “M”).
Maybe a temporary problem of www.remarpro.com repo.