News Feed
Jobs Feed
Sections




News Archive
Alessandro Crugnola's Blog:
AMFPHP and mbstring
October 12, 2007 @ 09:23:00

Alessandro Crugnola was struggling with an application he was developing (with Flex and PHP) where his local PHP installation worked just fine but his remote system errored on the same code:

Connecting to the service browser I was receiving the error "Channel.Ping.Failed" error and investingating a bit more in the fault message I discovered that the source error was: "The class {Amf3Broker} could not be found under the class path {/var/htdocs/amfphp/services/amfphp/Amf3Broker.php}" and the Amf3Broker php class does not exists anywhere in amfphp!

Despite some default settings he found, though, things still weren't loading correctly. Finally, he found the culprit - mbstring. One server had the setting to overload the strings and the other didn't resulting in the return of corrupted data from the amfphp stream.

0 comments voice your opinion now!
amfphp mbstring flex application error amfphp mbstring flex application error


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Why Suppressing Notices is Wrong

Stefan Mischook's Blog: Turning on display_errors in WAMP - Video Tutorial

IBM developerWorks: Use an XML database in PHP and Java applications

Stefan Koopmanschap's Blog: Your error page can be better

PHPEverywhere: PDO beta revisited


Community Events











Don't see your event here?
Let us know!


interview language introduction testing development podcast release example object database conference code community functional opinion composer phpunit zendframework2 unittest framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework