Hi Friend,
Do you have any additional information I can provide you without necessarily informing you as a super admin?
I have enabled debugging and bug reporting and have bug in koowa component, I believe it is some conflict with something used in Docman, but strange that in other templates the front end editor works. But only with T3_BS3_Blank template it presents the broken form as the printscreen I sent.
The error by the report in Maxim is this:
/libraries/koowa/components/com_koowa/template/filter/document.php on line 61
Uncaught TypeError: Argument 1 passed to KExceptionHandlerAbstract::handleException() must be an instance of Exception, instance of Error given in /var/www/html/siteurl/libraries/koowa/libraries/exception/handler/abstract.php:272 Stack trace: #0 [internal function]: KExceptionHandlerAbstract->handleException(Object(Error)) #1 {main} thrown
.../libraries/koowa/libraries/exception/handler/abstract.php:272
267 * called, until all handlers have gotten a change to handle the exception.
268 *
269 * @param Exception $exception The exception to be handled
270 * @return bool If the exception was handled return TRUE, otherwise false
271 */
272 public function handleException(Exception $exception)
273 {
274 try
275 {
276 //Try to handle the exception
277 foreach($this->getHandlers() as $handler)
Ps: sorry for the bad english, this is not my mother language
😢