I have playing around recently with a lot of fatal errors as I customize more and more.
I finally got news articles to start appearing on my site via rss2html.php application. Anyway, I have an error on the page and I don't want to regress in my progress so I am leaving it alone for the moment in hopes someone can help me figure it out. I am getting the following error:
Fatal error: Call to a member function on a non-object in /public_html/includes/modules/sideboxes/ezpages.php on line 118
You can see it on my web page here:
http://vytle.com/index.php?main_page=disease
so I naturally looked this line up and the line reads:
require($template->get_template_dir('tpl_ezpages.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_ezpages.php');
As you can probably see, the right side boxes are missing and this line obviously has something to do with them. Does anyone know what I can do to make them reappear on this page and possibly in future situations when I add news feeds such as these?
Thanks,
Nick
Let me know if more info is needed.



