|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Hi there...
Im fairly new to PHP so bear with me for a minute please folks! OK...Im running Windows XP with PHP 4.8.3 ( I think correct version?/latest one except 5), PHPmyAdmin, MySQL, Apache II (all installed via "devstudio.net web server suite") All works A1 on my machine (testmachine=localhost)....phpinfo works fine, some php scripts work ok, PHP admin fine, I can create and administer databases ok etc BUT I have a good PHP auction script I am trying to install and When I pull up a php page that has includes in it (eg/ the main admin front end of the script! after the install... which is incidentally in the includes folder with all the other vital stuff), the entire page returns blank in Internet Explorer. Even the source code is blank when I select to view the pages source! -- I've tried it with globals turned off and on.(altho the script install says they need to be on) -- Error reporting is turned on. I get no errors shown in the browser -- I have changed the include_path in php.ini multiple times to try and solve the problem to no avail. Currently the path is set to include_path= ".;C:\www\webroot\php_auctionXL\includes;C:\www\web root\Ematch\includes" which is the correct path to the install folder..... I have tried it with the first path only, different paths etc etc.....!!!Multiple apache restarts..... Can anyone please help me out here with what may be the problem..The script should run ok on windows and I have run a compatibility script that flags up my includes path as being a problem but I have tried almost anything and am getting deperate!!! Any help greatfully received Thanks |
|
#2
|
||||
|
||||
|
have you tried the include function in its simplist form?
for example, make one file that reads "echo 'hello';"... save that as hello.php then in test.php, write include("hello.php"); reason being, there might be a bigger problem... |
|
#3
|
|||
|
|||
|
Quote:
Thanks for that MadCowDzz...I will try that when I get back later on today.. I take it if that doesn't work then includes is not working as a whole!.. Can there be more reasons for this than just the includes path??...as I am sure this is ok?? Anyway, will post back tonite when I have tried this.. Thanks again |
|
#4
|
||||
|
||||
|
Were you able to try this?
I'm just wondering if it worked, or if there is a bigger issue... |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > Help Please!Includes wont work with my PHP script....BLANK PAGE! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|