| View previous topic :: View next topic |
| Author |
Message |
amber222 webmaster

Joined: Mar 11, 2008 Posts: 19
|
Posted: Wed Mar 19, 2008 2:07 pm Post subject: Fatal error: Cannot use object of type xmlrpcresp as array |
|
|
I am using Ravennuke 2.20.01 and Php Version 5.2.5 on a commerically hosted site. Admin.php has not been renamed. My NukeFEED admin page won't load. When I turn on error reporting, I get the following message:
| Code: | | Fatal error: Cannot use object of type xmlrpcresp as array in /home/xxxxx/public_html/modules/Feeds/admin/index.php on line 48 |
Here's line #48:
| Code: | | $nFVersion = $versionInfo['version']; |
I have the program installed in another site on another server, and it works perfectly.
Can you give me any ideas as to what could be causing the problem?
Thanks. |
|
| Back to top |
|
 |
Guardian webmaster

Joined: Dec 25, 2005 Posts: 368 Location: Vsetin, Czech Republic
|
Posted: Wed Mar 19, 2008 2:59 pm Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
I think this is specific to your PHP version.
If I remember correctly there is/was a problem with build 5.2.5 in that the XML PRC library did not work. I guess you can check that quickly enough by checking the PHP version on your other server. |
|
| Back to top |
|
 |
amber222 webmaster

Joined: Mar 11, 2008 Posts: 19
|
Posted: Wed Mar 19, 2008 3:16 pm Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
Yes, the Php version is different on the other server. I visited php.com but couldn't find any info about it. So, I guess I will have to choose a previous version.
Thanks for your quick response. |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 890
|
Posted: Wed Mar 19, 2008 3:56 pm Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
You can also try an updated version of XMLRPC. See this for details. _________________
 |
|
| Back to top |
|
 |
Guardian webmaster

Joined: Dec 25, 2005 Posts: 368 Location: Vsetin, Czech Republic
|
Posted: Thu Mar 20, 2008 7:03 am Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
| Tanks kguske I knew I had read something about this somewhere but couldn't remember where. |
|
| Back to top |
|
 |
amber222 webmaster

Joined: Mar 11, 2008 Posts: 19
|
Posted: Fri Mar 21, 2008 1:00 am Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
| Thanks for the link. I had tried switching between 3 different versions of Php, which made no difference. After visiting the link you provided, I upgraded the xmlrpc library, but it still wouldn't work. I finally ended up commenting out the lines in Feeds/admin/index.php and can now access the admin area for nukeFEED. |
|
| Back to top |
|
 |
kguske Site Admin


Joined: May 12, 2005 Posts: 890
|
Posted: Sat Mar 22, 2008 9:14 am Post subject: Re: Fatal error: Cannot use object of type xmlrpcresp as arr |
|
|
It sounds like some type of PHP.ini or server configuration issue. I'd like to look into this further when I have some time. _________________
 |
|
| Back to top |
|
 |
|