Hi folks, just wanted to chime in and let you all know that I am experiencing the same issue. The error (as mentioned by the OP) looks like this…
../wp-content/plugins/appthemer-crowdfunding/templates/single-campaign-edit.php) [function.include]: failed to open stream: No such file or directory in /home/******/public_html/there/wp-includes/template-loader.php on line 74
It seems that the “single-campaign-edit.php” file doesn’t exist? And after a search on my server and inspection of the downloaded appthemer-crowdfunding.1.8.zip plugin it appears that indeed it doesn’t exist after all.
I found this reference to the file on line 250 of the /appthemer-crowdfunding/crowdfunding.php file…
$files = apply_filters( ‘atcf_crowdfunding_templates_edit’, array( ‘single-campaign-edit.php’ ) );
Where can I find the single-campaign-edit.php file?