-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue : body text not accepted. (news, featurebox menu/pages etc..) #1035
Comments
Do you think it is related to server restrictions? |
might be. but everything was running ok before updating to this latest git. |
News was updated to use the AdminUI. Pages, Welcome Message, FAQs - they all use the same mechanism, so I'm not sure what is causing the problem. I am unable to reproduce this issue with the news. |
it does seem to be a tiny issue, |
this seems interesting : edit - which IS posted .. so it's not interesting .. |
i have been looking at this one again, tried uninstalling tiny.. but that didnt help at all,- problem is not with tiny then i noticed the same issue, empty body when adding a new menu. due to some issues in the team on this site, i am not gonna get the admin logs. people dont want to give me the acces i need for this, please help me on this one. |
bughunt session #4 posting plain text -> success :) .. "test test" .. no problem. so i tried html specific chars .. i tried nothing helps, but i now suspect it's an regexp somewhere ?? btw,git version of last night., |
@willem010 Have you tried reproducing this on different servers? |
yeah i tried. with no success.. can you at least point me in a direction to start hunting for whats causing this? |
disable htaccess, and add this after class2.php in newspost.php (but only once you're ready to submit the form)
Also, try exporting preferences from a fresh install, and importing into the problem site. (backup everything first of course) If you don't have access to post HTML, it will be stripped. |
$_post gives me all the posted data, test [/html]looks ok up till here. but a few lines down, it shows and the body field is empty. |
okay, sounds like a permissions issue with html posting. |
if you say so.. haha.. i would think the data is received by newspost, which just should post it to the database... ? anyway.. it's a dedicated server, |
If you're seeing what is posted using print_a (complete with HTML), then it is has nothing to do with Linux or a server config. |
Please, can you go to Admin -> Database -> Preferences Editor. And tell me the value for 'post_html' ? |
ah ok. i misunderstood.. the value is 254.. admins should be able to post html. |
i did notice a real mess in my usertable and userclasses. i tried to clean up the classes using a copy from a fresh install, but .. still not able to post html, doesnt matter what user level i set for posting html in the prefs, |
updated to current git. still is there anything i can do to help fixing this? |
@willem010 I started to notice this issue too recently. Pages and FAQs has no problem for me. But News does. . You can check the 'body' field data by enabling SQL debug.
|
this shows me the body text is empty. at top of the newpost.php i still have the print_a($_POST); which shows me the body text. |
@willem010 Could you please login at e107.org and then use the contact form to send me your skype address? We need to get the bottom of this! |
I dont use skype, but i will contact you anyway. |
…hanges are precautions. Still not sure what is causing it.
@willem010 Is this issue still present using the latest files? |
still present with pretty recent files but i will check latest this week. |
That's fine, just wanted to make sure since the last message about this was a few months ago. Thanks. |
yeah.. been busy. didnt take much time to look at this again. i did try files from about a month back. didnt solve it. |
I believe this was a TinyMce issue, which has since been fixed. But if you can test and confirm that would be appreciated. |
i will check first thing tomorrow. |
closing this one, as this most probably was caused by a hacked server. im unable to reproduce on the newly installed server. we cannot find what was causing this (i really have no idea what happened ) |
after creating or editing a newsitem, the item has no content.
body and extended text are not saved (when tinymce is used)
after editing :
System Information
Nothing updated as no changes were made.
i found:
when both body and extended text are set to bbcode,
it does save, but only when there are no images in the content.
The text was updated successfully, but these errors were encountered: