11 Oct 2024 |
| Lucid joined the room. | 14:10:59 |
justinl | Maybe not, this line seems to be what creates the query:
$finalConds[] =
"(cl_timestamp > $timestamp OR (cl_timestamp = $timestamp AND cl_from > $lastId))";
so maybe bad timestamp values in the categorylinks table...
| 18:42:12 |
justinl | All timestamp values in the table look valid, so I'm not sure what's causing the empty $timestamp values being interpolated into the query condition. | 19:49:16 |
justinl | OH! https://phabricator.wikimedia.org/T310848 | 20:09:34 |
12 Oct 2024 |
| bawolff joined the room. | 10:04:17 |
13 Oct 2024 |
| @serious_fun:matrix.org left the room. | 19:19:41 |
14 Oct 2024 |
| VulcanSphere in the Matrix.org changed their profile picture. | 15:27:48 |
17 Oct 2024 |
| Travis joined the room. | 19:05:13 |
Travis | Hoping someone can help me out. I have this code {{#ask: [[Category:My Stuff]] |?has coordinates |format=map |zoom=9 |centre=20.7984,-156.3319 |types=satellite, terrain, hybrid|type=hybrid |resizable=yes }}
Which works brings up my map with what I want on it but it breaks the visual editor. When I click edit I get this error "[0be67b6869c0bd537f0406bb] Exception caught: Typed property Parser::$mStripState must not be accessed before initialization" Which I have not been able to find much info on. Does anyone know what could be causing that as the page does work fine just can't user the visual editor on it. Any help would be much appreciated! | 19:17:38 |
18 Oct 2024 |
revansx | What version of MW, SMW, and Maps are you using? | 00:12:57 |
Travis | MW 1.41.4 SMW 4.2 Maps 10.2.0 | 00:14:05 |
Travis | If i set format to say table or list I don't get an error with visual editor | 00:14:18 |
Travis | Just seems to happen with map | 00:14:33 |
revansx | I think format=map is from the extension Semantic Results Formats (SRF) .. what is your version of SRF? | 00:16:22 |
Travis | Hmm is it possible I'm missing SRF? Not seeing it listed anywhere under special:version | 00:20:01 |
Travis | Ok figured that out I did not have it enabled. Is now and is v 4.2.1 | 00:23:55 |
Travis | Still getting the error | 00:24:04 |
Alexander Mashin | In reply to @telegram_7441543917:t2bot.io Hoping someone can help me out. I have this code {{#ask: [[Category:My Stuff]] |?has coordinates |format=map |zoom=9 |centre=20.7984,-156.3319 |types=satellite, terrain, hybrid|type=hybrid |resizable=yes }}
Which works brings up my map with what I want on it but it breaks the visual editor. When I click edit I get this error "[0be67b6869c0bd537f0406bb] Exception caught: Typed property Parser::$mStripState must not be accessed before initialization" Which I have not been able to find much info on. Does anyone know what could be causing that as the page does work fine just can't user the visual editor on it. Any help would be much appreciated! This error also appears sometimes while running setupStore.php . | 02:09:31 |
Alexander Mashin | And it's possible that this error appears while trying to report another error. | 02:10:13 |
krabina | Format=map is from the maps extension. Which version do you have? | 06:16:24 |
Travis | 10.2 | 06:35:10 |
krabina | I suggest to file a bug report there. | 10:39:05 |
19 Oct 2024 |
krabina | Did anyone see this before: "SMW\SemanticData is already in use, please clear the callable first!" (when running runJobs.php)? | 17:22:06 |
krabina | * Did anyone see this before:
"SMW\SemanticData` is already in use, please clear the callable first!"
(when running runJobs.php)?
| 17:22:27 |
23 Oct 2024 |
Alexander Mashin | In reply to @krabina:matrix.org
Did anyone see this before:
"SMW\SemanticData` is already in use, please clear the callable first!"
(when running runJobs.php)?
I think I have seen 'something already in use' while either running a script or previewing an article with a fact box. | 01:59:28 |
31 Oct 2024 |
Bertrand Gorge | Hello, I don't know if anyone is maintainer of the PageForms extension here, I just opened a bug that blocks the usage of the "values from concept" option of tokens... : https://phabricator.wikimedia.org/T378723 | 14:53:23 |
Bertrand Gorge | I proposed a fix in the bug, but it's always a bit complicated for me to propose PR in phabricator.... | 14:54:19 |
Bryan Hilderbrand | @bertrandgorge:matrix.org: He's not in here, but if you ping him (@yaronk) in the extensions or general room he'll probably respond. | 15:06:28 |
Bertrand Gorge | Of course - thanks ! | 16:13:59 |
5 Nov 2024 |
| Sebkha Solonchak joined the room. | 00:43:27 |