mensoif
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import issuesPHP Request Startup: Input variables exceeded 1000. To increase the limit change max_input_vars in php.ini.You where right
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import issuesok, thanks I will have a look at the php logs to see what limitation I might have hit. Thanks.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Import issuesForum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Link league to seasonThanks @savvasha I did everything right except the part of manually adding the teams to the league table, which then resulted in the issue I had.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Link league to seasonfor the seasons I have 2024-2025 and 2025-2026, for the leagues I have m-elite, f-elite, f-a, m-a, f-b, m-b, f-c, m-c as they are not linked Team A can have been in m-elite in 2024-2025 and in m-a in 2025-2026. if I assign both leagues to the team, it will not know what season it was in which league.
So are you proposing to pre/postfix the league with the season, like m-elite-24-25 and recreate new season each year?
Forum: Fixing WordPress
In reply to: Json Page representationI think I found the way to go. https://developer.ww.wp.xz.cn/rest-api/extending-the-rest-api/adding-custom-endpoints/
Forum: Fixing WordPress
In reply to: Json Page representationWow, that exactly the simple solution i was looking for, thanks. Is there a way (filter, hook or else) to modify this json, (I have no control on the json “client” so I have an imposed schema), and also will modify this schema break anything? As this function exist, It’s certainly used for something.
Thanks again a lot for your help.
Hi,
thanks for your help, by grepping my website I foud out this :
wp-content/plugins/osm/osm-metabox.php: <input name=”file_FileURL” type=”text” size=”30″ maxlength=”200″ value=”../../../../wp-content/uploads/YOUR-FILE”>
So it seems to be :
https://ww.wp.xz.cn/plugins/osm/I think I will disable this plugin for now. Thanks for your help.