I have installed Cubepoint on our site and the Cubepoint plugin to SP. When I click Components: Cubepoint I am warned of 2 failed function calls and a fatal error (lines 100 and 101). The error message is the directory file does not exist. However, I can see the file: /public_html/wp-content/sp-resources/forum-plugins/cubepoints1/admin/spa-components-cubepoints-form.php
function sp_cubepoints_admin_form(){
include_once(SPCUBEDIR.’/admin/spa-components-cubepoints-form.php’);
spa_cubepoints_admin_options_form()
Suggestions? Solutions?