• Resolved coasting

    (@coasting)


    I manually upgraded from 2.7 to 2.8 and then to 2.9.2. From 2.7-2.8 worked beautifully, but from 2.8 to 2.9.2 resulted in the backend giving me a series of failure notices like this filling the whole screen:

    Warning: file(/home/content/c/o/a/coastinghome/html/wp-content/home/content/c/o/a/coastinghome/html/wp-content/themes/agent_20/404.php) [function.file]: failed to open stream: No such file or directory in /home/content/c/o/a/coastinghome/html/wp-content/themes/agent_20/tools/post_templates.php on line 23

    Warning: implode() [function.implode]: Bad arguments. in /home/content/c/o/a/coastinghome/html/wp-content/themes/agent_20/tools/post_templates.php on line 23

    Any thoughts?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter coasting

    (@coasting)

    Never mind, figured it out.

    scooterschalk

    (@scooterschalk)

    I have the sam issue. How did you fix it.
    Many thanks

    scooterschalk

    (@scooterschalk)

    Solved:

    On /tools/post_templates.php line 23 look for:

    $template_data = implode( ”, file( WP_CONTENT_DIR.$template ));

    Replace to:

    $template_data = implode( ”, file( $template ));

    thanks anyway!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[function.implode] at post_templates.php on line 23’ is closed to new replies.