ymkjp / opensocial-php-client

Automatically exported from code.google.com/p/opensocial-php-client
Apache License 2.0
0 stars 0 forks source link

Fatal error: Declaration of osapiSystem::get() must be compatible with that of osapiService::get() in osapi\service\osapiSystem.php on line 56 #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I get this error when trying to run the most recent library version (as of 
revision 173) on PHP 5.2.5.

Original issue reported on code.google.com by aradzivanovich on 22 Jul 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Had the same thing on php 5.2.8. It seems that method: get($params = array()); 
will
not work together with: get($params);

(Notice the absence of " = array()" here)

Simply deleting all the "= array()" bits did the trick for me for now, but i'm 
still
testing and trying here.

Original comment by douwe.ou...@gmail.com on 27 Jul 2009 at 12:15