Error in rpr_core.php file
-
No recipe content was displaying at all.
Debug info:
Warning: include(): Failed opening '/path_to/site/public_html/wp/wp-content/plugins/recipepress-reloaded/templates//recipe.php' for inclusion (include_path='.:/usr/php/path/to/pear') in /path_to/site/public_html/wp/wp-content/plugins/recipepress-reloaded/php/class/rpr_core.php on line 602
I fixed this by editing rpr_core (hardcoded the path to the template):
[line 602]include($this->pluginDir . '/templates/rpr_default/recipe.php'); //'.$this->option( 'rpr_template', 'rpr_default' ).'
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Error in rpr_core.php file’ is closed to new replies.