• Resolved newforestedge

    (@newforestedge)


    I use tablepress to dynamically update current weather conditions from a frequently uploaded php file. which is executed in Tablepress. If I update either php version beyond 7.4 or Tablepress 3.04 then the cells are blank and no data is displayed. I am therefore stuck but will need to update at some point as my host is warning about the php version.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Can you please clarify what “which is executed in TablePress” means here? TablePress does not execute any external files, so that I assume that you mean “import” here? If so, only the output of that PHP script would be relevant. And then: Which import method are you using?

    TablePress is fully compatible to modern versions of PHP, so that I can only assume that your script is not yet. Can you maybe check the server’s PHP error log file for details? Also, is the script available somewhere? And what does its immediate output look like with a modern version of PHP?

    Best wishes,
    Tobias

    Thread Starter newforestedge

    (@newforestedge)

    Hi, the Cutags php file is in every cell of the current conditions table table like this: [insert_php]include “/home/tottonwe/public_html/wpnf/Cumulus/Cutags.php”;[/insert_php]

    The Cutags file contains the actual value to display for each weather element. Hope this is clear.

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    ok, thanks for that example.

    Then, you will have to investigate where that [insert_php] Shortcode is coming from, as that is not from TablePress. Is that maybe being added by another plugin?

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Tablepress not executing php functions past ver7.4’ is closed to new replies.