bhaldie
Forum Replies Created
-
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsokay looking at the old version can you try something:
open the file mdocs-upload.php head to line 536 looks like this:
<form class="form-horizontal" enctype="multipart/form-data" action="<?php the_permalink(); ?>" method="POST" id="mdocs-add-update-form">
try changing it to this:
<form class="form-horizontal" enctype="multipart/form-data" action="<?php echo $the_permalink; ?>" method="POST" id="mdocs-add-update-form">
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List ConfigAt this point I have no idea why this code is not working deleting the value should remove it completely. Unfortunately I have no idea how to fix your issue.
My last resort would be to delete the value in the database manually but that may cause a fatal error again.
other than that I have no idea???
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List Configokay need to try something different.
change the code again to this:
function mdocs_run_patch() { delete_option(‘mdocs-displayed-file-info’); add_option(‘mdocs-displayed-file-info’, array());
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List Configbasically it means that value is not being delete for some reason.
Make a copy of that data then try and delete the value from the database, and see what happens. If something breaks paste the contents back and save again.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsstill looking.
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List Configcan you look into your database under the *_options table and look for the key ‘mdocs-displayed-file-info’ what value does it have.
Forum: Plugins
In reply to: [Memphis Documents Library] Blank fields in Doc List Configthis doesn’t make sense at all, you are basically deleting that value and resetting it to null. Do you have any caching plugins running. What version of mdocs are you using?
Forum: Plugins
In reply to: [Memphis Documents Library] Page Width gets changed by mdocssorry about that.
Forum: Plugins
In reply to: [Memphis Documents Library] Page Width gets changed by mdocsit looks like it is an inline style of your theme, maybe located in the header or footer.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsit looks like it is an inline style of your theme, maybe located in the header or footer.sorry wrong post.
- This reply was modified 4 years, 6 months ago by bhaldie.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsUnfortunately u can use those versions they have security issues. I would prefer not to have access to your site don’t want to break something
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentsim looking at my change logs, one thing you can try is update back to the latest version 3.10.8 then open the mdocs-upload.php file and goto line 537 and remove the line:
<?php wp_nonce_field( 'mdocs-upload-file-action', 'mdocs-upload-file-field' ); ?>
that’s is the only difference in the submit form from version 9 to 10.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentshmm okay so it has to do with some from .10 and above
narrowing it down.
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentshmmmm, I thought it had to do with that feature.
can you give me the uri of the mdocs dashboard.
I can’t logically figure out why your site is truncating the admin.php?page=memphis-documents.php
I don’t have code that does that???
Forum: Plugins
In reply to: [Memphis Documents Library] Unable to add documentstry install an even earlier version that doesn’t have that checkbox, like 3.10.5 or 3.10.4
I can’t remember the version I added that functionality but it is very resent.