[Plugin: Exec-PHP] Not executing in Widget
-
SO I’m trying to run Exec-PHP after a manual upgrade to 3.01 (automatic upgrade had an error) and now it seems as if the script I am using (that executes with Exec-PHP) is no longer working.
code I am trying in the widget
<?
include (‘/home2/ncislosa/public_html/affiliationally/config.php’);
$affstyle = ‘textlinks’;
$affsubcat = ‘1’;
include (‘/home2/ncislosa/public_html/affiliationally/display.php’); ?>
and when it’s activated I get this error now
Warning: include(/home2/ncislosa/public_html/affiliationally/config.php) [function.include]: failed to open stream: No such file or directory in /home/ncislosa/public_html/wp-content/plugins/exec-php/includes/runtime.php(42) : eval()’d code on line 5
for multiple lines. I had the same problem with another script I was using that was running with Exec-php.
The error is one I usually get when I put the code in a widget or on a page before activating Exce Php.
I’ve deleted the plug in and re-installed, and still nothing.
- The topic ‘[Plugin: Exec-PHP] Not executing in Widget’ is closed to new replies.