• Attempted to install both locally and on a production site, received the following error (both on WP 3.0.3):

    Warning: fopen(../wp-content/plugins/latestPost/style.css) [function.fopen]: failed to open stream: No such file or directory in */wp-content/plugins/latest-post/latestPost.php on line 160
    DIED: ERROR OPENING../wp-content/plugins/latestPost/style.css

    *Server path directory

Viewing 2 replies - 1 through 2 (of 2 total)
  • You Got This Problem Solved? Would Be Cool, Cause This Plugin Seems to Be Nice!

    The path to the css file in the plugin is wrong.

    Edit the plugin and replace this line:

    $file = "../wp-content/plugins/latestPost/style.css";

    with this:

    $file = "../wp-content/plugins/latest-post/style.css";

    in both function getCss() and function saveCss

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: Latest Post] Error on line 160’ is closed to new replies.