View Full Version : PHP in linux not running
ridzuan
28th February 2008, 04:46
My team have build an application using map server and php in windows environment and it's running well. But, when i running it in linux, one of the function (button) not running. Can sombody tell me why it's happen. Sombody told me that I i must change all the syntax to small caps because linux very sensitive with caps. I already done that but that function still not running. can sombody tell me why and how to solve it. TQ.:(
falko
28th February 2008, 21:11
What exactly isn't working? Did you check Apache's error log?
ridzuan
29th February 2008, 09:40
I already chech apche's error log, but there nothing write there abuut the error.
My team have create a function (search function) in the page. Then The button will search all the records that exactly like the word key-in in the box. Then, the record will dump into a page and shows all the informattion about that records.
The problem is, when user key-in what they wanna search and press the button, the record found but it's doesn't dump into the page and shows the record.
topdog
29th February 2008, 10:10
I already chech apche's error log, but there nothing write there abuut the error.
My team have create a function (search function) in the page. Then The button will search all the records that exactly like the word key-in in the box. Then, the record will dump into a page and shows all the informattion about that records.
The problem is, when user key-in what they wanna search and press the button, the record found but it's doesn't dump into the page and shows the record.
Turn on display_errors in your php.ini
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.