Enable XMLRPC in php.ini

YOu know i try so hard to get xmlrpc working.

my problem is i can’t find php.ini 

 

it was very easy in php.ini you just remove “;” from

 ;extension=php_xmlrpc.dll

remove “;” in your php.ini and restart the server again  😀

 

 

 

 

 

 

Fatal Error : Allowed memory size of

It happen to me today so i decide to put the solution on my blog.

this problem happen because the script want more memory to process the specific task they do.

to solve this problem, you must change memory_limit = in php.ini file

if you can find php.ini file just do see it from using the phpinfo() function

<?php
phpinfo();
?>

i do recommend you set it up to 512M 😀

memory_limit = 512M