Title: No php errors, but docs still not loading.
Last modified: August 22, 2016

---

# No php errors, but docs still not loading.

 *  [kyleparkerdesign](https://wordpress.org/support/users/kyleparkerdesign/)
 * (@kyleparkerdesign)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/no-php-errors-but-docs-still-not-loading/)
 * I have installed the plugin and activated all but the clean content extender.
   I pasted the following code into the wp-config.php file
 *     ```
       /** docs to wordpress */
       define( 'DOCSTOWP_USER', 'kparker@yakimaherald.com' );
       define( 'DOCSTOWP_PASS', 'XXXXXXXX' );
       // Folder to Pull From
       define( 'DOCSTOWP_ORIGIN', '0Bz_J3vTxSx3iaTY1VDhWSlhxNnc' );
       // Folder to send to once published
       define( 'DOCSTOWP_DESTINATION', '0Bz_J3vTxSx3iSTdSV2VaQk5XT3M' );
       ```
   
 * I am not receiving any errors, but the files I set up to test the plug in have
   not shown in wordpress. Is my code correct? Is there a specific place that I 
   should add the code? I attempted the alternate route of adding the code to the
   wp-cron file but received errors. Here is the code I used in that instance:
 *     ```
       include('./wp-load.php');
       $docs_to_wp = new Docs_To_WP();
       $gdClient = $docs_to_wp->docs_to_wp_init( 'kparker@yakimaherald.com', 'XXXXXXX' );
       $docs_to_wp->retrieve_docs_for_web( $gdClient, '0Bz_J3vTxSx3iaTY1VDhWSlhxNnc','0Bz_J3vTxSx3iSTdSV2VaQk5XT3M' );
       ```
   
 * I would appreciate any help you could offer.
 * Thanks!
 * [https://wordpress.org/plugins/docs-to-wordpress/](https://wordpress.org/plugins/docs-to-wordpress/)

The topic ‘No php errors, but docs still not loading.’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/docs-to-wordpress.svg)
 * [Docs to WordPress](https://wordpress.org/plugins/docs-to-wordpress/)
 * [Support Threads](https://wordpress.org/support/plugin/docs-to-wordpress/)
 * [Active Topics](https://wordpress.org/support/plugin/docs-to-wordpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/docs-to-wordpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/docs-to-wordpress/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [kyleparkerdesign](https://wordpress.org/support/users/kyleparkerdesign/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/no-php-errors-but-docs-still-not-loading/)
 * Status: not resolved