View Single Post
Old 02-12-2008, 11:17 PM   #1 (permalink)
Bengal313
Bengal313's Avatar
 
Newb Techie

Join Date: Mar 2007

Posts: 4

Bengal313 is on a distinguished road

Default PHP request not responding

We moved our web server to a new machine with the following config.

Apache 2
MySQL 5
PHP 5
SUSE Linux


Everything works fine. The php pages show up fine. The record sets all show up. But when I go to login in an admin page. I put in the username and password and click login. Nothing happens when I click the login button except the fields clear. Also the same thing happens when I try to input something in the search field. Nothing happens. I read somewhere that it has something to do with the session module? My session module is turned on. I tried using error reporting
PHP Code:
Turn on error reporting:
PHP Code:
ini_set('display_errors'1);
error_reporting(E_ALL); 
But when I run the page the entire page is a blank.


Any thoughts?
Bengal313 is offline