Line 81 creates a PHP error
-
This line in CatListDisplayer.php is creating a PHP error:
foreach (scandir($templatePath) as $file) :Errors (note that I truncated my absolute server path below):
PHP Warning: scandir(/wp-content/themes/persuasion/list-category-posts/) [function.scandir]: failed to open dir: No such file or directory in /wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 81
[
PHP Warning: scandir() [function.scandir]: (errno 2): No such file or directory in /wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 81PHP Warning: Invalid argument supplied for foreach() in /wp-content/plugins/list-category-posts/include/CatListDisplayer.php on line 81
The topic ‘Line 81 creates a PHP error’ is closed to new replies.