• Hi! I’m configuring sitepush for a standard single site. I was having problems when I first installed it and pulled my entire production site to staging that I was unable to login (going to wp-admin on the staging site auto-redirected to my prod site). I fixed this with an explicit WP_SITEURL and WP_SITEHOME declaration in wp-config.

    However, no I get the following errors on the sitepish options page:

    Warning: Currently configured WordPress content directory (/home/jackaroo/public_html/mysite.us/wp-content) is different from the configured uploads directory in your sites config file (/home/jackaroo/public_html/mysite.us//wp-content)
    
    Warning: Currently configured WordPress uploads directory (/home/jackaroo/public_html/mysite.us/wp-content/uploads) is different from the configured uploads directory in your sites config file (/home/jackaroo/public_html/mysite.us/http://mysite.us/wp-content/uploads)
    
    Warning: Currently configured WordPress plugins directory (/home/jackaroo/public_html/mysite.us/wp-content/plugins) is different from the configured plugins directory in your sites config file (/home/jackaroo/public_html/mysite.us/http://mysite.us/wp-content/plugins)
    
    Warning: Currently configured WordPress must-use plugins directory (/home/jackaroo/public_html/mysite.us/wp-content/mu-plugins) is different from the configured plugins directory in your sites config file (/home/jackaroo/public_html/mysite.us/http://mysite.us/wp-content/mu-plugins)
    
    Warning: Currently configured WordPress themes directory (/home/jackaroo/public_html/mysite.us/wp-content/themes) is different from the configured themes directory in your sites config file (/home/jackaroo/public_html/mysite.us/http://mysite.us/wp-content/themes)

    As you can see, it is inserting my full URL into the middle of the config URL! My config file does not contain that; it has the right path. What else can I provide to help out with this bug, please? Sitepush looks excellent for what I need, and if I can get it working I’d love to make a donation to ensure it’s continuance 🙂

    http://wordpress.org/extend/plugins/sitepush/

Viewing 1 replies (of 1 total)
  • The errors suggest you have something wrong in your config.

    Some things to try:-

    • Did you set WP_SITEHOME or WP_HOME in your wp-config? It should be WP_HOME.
    • in your sites config, web_path should not end in a slash
    • did you explicitly define wp_content_dir,wp_plugin_dir in your sites config? If so, try removing them, if not, you could try including them (by the looks of things they would need to be /wp-content and /wp-content/plugins respectively

    If they don’t work, could you pls post your wp-config and sites config file (you can remove passwords etc), or email them to me from http://rowatt.com.

Viewing 1 replies (of 1 total)
  • The topic ‘URL Appearing in options; not config’ is closed to new replies.