Posts Tagged ‘PhP’
Well, what a surprises I had this week. First the Flex User Group Russia asked me to come to Moscow and tell Flex users in Russia about my experience with PhP and Flex. There are two conferences in Russia in May a Flex Tour Conference and a Flash Gamm Conference (12/13may).
As I was very surprised and honored about this invite, there is one small problem, I cannot go.
Do you get a connection error in Flash Builder when connecting to a MySQL database with PhP and Zend ?
The error looks somewhat like this :
Fatal error: Maximum execution time of 60 seconds exceeded in D:\xampp\php\PEAR\Zend\Db\Adapter\Pdo\Abstract.php on line 0
Well, then you might have configured a wrong server port.
Here’s the solution
In my last post I talked about the connection problems I had with Adobe Flash Builder and MySQL.
Some feed readers of mine asked me if there was a nice tutorial about connecting from Adobe Flash Builder to MySQL with PhP data.
And there is !
Today I wanted to try and connect to a Mysql server with PhP (on my Xampp installation) as shown in the Adobe Labs Tutorials.
I thought everything would work, but I’ve kept getting this strange error.
There was an error during service introspection.
<br /><b>Warning</b>: require_once(Zend/Loader/Autoloader.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in <b>…………</b> on line <b>23</b><br /><br /><b>Fatal error</b>: require_once() [<a href='function.require'>function.require</a>]: Failed opening required ‘Zend/Loader/Autoloader.php’ (include_path=’.;D:\xampp\php\pear\;D:/xampp/htdocs/ZendFramework/library’) in <b>D:\xampp\htdocs\adresboekie\adresboekie-debug\gateway.php</b> on line <b>23</b><br />
Well, I was working on my home server with the Simplepie script (http://simplepie.org) to get some RSS feeds on a site.
It worked great untill I moved it to my live Server.
All I got where white screens…. could not figure it out what this problem was.
Than I found this forum
Read the rest of this entry »
