• jandrews88

    (@jandrews88)


    I’m using the PHPExec plugin to display RSS feeds on a WordPress page (via a PHP include). The RSS feed has been working fine for the last 5 weeks. However, yesterday, it suddenly stopped working.

    Instead of seeing RSS news items on my page, I now see PHP code. Here’s the PHP code I’m seeing…

    <?php include (“http://app.feeddigest.com/digest3/random_letters_here.html&#8221;);
    ?>

    Priyadi’s PHPExec plugin says to put
    < phpcode > </phpcode> tags around the code you want to execute. So, inside my WordPress page, here’s what I’ve got…

    <phpcode>
    <?php include (“http://app.feeddigest.com/digest3/random_letters_here.html&#8221;);
    ?>
    </phpcode>

    Bottom-line: PHPExec is displaying my code, instead of executing it. How do I solve this problem? Anyone else experiencing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • MichaelH

    (@michaelh)

    Maybe something happened to the actual phpexec.php file–consider uploading a new copy of that file to your wp-content/plugins folder.

    Also try deactivating and reactivating the plugin.

    Thread Starter jandrews88

    (@jandrews88)

    Thanks MichaelH. You know what? I have two different PHP plugins installed. I have PHPExec (by Priyadi) installed and Exec-PHP by Soren Weber.

    Guess I didn’t relize that Exec-PHP came pre-installed with Semiologic. So, I disabled the PHPExec plugin (Priyadi’s), deleted the <phpcode></phpcode> tags and enabled Soren Weber’s PHP plugin.

    Still have no idea why Priyadi’s PHPExec plugin stopped working…strange. But at least I have another plugin that executes PHP code.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘PHPExec Problem…displaying code instead of executing it’ is closed to new replies.