Run PHP Scripts – Nothing happens
-
I’m testing “RUN PHP SCRIPTS”, but nothing happens.
I tried with:
<?php
unlink(“test.txt”);
$myfile = fopen(“test.txt”, “w”) or die();
fwrite($myfile, “INICIANDO” . PHP_EOL);
fwrite($myfile, “TERMINANDO” . PHP_EOL);
fclose($myfile);
?>Log show:
-Starting a routine.
–Starting the routine. ID xxx Action: Run PHP Scripts.
–Still have threads.Debug is active on file wp-config.php, but nothing happens on debug.log:
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
define(‘WP_DEBUG_DISPLAY’, true );
define(‘SCRIPT_DEBUG’, true );I’m using WordPress WordPress 5.0.4, with “Twenty Nineteen” theme.
Waiting for your help.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Run PHP Scripts – Nothing happens’ is closed to new replies.