Support Forum
System requirements are here: http://codex.simple-press.com/.....uirements/. But that should be fine as it is checked on install and in any case WP also needs the same minimum versions.
So - I can see there are no plugins! That is about as bare a system as you could run. So - it comes back to the server in some way. Could you ask your host of they can shed any light on why POST variables are being discarded/ignored?
YELLOW
SWORDFISH
|
OK - I was able to do a screenshare w/ the developer who hosts/manages our site and we were able to do a lot of troubleshooting, which I hope will be helpful!
- He wrote a simple test to verify that POST array is being recognized, which it is.In addition, other POST-related functions in the forum are working properly (i.e. REPLY and ADD topic).
- We confirmed our environment, and we are running the correct versions of everything -
- We discovered a number of errors in the log - one was due to invalid time zone (FIXED), the others were due to an inability to get stats from sp_get_option. we commented out these lines so that the program should continue to execute. At that point we were able to get rid of all the errors in the log, but the edit button still was not working.
- we also tried deactivating all the plugins (on both forum and within simple press) but edit function was still not working.
- Our developer thinks it may have to do w/ the javascript redirect. He noticed there is a seemingly older version (1.7.1 vs. 1.8.16) of jquery being called when viewing the source of a forum page -
<script type='text/javascript' src='wp-includes/js/jquery/jquery.js?ver=1.7.1'></script><script type='text/javascript' src='wp-content/plugins/simple-press/resources/jscript/checkboxes/prettyCheckboxes.js?ver=3.3.2'></script>
<script type='text/javascript' src='wp-content/plugins/simple-press/forum/resources/jscript/print/jquery.jqprint.js?ver=3.3.2'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.core.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.widget.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-content/plugins/simple-press/forum/resources/jscript/msdropdown/msdropdown.js?ver=3.3.2'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var sp_forum_vars = {"problem":"Unable to save","noguestname":"No guest username entered","noguestemail":"No guest email Entered","notopictitle":"No topic title entered","nomath":"Spam math unanswered","nocontent":"No post content entered","rejected":"This post is rejected because it contains embedded formatting, probably pasted in form MS Word or other WYSIWYG editor","iframe":"This post contains an iframe which are disallowed","savingpost":"Saving post","wait":"Please wait"};
/* ]]> */
</script>
<script type='text/javascript' src='wp-content/plugins/simple-press/forum/resources/jscript/sp-forum.js?ver=3.3.2'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.mouse.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.resizable.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.draggable.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.button.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.position.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-includes/js/jquery/ui/jquery.ui.dialog.min.js?ver=1.8.16'></script>
<script type='text/javascript' src='wp-content/plugins/simple-press/resources/jscript/sp-common.js?ver=3.3.2'></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.nyee.edu/uveitis/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.nyee.edu/uveitis/wp-includes/wlwmanifest.xml" />
timezone issue... just an annoying notice... hopefully we will get that fixed in 5.1 but does not affect anything really...
5) we do NOT load any jquery... we simply tell wp to load the jquery it ships with... and besides you are confusing jquery and jquery ui... jquery is version 1.7.1 and jquery ui is 1.18.16... those are proper current wp versions.... and keep in mind that jquery and jquery ui are NOT the same thing... jquery ui is an additional library that uses jquery...
sorry if I missed it by I dont see a link to your site... can you provide so we can take a look?
is your host running mod_security?? they may need to whitelist simple press or deactivate it (its about worthless anyways)...
Visit Cruise Talk Central and Mr Papa's World
You are being very patient! I have been gone for the last week but I see your problems are still there. I really do believe we are looking at some kind of environmental issue here as last time I looked everything seemed to be set up correctly. And I feel pretty sure all of these issues - including the attachments issue - will come down to a single cause if we can but find it.
I am going to ask Steve to take a look this time and I note you have sent him a PM with credentials. Maybe he canm spot something I can't.
Just wanted you to know you are not being ignored.
YELLOW
SWORDFISH
|
so since the account you sent us has very limited access, a couple questions... what version of php are you running? and what flavor (ie cgi, dso, etc)?
it seems to be dorking with $_GET and $_POST variables... and doing some odd redirects... are you forcing any kind of redirection? ie in your .htaccess or other?
is there any particular reason why you are running with the ugly default permalinks (also bad for SEO)? any chance that you could do a temp switch to a custom, friendly permalink and see if that makes any difference?
Visit Cruise Talk Central and Mr Papa's World
Hi - I will send you admin access as well as contents of my htaccess file via PM. There is another line in there that might have something to do with it?
Here's the PHP info...and yes, am willing to switch to seo friendly permalink; let me know if you still need me to try that (and how to do) after looking at this info, plus contents of the PM.
1 Guest(s)