Title: robertmccarson's Replies | WordPress.org

---

# robertmccarson

  [  ](https://wordpress.org/support/users/robertmccarson/)

 *   [Profile](https://wordpress.org/support/users/robertmccarson/)
 *   [Topics Started](https://wordpress.org/support/users/robertmccarson/topics/)
 *   [Replies Created](https://wordpress.org/support/users/robertmccarson/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/robertmccarson/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/robertmccarson/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/robertmccarson/engagements/)
 *   [Favorites](https://wordpress.org/support/users/robertmccarson/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/page/2/#post-6579652)
 * That was the problem. I pasted your code above into line 5 and then it moved 
   the files over!!!!!!! Fist bump through the Internet. Thank you so much Tara.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579635)
 * wp_mail(“bob@lavoz.media”, “Docs To WordPress PC”, print_r( $result, true ) );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579632)
 * yes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579628)
 * No, if I put email address in it, this is what I get:
 * Parse error: syntax error, unexpected ‘@’ in /home/content/p3pnexwpnas09_data03/
   87/2786987/html/docs_to_wordpress.php on line 5
 * I only get a blank document when it says “YOUR_EMAIL_ADDRESS”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579623)
 * Well I changed the docs_to_wordpress-php file to the following and now all it
   returns is a blank html page when type lava/media/docs_to_wordpress.php in the
   browser and hit return
 * Here is my php text
 * <?php
    include(‘./wp-load.php’); $docs_to_wp = new Docs_To_WP(); $result = $docs_to_wp-
   >startTransfer(); wp_mail( “YOUR_EMAIL_ADRESS”, “Docs to WordPress”, print_r(
   $result, true ) );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579592)
 * Then I made this the php file
 * <?php
    include(‘./wp-load.php’); $docs_to_wp = new Docs_To_WP(); $result = $docs_to_wp-
   >startTransfer(); wp_mail( “YOUR EMAIL”, “YOUR SUBJECT LINE”, print_r( $result,
   true ) );
 * And got this error:
 * Parse error: syntax error, unexpected end of file in /home/content/p3pnexwpnas09_data03/
   87/2786987/html/docs_to_wordpress.php on line 5
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579591)
 * Here is the error I received.
 * Parse error: syntax error, unexpected ‘@’ in /home/content/p3pnexwpnas09_data03/
   87/2786987/html/docs_to_wordpress.php on line 5
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Help activiating this](https://wordpress.org/support/topic/help-activiating-this/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/help-activiating-this/#post-6579557)
 * yes I’m aware of that. I’m asking for your help with the docs to word press portion
   I’ve configured the settings for the plug-in and I’ve created folders on Google
   drive but nothing happens and I’m sure there’s more that I need to do but frankly
   it’s not very clear in the installation guide all the steps you need to take 
   to make this work and I was hoping you could help me since you pick up errantly
   have it working on your Google Docs and your WordPress site.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Docs to WordPress] Fix for missing Bold and Italic styling!](https://wordpress.org/support/topic/fix-for-missing-bold-and-italic-styling/)
 *  [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/fix-for-missing-bold-and-italic-styling/#post-6548343)
 * Tararebeka would you be willing to help me?
 * Can anyone please help me get this activated? I have installed the plug-in and
   put all the information in the settings. It is connected to Google Docs. But 
   then what? And how do I configure the In-Design script to get documents from 
   WordPress.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Google Directions] [Plugin: Simple Google Directions] Simple Directions Not Working](https://wordpress.org/support/topic/plugin-simple-google-directions-simple-directions-not-working/)
 *  Thread Starter [robertmccarson](https://wordpress.org/support/users/robertmccarson/)
 * (@robertmccarson)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-google-directions-simple-directions-not-working/#post-2580748)
 * Justin –
 * Thanks for the great support by telephone call even. Hey folks this plug-in works
   great and the ability to print directly from your site instead of going to Google
   Maps gives it that great in-line professional look.

Viewing 10 replies - 1 through 10 (of 10 total)