Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Problem with pmvc php port  (Read 9514 times)
chiekurs
Newbie
*
Posts: 3


View Profile Email
« on: April 29, 2009, 06:51:04 »

Hey people!

I've been using puremvc for several AS3 projects and now I decided to use it for PHP as well.
I've developed application on local machine and it works nice.
Though as I moved it to production server it just doesn't work. Sometimes output is shown but in most of the cases I get just a blank screen and no error messages in logs.
Do anyone have some ideas on what could cause this?
Maybe there's some issues with PHP versions? Local machine has 5.2.5 while production server is 5.2.9, could it be the reason?
I'm totally lost, and I have no bloody idea whats the reason for this.
Any ideas are welcomed!
Logged
Justin
Full Member
***
Posts: 24


View Profile Email
« Reply #1 on: April 29, 2009, 03:47:15 »

Are you receiving any errors in the script?

Try pasting atop your index.php and run it again.
:
error_reporting(E_ALL);
ini_set('display_errors', '1');
Logged
Pages: [1]
Print