Full White Page
Posted by: frizzo (---.102.162.212.rai.it)
Date: December 19, 2006 12:13PM

I installed successfully Wamp, I'm trying to make a BitTorrent Tracker.
I'd like to do a peer to peer system.
I put a database in mysql and then I made a directory with all files i need for my tracker.

When I try to connect to my tracker (localhost/tracker), a page completely white appears.
No error messages! no messages at all!

I checked my database, my directory, everything but i just can't understand what is my mistake!

Please has somebody idea about what is going on?
Thanks

Options: ReplyQuote
Re: Full White Page
Posted by: eliezer (---.suth.com)
Date: December 19, 2006 06:43PM

I had this issues before and it seems it is a headers PHP trouble.
I dont know how did I fix it. but i just did. it took me like years.



Post Edited (12-19-06 18:53)

Options: ReplyQuote
Re: Full White Page
Posted by: frizzo (---.112.162.212.rai.it)
Date: December 20, 2006 11:08AM

I'm going crazy about this problem,

I tried to re-configure file Php.ini and httpd.conf, I add new lines but nothing chenged!!


in the file php.ini there is a thing I noticed:

;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and Directories ;
;;;;;;;;;;;;;;;;;;;;;;;;;

; UNIX: "/path1:/path2" these are for UNIX ////// ////
;include_path = ".:/php/includes"
;
; Windows: "\path1;\path2" these are for Windows \\\\\ \\\\\\\
;include_path = ".;c:\php\includes"

all configuration files in WAMP have directories write for UNIX path1/path2/etc
Isn't this strange?
Is it possible I am the only one who can't use WAMP?
I just can't make it work DAMN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Options: ReplyQuote
Re: Full White Page
Posted by: yfastud (---.cable.mindspring.com)
Date: December 20, 2006 12:42PM

what do you see when you type this in your browser?
[localhost]



Post Edited (12-20-06 12:44)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Full White Page
Posted by: frizzo (---.112.162.212.rai.it)
Date: December 20, 2006 04:24PM

when I type [localhost] I see the wamp main page. But that's not the problem.

The problem is that PHP and Apache aren't comunicating in the right way.

I put a directory in my www folder (with index.php and other things inside) and a full white page appears.
my wamp program isn't able to open php files in folders.

there should be important configuration which I need to do after installing WAMP, about PHP.

can somebody tell me something about it?

Options: ReplyQuote
Re: Full White Page
Posted by: Mark Jones (---.buckeyecom.net)
Date: December 20, 2006 04:34PM

Hi Frizzo, WAMP should parse PHP straight-out-of-the-box, unless you have some other version of Apache/PHP somewhere else. Try creating \www\test\test.php and put this in it:

<html><body>
<?php
echo 'PHP is working!';
?>
</body></html>

Then point your browser to [localhost]

Let us know what that does.

Options: ReplyQuote
Re: Full White Page
Posted by: eliezer (---.suth.com)
Date: December 20, 2006 07:05PM

if the guy says he cannot run PHP, i dont think that will work man.

i guess youll have to reformat your PC, there should be a conflict with a previous application/software and it could take you a life to fix it.
So, just backup your important data and go Format C:

Options: ReplyQuote
Re: Full White Page
Posted by: yfastud (72.236.169.---)
Date: December 20, 2006 08:05PM

no, don't format hd because you can access wamp welcome page, so there is nothing wrong w/ your wampserver. the problem is you might put the whole working sites that might request corect associated databases or might inlude full url in the code or something like that, so check your codes to make sure it gets all requirements.

Better check the last 10 lines of your apache log file to see what wrong.



Post Edited (12-20-06 20:17)

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: Full White Page
Posted by: frizzo (---.111.162.212.rai.it)
Date: January 11, 2007 11:43AM

I FINALLY SOLVE THE PROBLEM!!!!

It was a PHP header trouble (eliezer was right):
I was using php files with <? header
I substituted them with <?php and everything begun working.

I think it's a matter of compatibility with PHP 5.x.x.

Bye

Options: ReplyQuote
Re: Full White Page
Posted by: yfastud (72.236.169.---)
Date: January 11, 2007 01:45PM

Actually, <? should be <?php because short_open_tag is off by default.

Have fun

[www.jlbn.com] (testing web server)
[test.jlbn.com] (testing codes)
[forum.jlbn.com] (testing phpBB2)
[forums.jlbn.com] (testing phpBB3)
[mail.jlbn.com] (testing mailserver)
[ftp.jlbn.com] (testing ftp server)
[www.jlbn.com] (testing flashes)
[www.jlbn.com] (testing images)
[joomla.jlbn.com] (testing Joomla 1.0.10)
[fusion.jlbn.com] (testing phpFusion 6.01.6)
[nuke.jlbn.com] (testing phpNuke 7.9)
[nukep.jlbn.com] (testing phpNuke Platinum 7.6.b.4v2)
[pnuke.jlbn.com] (testing PostNuke 0.800-MS2)
[nukevo.jlbn.com] (testing phpNuke Evolution 2.0.1)

Options: ReplyQuote
Re: Full White Page
Posted by: eliezer (---.prod-infinitum.com.mx)
Date: January 11, 2007 08:51PM

Im sorry because I was not able to help you further to solve the problem.
But I guess you realized how complicated (not hard, just complicated) was to get that code working properly huh?
It took also a lot of time for me to get my code working, and yeah, is some incompability between PHP versions.
A lot of functions changed from 4.1 to 5.1 version.
Regards!

Options: ReplyQuote


Sorry, only registered users may post in this forum.