Forums

Backup
[resolved] broken links for wordpress not in root folder (3 posts)

  1. squivo
    Member
    Posted 6 months ago #

    ( This is for the most recent version )
    When WordPress is in a folder that is not root ( ex http://www.mysite.com/nestedFolder/ ), the links are broken. There was another post on here regarding this issue on the submit button for the form to register your OAUTH credentials.

    The fix is to replace instances of

    get_option("home");

    with

    site_url();

    (here's all 4 of them)

    \wp-google-drive\class\settings-class.php (1 hits)
    	Line 36: 		  <form action="<?php echo get_option("home"); ?>/wp-admin/admin.php?page=configure_google&action=auth" method="post">
      \wp-google-drive\wp-google-drive.php
    	Line 72: 		define('GBACKUP_BACKUP_URL',get_option("home").'/wp-content/backup');
    	Line 73: 		define('GBACKUP_DB_URL',get_option("home").'/wp-content/db');
    	Line 74: 		define('GBACKUP_CONTENT_URL',get_option("home").'/wp-content/');

    I just hope this fix is in the next updated version so I don't have to replace all the instances again :)

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

  2. hel.io
    Member
    Plugin Author

    Posted 6 months ago #

    I think you're referring to a different plugin.

  3. squivo
    Member
    Posted 6 months ago #

    Sorry hel.io. You're totally right. I was troubleshooting your plugin and the Google Drive one at the same time ...

Reply

You must log in to post.

About this Plugin

About this Topic