CakePHP DebugKit error - cakephp-3.0

I get this error in my CakePHP 3 app
Fatal error: Call to undefined method Cake\Database\Query::toArray() in /home/rrd/public_html/sanga/vendor/cakephp/debug_kit/src/Panel/VariablesPanel.php on line 77
Cake 3.1.8
DebugKit 3.2.4
Any idea what is this?
Update: It seems the error comes up when I have some sql error.

Related

Moodle: Exception - Call to undefined method theme_boost\output\core_renderer::get_setting()

After Installing the moodle website(Moodle Version: 3.8.1), on opening the login page(/login/index.php). I am getting below error.
Exception - Call to undefined method theme_boost\output\core_renderer::get_setting()
Please let me know what are the changes require.. in framework or in configurations

Working with font-awesome 4.7 in extjs 7.3

I was upgrading an app build with an old extjs framework version (v 6.7) which used the old font-awesome package up to v4.7 I guess. I upgraded the app now to the 7.3 framework version which uses the new font-awesome package. Now my question is, is there a possibility to use the old package instead? I tried just swapping out the package folders but sencha cmd then throws a fashion error like this:
[LOG] Fashion Error : Reference to undeclared variable : $fa_fw_width :
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: Fashion build exited with code : 1
[ERR] at net.sf.antcontrib
[ERR] .logic.IfTask.execute(IfTask.java:217)
What I tried as well was swapping the data in the ext\packages\font-awesome\resources\fonts folder, which seemed to make no difference.
and swapping out both folders (\resources and \sass) lead to this building failure:
[LOG] Fashion Error : Reference to undeclared variable : $fa_var_thumbtack :
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExBuild: Fashion build exited with code : 1
[ERR] at org.apache.tools.
[ERR] ant.taskdefs.Sequential.execute(Sequential.java:68)

Error App\\Application when upgrading version of CakePHP from 3.6 to 3.7

My application is working if the version of my cake is 3.6.7 then after upgrading it to version 3.7.* it causes an error when running my application.
here's the error at apache:
PHP Fatal error: Uncaught Error: Class 'App\Application' not found
in /var/www/html/test/webroot/index.php:37\nStack trace:\n#0 {main}\n
thrown

Fluent Error: received a fatal signal (segmentation fault)

I am facing this error whenever I open Fluent, I google it but most of them are facing this problem because of UDF. In my case I am not using UDF, and still getting this error. Even I cannot load fresh fluent module, as it ends up with the same errors...which are listed below
Error: Cortex received a fatal signal (SEGMENTATION VIOLATION).
Error Object: ()
Error: eval: unassigned variable
Error Object: rp-seg?
Error: eval: unassigned variable
Error Object: rp-host?
Error: eval: unassigned variable
Error Object: sg-wetsteam?

Error Message not generated

1 - Build flex on Windows 7 64 bits, and when error is thrown, i can get both the error code and error Message
2015/06/15 16:47:26:192 [ERROR] MyClass Error: Error #3013: File or directory is in use.
at flash.filesystem::FileStream/open()
at MyClass/openCsv()
...
2 - Build flex on Windows 2008 R2 64 Bits, and when error is thrown, i can get only the error code, but not the error message
2015/06/15 17:15:17:215 [ERROR] MyClass Error: Error #3013
at MyClass/openCsv()
...
Thanks for your help :)
This issue was not due to the operating system
The response is : We can get the error message only in debug mode, but not in production mode
Also, you can take a look to the previous answers:
Get Full Exception Error with Flex