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
which php version do you use?
Currently running PHP 5.2.5.
Let me know if there are things i should try.
Thanks,
Curtis
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.
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?