How can I resolved syntax error in Moodle? - moodle

I have the Eguru theme installed in Moodle, but the images are not displayed. I get this error:
Excepción - Call to undefined function sibil#gmail.com()
error/moodle/generalexceptionmessage
What can I do?
Thanks for your advice.

Related

Todo-Tree: Cannot read property 'fsPath' of undefined

I am using VSCode with the ToDo Tree Plugin.
When I try to add a Todo in my code the plugin generates the following error:
Cannot read property 'fsPath' of undefined.
Does anybody know how to solve it ?
Any help highly appreciated.
pk
This type of problem is related to updating VS Code. The Plugin needs to receive an update path. Report the bug to the plugin's develop

Typo3 9.5 why can't you see on what page the error is at?

Why can't you see exactly where the error is thrown with Typo3? Like with Laravel. When an error is shown it usually also shows on what PAGE CLASS or FUNCTION that error is made....
Is it possible, to change that? With an extension or something?
Please see the documentation about Error and Exception Handling on how to configure this to display all error details locally but only show a human readable error on production.

Why is jquery.fileupload-validate raising $.blueimp.fileupload.prototype.options.processQueue.push error?

I am using jquery file upload on a page, and the following error is being raised in the browser console.
TypeError: undefined is not an object (evaluating '$.blueimp.fileupload.prototype.options.processQueue.push')
It appears to be coming from jquery.fileupload-validate.
I have been unable to find much information about this error. From previous experience jquery file upload seems to be very sensitive to the order in which modules are loaded, but again I've been unable to find much in the way of documentation about this.
Has anyone else encountered this error, or can shed some light on load order or other possible causes?
BTW, I am currently loading files in the following order (though have tried others without success)
jquery.fileupload
jquery.fileupload-ui
jquery.fileupload-validate
jquery.fileupload-process
jquery.fileupload-image
jquery.iframe-transport
Try this order:
js/jquery-3.3.1.js
js/jquery.ui.widget.js
js/jquery.iframe-transport.js
js/jquery.fileupload.js
js/jquery.fileupload-process.js
js/jquery.fileupload-image.js
js/jquery.fileupload-validate.js

FlashDevelop iOS Export - Security error

when trying to load a local swf in my actionscript 3 project for iOS I get the following
error in the debugger:
[Fault] exception, information=SecurityError: Error #3207: Application-sandbox content cannot access this feature.
Im stuck, any advice?
Security.allowDomain("*");
gives me the same results.
Mirza
In the loader object, have you set a LoaderContext object on the load() function?

Fatal error in sugarCRM view page for custom module

I am new to sugarCRM, I had created a custom module using module builder. Everything was working fine till yesterday, all of a sudden I get this error when I try to open my module
Call to a member function setup() on a non-object in xxx\xxx\xxx\include\MVC\Controller\ControllerFactory.php on line 78
I tried to search for the solution but couldnt find any .
Can anybody tell me what went wrong ?
Do you have a controller.php file defined for your custom module? If so, I'm guessing the permissions on that file are incorrect.
I got the same error message in my custom module with a custom extende controller.
I named the controller class CustomMyModuleName. But it should be named CustomMyoduleNameController