Starting now on,
we also to talk about TYPO3! *typowhat?*
Yes, since sometimes ago i had to work with this CMS.
Typo3 is very popular CMS in europe.
However this is my fist post about error on typo3, i just upgrade my pc, from xp to win 7, then i restore all the web application that i already create on Xampp.
and I got this error “PHP Fatal error: Call to undefined method com::GetRandom()” from php error logs.
This problem occurred related to COM library (CAPICOM) that accessed by windows. All you need to do is re-install the from here and re-register that library using regserv command. example
regsvr "C:\Program Files\Microsoft CAPICOM 2.1.0.2 SDK\Lib\X86\capicom.dll"
and Voila.. this error will disappear.
Advertisement