VirtueMart Forum

VirtueMart 2 + 3 + 4 => Installation, Migration & Upgrade => Topic started by: corster on July 26, 2011, 23:25:42 PM

Title: Issues after Install
Post by: corster on July 26, 2011, 23:25:42 PM
Hello,


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

Can anyone help me with this?


Thanks,

Curtis
Title: Re: Issues after Install
Post by: Milbo on July 27, 2011, 00:12:56 AM
which php version do you use?
Title: Re: Issues after Install
Post by: corster on July 27, 2011, 06:30:32 AM
Currently running PHP 5.2.5.

Let me know if there are things i should try.


Thanks,

Curtis
Title: Re: Issues after Install
Post by: Milbo on July 27, 2011, 10:38:01 AM
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.
Title: Re: Issues after Install
Post by: Llewellynvdm on July 19, 2012, 13:01:54 PM
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?