Posts: 4
Threads: 2
Joined: Oct 2019
Reputation:
0
Rename system/ThirdParty/Kint/kint.php to system/ThirdParty/Kint/Kint.php
Posts: 9
Threads: 1
Joined: Oct 2019
Reputation:
0
02-27-2020, 04:12 AM
(This post was last modified: 02-27-2020, 04:38 AM by Stormbringer.)
I have the same problem only on production.
After upgrade from RC4 to 4.0.2
Posts: 3
Threads: 0
Joined: Feb 2020
Reputation:
0
I have the same problem in the web server (but not in local) with version 4.0.2, but not with version 4.0.0-rc4
Posts: 6
Threads: 0
Joined: Jan 2018
Reputation:
0
Yes, I've just had the same error on remote hosting server with version 4.0.2. As Navindex told advised, renamed kint -> Kint and error has disappeared.
Posts: 1,285
Threads: 65
Joined: Oct 2014
Reputation:
82
The version of Kint changed from 2.x branch to the 3.x branch. While renaming Kint class will get rid of that error, there still might be other errors you get in development due to the version differences. However, Kint never runs in production so if you've already got a site deployed it shouldn't cause any issues. Always better to be safe, though, and copy the files from the 4.0.2 repo (ThirdParty/Kint) over to your project.
Posts: 6
Threads: 2
Joined: Dec 2014
Reputation:
0
03-20-2020, 02:13 AM
Solved the problem - can this be corrected in the next release?
On localhost (windows-Wamp) capitals on file is less important. Production site is Linux with stricter filerules!