Title: No submit button
Last modified: August 30, 2016

---

# No submit button

 *  Resolved [joeynimu](https://wordpress.org/support/users/joeynimu/)
 * (@joeynimu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/)
 * Hi,
 * I just installed the plugin and from the screenshots and description it looked
   promising until i installed it.
 * After i installed it, i tried to upload a test document only to realize there
   is no submit or save button from the modal window.
 * I noticed a blue sort of button from the bottom left side and once i inspected
   it using the developers tool, it was indeed of type submit with with no value.
 * I tried clicking on it and it should ideally save or submit the new document,
   but on clicking it just refreshed the page and nothing happened.
 * What could be the problem? On the console there is no error logged.
 * [https://wordpress.org/plugins/memphis-documents-library/](https://wordpress.org/plugins/memphis-documents-library/)

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

 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591205)
 * My guess would be a conflict with another plugin or something is not letting 
   mDocs javascript to load. Try disabling plugins to see if the problem goes away.
 * If it is a plugin let me know which one and I can see if I can find a work around.
 *  Thread Starter [joeynimu](https://wordpress.org/support/users/joeynimu/)
 * (@joeynimu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591247)
 * Hi,
 * I have installed a fresh wordpress and uploaded the plugin still the same issue.
 * The fresh WordPress install had not been tempered with, so i guess it is your
   plugin that has some issues.
 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591249)
 * Do you see any javascript errors in the development console?
 *  Thread Starter [joeynimu](https://wordpress.org/support/users/joeynimu/)
 * (@joeynimu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591250)
 * Yeah,
 * It says;
 * Uncaught SyntaxError: Unexpected token ILLEGAL file name admin.php line 445;
 * I have looked at that line and found the below;
    jQuery( document ).ready(function(){
   mdocs_admin(‘[http://localhost/chirag/wp-content/plugins/memphis-documents-library/&#8217](http://localhost/chirag/wp-content/plugins/memphis-documents-library/&#8217);,‘
   C:\xampp\htdocs\chirag/’); });
 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591251)
 * yeah that is a problem, don’t know what the error means yet but something is 
   not loading properly.
 * Ill keep looking.
 *  Thread Starter [joeynimu](https://wordpress.org/support/users/joeynimu/)
 * (@joeynimu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591252)
 * I am also looking but in the mean time you can look in the below link;
 * [http://stackoverflow.com/questions/12719859/no-visible-cause-for-unexpected-token-illegal](http://stackoverflow.com/questions/12719859/no-visible-cause-for-unexpected-token-illegal)
 * I really hope i/we can figure this out. I need to use this plugin for a project
   that is almost due.
 *  [DHWinther](https://wordpress.org/support/users/dhwinther/)
 * (@dhwinther)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591317)
 * Hi there. I have the exact same error, and I noticed that joeynimu was also using
   XAMPP.
 * So just to be sure I tried a different apache server (EasyPHP) and sure enough
   Memphis now works properly.
 * I have no idea what the issue is, but it definitely seems to stem from XAMPP.
 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591323)
 * thanks for the heads up, I’ll take a look into this issue see if I can find a
   solution.
 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591343)
 * one solution that i saw for this was to echo the jQuery( document ).ready(function(){
 * if you want to try this open mdocs-settings.php line 458 and line 470:
 *     ```
       ?>
       	<script type="application/x-javascript">
       			jQuery( document ).ready(function() {
       				mdocs_wp('<?php echo MDOC_URL; ?>', '<?php echo ABSPATH; ?>');
       			});
       		</script>
       	<?php
       ```
   
 * and change it to this
 *     ```
       echo
       '<script type="application/x-javascript">
       	jQuery( document ).ready(function() {
       		mdocs_wp("'.MDOC_URL.'", "'.ABSPATH.'");
       	});
       </script>';
       ```
   
 *  Plugin Author [bhaldie](https://wordpress.org/support/users/bhaldie/)
 * (@bhaldie)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591354)
 * No activity closing case.
 *  [Ranjit Shekhawat](https://wordpress.org/support/users/sranjeit/)
 * (@sranjeit)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591358)
 * Still facing the same problem..even after changing the code as mentioned above.
   I think this problem is only with WP 4.3.1..

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

The topic ‘No submit button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/memphis-documents-library_91918f.
   svg)
 * [Memphis Documents Library](https://wordpress.org/plugins/memphis-documents-library/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/memphis-documents-library/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/memphis-documents-library/)
 * [Active Topics](https://wordpress.org/support/plugin/memphis-documents-library/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/memphis-documents-library/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/memphis-documents-library/reviews/)

 * 11 replies
 * 4 participants
 * Last reply from: [Ranjit Shekhawat](https://wordpress.org/support/users/sranjeit/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/no-submit-button-7/#post-6591358)
 * Status: resolved