On Feb 26, 11:39 am, laptoplover <geor...@gmail.com> wrote:
I'm trying to publish a post back to a blog and have used the code
fromhttp://code.google.com/apis/blogger/developers_guide_php.html#Creatin...
but my web app returns this error.
Hi,
It appears that your PHP engine cannot find the Reflection class
(http://us.php.net/language.oop5.reflection) which part of the latest
PHP5 release. I am suspecting you are on a server that is running
with an outdated PHP engine. You can run a test with
echo phpinfo();
this should output the list of runtime components of your PHP engine.
If it has the Reflection package installed, it should list
"Reflection" as one of the tables. You can upgrade to the latest
stable version of PHP by going to this page -
http://us3.php.net/downloads.php#v5
Hope it helps,
Austin