• You can fix the anoying error messsage for missing images simply by changing line 193 in your plugin.php file from:

    $image_path = FEA_URL . 'assets/icon.png';

    into

    $image_path = FEA_URL . 'assets/icon.png';

    And voila: Error messages are gone.

    • This topic was modified 2 years, 8 months ago by polarracing.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Fix for Admin Image Error’ is closed to new replies.