
$ver Resolves to something like '104323' ie. Solution: $timestamp = filemtime( plugin_dir_path( _FILE_ ). I think that the timestamp is too big and gets truncated? Whatever the timestamp was, the url of the js file '?ver=xxxxxxx' was identical.Ī simpler version parameter, however, DOES change the url and Chrome reloads every time the version parameter is changed. so please do not hesitate to contact us if you have any problem or. $ver = filemtime( plugin_dir_path( _FILE_ ). VENETIAN IMAGE O Shaped Mirrored Console Table with Crystal Led Light Table for. I'm on a Wordpress platform so I tried using the js file timestamp as the version parameter in 'wp_enqueue_script()' as an attempt to cache-bust.Įg. Clearing the cache ( 'Ctrl-Shft-Del' on Chrome ) got it working. Chrome was not recognising updated script files. I didn't find a complete solution online, so I hope this helps someone.Īfter a bit of a journey I discover that it is a caching issue. Tried everything from updating browser to restarting. It was working fine for months and stopped about an hour ago. Weird how the FCC ‘console log’ just quit working. This will give additional debugging output about the. Part of it is also just learning a different way of thinking. In this case, the best thing to do is start darktable from a console with darktable -d opencl. But if you keep at it, it will start to make sense.
#CONSOLE.LOG NOT WORKING IN LIGHTTABLE CODE#
throughout the code so you can follow it and see where things are firing and where they aren’t. 2 Likes subterminal May 24, 2018, 10:34pm 3 That absolutely works. If you’re unsure what is happening, put things like console.log ('here 1') and etc. The logging output is not being shown on the LT console (unless I write to the logger on the same file). Make sure you are using the browser’s console (Ctrl + Shft+ J in Chrome) and not the fake console that FCC provides. I was working through Trailhead assignments that use console.
#CONSOLE.LOG NOT WORKING IN LIGHTTABLE UPGRADE#
I've had similar issues with javascript 'alert()' and 'console.log()' apparently not working in Chrome, but working in Firefox. Couple things on python's console output: I get a lot of 'execing' 'execed' and 'evaling' when running python scripts that belong to LT and not my script (I assume they were part of your debugging output). Open the console in Chrome Refresh app and nothing gets printed This should be printed in console should have been printed to Chrome console I think the issue may be related to the Chrome release since it was after an upgrade it stopped working. Console.log () statements dont show up in Logs area of Developer Console.
