Jump to content

Recommended Posts

Posted

I have set up WAMP manually and not using any of the ready made installers available....

 

Ive managed to get PHP working, and the phpinfo function working.....

 

My first page seems to work ok aswell..... its a login page which then goes off to check the username and password from database and then redirect's accordinly..... the problem i am having is that if the password or username is incorrect it is sending them back to the login page..... but if it is successful then all i am getting is a blank screen.....

 

Have any of you's come accross a similar problem...... im going to be looking at the error logs this morning......

 

All help would be greatful

 

Cheers

Niraj

Posted
It sounds like a php error in the code somewhere, with error reporting turned off (to the screen at least). The error log should enlighten you. Otherwise, edit the php.ini file to increase the level of error reporting so it displays on screen (cuts down on debugging time).
Posted

thanks for that i will try and get that enabled to see whats going on....

 

But the thing is i have the application working on my laptop using WAMP and it all seems to function perfectly, im just trying to setup a webserver so that the app can go live......

Posted
but if it is successful then all i am getting is a blank screen

 

Sounds like they are being redirected to the wrong place..??? or to faulty code or a dodgy app. Which app? is it home made?

 

Doesnt sound like a "php" fault as its obviously working before you get that far.

Posted
Do you have all the extensions installed and enabled on the new machine that the old one had? For example, the default install of php on windows via the msi installer doesn't install any extensions by default. The error message will indicate what the problem is...
Posted

@EeEk The app is something that i have created for the school and have got it working at another school in leicestershire..... i just having issues getting the server set up for it to work at my school...

 

@Localzuk I didnt use the msi installer of PHP... i got the binary version and have installed the extensions that i need. the only one i use is php_mysql.dll

 

Ive had a busy morning so still not managed to get around to looking at it.... i will be doing so in the next hour so i will check error logs and post results....

 

Thanks for suggestions though!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...