when I try to see my photos I get the message Fatal error: Call to undefined function getoption() in public_html/photos/zp-core/class-load.php on line 14
To be sure that you have a consistent zenphoto installation, you should probably reinstall zenphoto and make sure that all the files are from 1.2.6. The easiest way to do this is to completely reinstall zenphoto. If the installation is correct, you should not be receiving that error.
Comments
What can i do for this?
The line of code at line 14 is:
if (getOption('zp_plugin_zenpage')) {
require_once(dirname(__FILE__).'/'.PLUGIN_FOLDER.'/zenpage/zenpage-class-news.php');
require_once(dirname(__FILE__).'/'.PLUGIN_FOLDER.'/zenpage/zenpage-class-page.php');
}
What can be do to resolve this issue?
Thanks again.