-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
K 6.4.0 0 Call to undefined method Kunena\Forum\Libraries\Config\KunenaConfig::get() #9798
Comments
I get the error even if I don't attach any images.
|
I don't see any connection between the last line in the call stack and the error message after saving. I'm not a programmer, but I'm curious and so I compared the KunenaAccess.php file in version 6.3.8 with the one in version 6.4.0-RC2. Maybe that can help with the solution. In 6.4., line 20 is missing 6.4 is missing lines 127 to 141 6.4 line 161: $query = $db->createQuery() 6.3.8 line 177: $query = $db->getQuery(true) 6.4 is missing lines 188 to 206 6.4 line 272 and 6.3.8 line 307 a quotation mark is missing or there is one too many: “function kShowAccessType(htmlclass, el) { 6.4 line 796: $query = $db->createQuery() 6.3.8 line 831: $query = $db->getQuery(true) 6.4 line 879: $query = $db->createQuery() 6.3.8 line 914: $query = $db->getQuery(true) |
6.4 line 895: $query = $db->createQuery() 6.3.8 line 930: $query = $db->getQuery(true) |
@xillibit: better, at least no more error, but still wrong message. |
I prepared a post with 12 image links. Then I activated the Kunena Profiler on the admin page. Maybe this will help with troubleshooting? |
Describe the bug
Inserting attachment in message as registered user throws error.
My findings, in an attempt to clarify the issue as reported on the forum
https://www.kunena.org/forum/76-Official-Announcements-and-News-about-Kunena/168690-kunena-6-4-rc2-released-for-joomla-5-0-5-1-5-22#232673
To Reproduce
Steps to reproduce the behavior:
Expected behavior
No message that links and images have been removed
Actual result
Screenshots
To Reproduce for registered user
Steps to reproduce the behavior:
Same as before but then
4. Login as registered user
5. Create new topic or reply to existing topic
Expected behavior
Message created with attachment inserted.
Actual result
Error message
To be tested
I had one testsite where the problem resolved itself?? But unfortunately can't reproduce what I did.
Then in new J523 site problem occured again.
Go back to topic and attachment is nicely inserted in message.
The text was updated successfully, but these errors were encountered: