Page MenuHomePhabricator

Meowcatx
User

Projects

User does not belong to any projects.

Today

  • Clear sailing ahead.

Tomorrow

  • Clear sailing ahead.

Friday

  • Clear sailing ahead.

User Details

User Since
Aug 3 2023, 9:12 AM (47 w, 5 d)
Availability
Available
LDAP User
Unknown
MediaWiki User
Meowcatx [ Global Accounts ]

Recent Activity

Aug 9 2023

Meowcatx added a comment to T343468: PHP8 compatibility.

All of them come from actual warnings.

Aug 9 2023, 2:14 PM · PHP 8.0 support, MediaWiki-extensions-Page_Forms

Aug 4 2023

Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.

Yes. You got me there. I literally just made a second form for Template:Instrument solely for the purpose of in-house documenting the process of making forms. Now wiped out the form and all is fine. Thanks a lot!

Aug 4 2023, 2:56 PM · MediaWiki-extensions-Page_Forms
Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.

thanks, I like to help;
but I'm still surprised why I get this result.
Accessing the multiedit page for template "Instrument" directly works fine:
https://my_wiki_address/msf-wiki/Special:MultiPageEdit?template=Instrument&form=Instrument
But somehow this isn't getting listed on the MultiPageEdit pages, even after runnig runJobs.php multiple times. So I guess this error ceases to be "why do we get the exception" and now is "why is our template not showing up"?

Aug 4 2023, 2:36 PM · MediaWiki-extensions-Page_Forms
Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.

The actual $query executed in QueryPage.php is

array(3) { 
["tables"]=> array(1) { [0]=> string(4) "page" }
["fields"]=> array(2) { [0]=> string(19) "page_title AS title" [1]=> string(19) "page_title AS value" }
["conds"]=> array(2) { ["page_namespace"]=> int(10) ["page_title"]=> array(0) { } }
}
Aug 4 2023, 1:50 PM · MediaWiki-extensions-Page_Forms
Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.
MariaDB [msf_wiki]> select * from page where page_namespace = 10;
+---------+----------------+----------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
| page_id | page_namespace | page_title           | page_is_redirect | page_is_new | page_random    | page_touched   | page_links_updated | page_latest | page_len | page_content_model | page_lang |
+---------+----------------+----------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
|      45 |             10 | InstituteUser        |                0 |           1 | 0.309973464023 | 20230803120913 | 20230803121242     |          91 |      686 | wikitext           | NULL      |
|      52 |             10 | Instrument           |                0 |           0 | 0.818876936406 | 20230803155950 | 20230803155950     |         124 |      832 | wikitext           | NULL      |
|      27 |             10 | Ivmbox               |                1 |           1 | 0.348150561974 | 20230721153115 | 20230721120120     |          34 |       39 | wikitext           | NULL      |
|      26 |             10 | Ivory_messagebox     |                0 |           0 | 0.092648723854 | 20230721122149 | 20230721122149     |          43 |      701 | wikitext           | NULL      |
|      29 |             10 | Ivory_messagebox/doc |                0 |           0 | 0.682466344502 | 20230726153124 | 20230721123413     |          40 |     2683 | wikitext           | NULL      |
|      13 |             10 | Landscape            |                0 |           1 | 0.903200530482 | 20230721120455 | 20230720112414     |          13 |       45 | wikitext           | NULL      |
|      14 |             10 | Landscape/styles.css |                0 |           1 | 0.109863493531 | 20230720100038 | 20230720100038     |          14 |       37 | sanitized-css      | NULL      |
|      21 |             10 | Mbox                 |                0 |           1 | 0.862946419512 | 20230726061456 | 20230721120540     |          28 |      136 | wikitext           | NULL      |
|      17 |             10 | Transcluded          |                0 |           0 | 0.517391997538 | 20230721124415 | 20230721124415     |          59 |      470 | wikitext           | NULL      |
|      30 |             10 | TranscludedTargets   |                0 |           0 | 0.825386153725 | 20230721124445 | 20230721124445     |          60 |      342 | wikitext           | NULL      |
+---------+----------------+----------------------+------------------+-------------+----------------+----------------+--------------------+-------------+----------+--------------------+-----------+
10 rows in set (0.000 sec)
Aug 4 2023, 1:14 PM · MediaWiki-extensions-Page_Forms
Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.

Investigating: I suspected this was a PHP8 related error. It is not PHP8 related; I get the same error with PHP7.4.

Aug 4 2023, 12:56 PM · MediaWiki-extensions-Page_Forms
Meowcatx added a comment to T338198: "Empty input for field page_title" on Special:MultiPageEdit.

I am running 1.39 with PageForms 5.6.1 + custom PHP8 fixes (see corresponding issues) and am getting the same error.
To make it clear: I'm getting the same issue as OP, with MW 1.39 and current PF, not the outdated version of Tr00j00

Aug 4 2023, 12:26 PM · MediaWiki-extensions-Page_Forms

Aug 3 2023

Meowcatx created T343468: PHP8 compatibility.
Aug 3 2023, 3:49 PM · PHP 8.0 support, MediaWiki-extensions-Page_Forms