Jump to content

Fatal error: Call to undefined method Currency::getCurrent()


gdnltd

Recommended Posts

Hello,
Please help me, I need to figure out why the content on any of my product pages isn't showing.

I turned on PHP errors and this is what it came up with:

Fatal error: Call to undefined method Currency::getCurrent() in /classes/Tools.php on line 252


Any help I would be great-full.

Link to comment
Share on other sites

Thanks, that was spot on. Although I fear I have adjusted something I shouldn't have, as new errors come up:

Warning: require_once(ps/config/../classes/mdc9k.php) [function.require-once]: failed to open stream: No such file or directory in ps/config/config.inc.php on line 18

Fatal error: require_once() [function.require]: Failed opening required 'ps/config/../classes/mdc9k.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in ps/config/config.inc.php on line 18

My home page shows up great and even in each category, it's only when I click on any product that the page shows only the header and the left column but no content.

I appreciate your help.

Link to comment
Share on other sites

First, search all your module directories for mdc9k.php. Try to uninstall that module and then delete it off your server. Then it can't cause a PHP error.

If that doesn't work, I guess you may need to start from scratch without any third-party modules.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...