MyBB Community Forums

Full Version: Quoted replies show empty
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I make a Quoted reply the post shows up as empty for everyone else. Example:

What everyone else sees:
https://i.imgur.com/GmpMJb7.png

What I see: 
https://i.imgur.com/mQZvwuj.png

I have swapped themes and the issue still persists. i don't know what permission or bug this could be so I don't even know how to trpoubleshoot this
Bump?
When you say you "swapped themes" you mean you changed to default? Your images are not default themes.
For bug or other troubleshooting, it might be helpful for a URL, and if necessary, an account to log in for testing.
What version MyBB?
Have you enabled error logging? And does anything show up there?
Quoting is evaluated in class_parser. Have you made mods there?
What does AdminCP / Tools & Maintenance / File Verification show?
And did it work recently, then stopped? What did you change?
A new plugin? A new theme?

All of these are troubleshooting steps that help describe what you have done to isolate the problem.
Without details, it's more difficult to provide an answer.
(2024-02-09, 09:59 PM)HLFadmin Wrote: [ -> ]When you say you "swapped themes" you mean you changed to default? Your images are not default themes.
Yes, I changed back to the default theme and that didn't change the issue.
For bug or other troubleshooting, it might be helpful for a URL, and if necessary, an account to log in for testing.
Can I DM you as the site requires a user account so I can DM you a demo account to see.
What version MyBB?
1.8.37 (1837)
Have you enabled error logging? And does anything show up there?
I do not know where this is. The Tools and Maintenance doesn't show "error logs"
Quoting is evaluated in class_parser. Have you made mods there?
I have not made any changes to that
What does AdminCP / Tools & Maintenance / File Verification show?
Found Problems: File Status inc/datahandlers/post.php
Could that might be causing it? I followed this https://community.mybb.com/thread-231808...pid1365125 to stop email notifications


And did it work recently, then stopped? What did you change?
It's a fresh installation of the website last week, so i had not actually experienced Quoting until now.

A new plugin? A new theme?
All of these are troubleshooting steps that help describe what you have done to isolate the problem.
Without details, it's more difficult to provide an answer.
Send me a URL and test account. I will look.
I isolated the issue to this plugin: https://community.mybb.com/mods.php?acti...w&pid=1223

is there any fix for that code, or similar plugin??
AdminCP / Configuration / Server and Optimization Options

Use Error Handling -- On
Error Logging Medium -- Log errors
Error Type Medium -- Warnings and errors (gives immediate on-screen feedback that something is not right)
If you use Hide Errors and Warnings, they are not displayed onscreen, but are logged.
Error Logging location -- ./error.log

You can then review the error.log at yourdomain/forum/error.log