Help is needed please. I have just upgraded and get this message all over my admin pages:
Warning: file(/home/ukh32946/public_html/wp-content/home/ukh32946/public_html/wp-content/themes/metro_10/search.php) [function.file]: failed to open stream: No such file or directory in /home/ukh32946/public_html/wp-content/themes/metro_10/tools/post_templates.php on line 23
Warning: implode() [function.implode]: Invalid arguments passed in /home/ukh32946/public_html/wp-content/themes/metro_10/tools/post_templates.php on line 23
I don’t see where I can edit this:
The problem is this line here, it’s setting an incorrect path.
$template_data = implode( ”, file( WP_CONTENT_DIR.$template ));
Try updating that to..
$template_data = implode( ”, file( $template ));
Not sure it will help, but worth a shot i guess.
I would appreciate some assistance.
Sam