News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Issues after Install

Started by corster, July 26, 2011, 23:25:42 PM

Previous topic - Next topic

corster

Hello,


I installed the newest 1.9.8 RC2c on my J1.6.4 site, here are some issue i am noticing:

  • Creating categories works great.  Creating products works, but gives an error that the Currency type is not configured.
  • I created a menu link to the Default view and get this error
    QuoteFatal error: Call to private VmMediaHandler::__construct() from context 'VmMediaHandler' in /myrootpath/administrator/components/com_virtuemart/helpers/mediahandler.php on line 111

Can anyone help me with this?


Thanks,

Curtis

Milbo

which php version do you use?
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

corster

Currently running PHP 5.2.5.

Let me know if there are things i should try.


Thanks,

Curtis

Milbo

The problem is the error message itself. It is impossible to have that. To explain what happens:

Fatal error: Call to private VmMediaHandler::__construct() from context 'VmMediaHandler'

the thing is it is allowed to call a private function, when you are in the right context. Mediahandler is the right context. Also no one else hast the problem yet so I assumed it is the php version. But it should work on php5.2. Sorry, I dont have any  clue atm.
Should I fix your bug, please support the VirtueMart project and become a member
______________________________________
Extensions approved by the core team: http://extensions.virtuemart.net/

Llewellynvdm

I found the same error

Fatal error: Class 'VmHTML' not found in /home/.../public_html/..../administrator/components/com_virtuemart/helpers/mediahandler.php on line 1111

When accessing the profile page of Virtualmart2.

PHP Version            5.3.10
Joomla! Version    Joomla! 2.5.6
VM2                         2.0.8e


Any idea how I can fix this?