Hi. Maybe you’ve found the error, but I found the same error in these files:
./wp-content/themes/evolve/search.php:263:
?php edit_post_link( __( ‘EDIT’, ‘evolve’ ), ‘<span class=”edit-post edit-attach”>’, ‘</span>’ ); ?>
./wp-content/themes/evolve/archive.php:259:
?php edit_post_link( __( ‘EDIT’, ‘evolve’ ), ‘<span class=”edit-post edit-attach”>’, ‘</span>’ ); ?>
./wp-content/themes/evolve/author.php:228:
?php edit_post_link( __( ‘EDIT’, ‘evolve’ ), ‘<span class=”edit-post edit-attach”>’, ‘</span>’ ); ?>
Hi.
Sorry for not getting back earlier, there is only one folder in /wp-content/plugins
Thx,
/mysteron
Ask if your provider / server admin has added the function dir() to the disable_functions setting in php.ini. If yes, then the dir() function has to be allowed. Btw, the dir() function is a major security risk, so also ask WP why they use this function.
/mysteron