Good evening, everyone!
- I have created an IceBox service: Timer. Both the server side and the client. Both in C#. The server-side runs OK on Debian. The client is under Windows. Also OK.
- I have created another client in PHP. Ran it on Debian from command line (php -f timer.php) and it was OK. No errors, very quick. I was happy.
- I have incorporated the PHP code into a page executed by apache2. Now comes the problem: Undefined variable: IcePHP__t_bool.
- I have checked to see if the incorporation procedure was OK - I have executed the php page with client code agian from command line from the same location the apache2 gets it. Confirm - it runs OK. But, whenever the apache2 tries to execute the client code it fails with the error mentioned above.
Code:
APPPATH/classes/controller/Ice/BuiltinSequences.php [ 24 ]
24 $Ice__t_BoolSeq = IcePHP_defineSequence('::Ice::BoolSeq', $IcePHP__t_bool);
I am sure I have something like misconfiguration here, but cannot figure out what that could be.
Could you please ask me some questions so that by answering them I could fix this?
With best regards,
Dmitry