PHP page is not loading full.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
codeworld
Forum Newbie
Posts: 1
Joined: Sat Nov 27, 2010 4:45 am

PHP page is not loading full.

Post by codeworld »

I have a php page hosted in windows2008 dedicated server with IIS7.
Recently i have installed the php_java extension in my server. After that my PHP page is not loading completely.
I have Changed the max exucuation time from 30 seconds to 60 second in php.ini file. But the page is still not loading fully.
Please advise me the steps to solve this issue.
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: PHP page is not loading full.

Post by McInfo »

Did the page work before you installed php_java? What is the page supposed to do? (Show code.) What does the page actually do? What output is displayed?
Post Reply