Strang Problem with WAMP !
Posted by: Alex (80.191.128.---)
Date: April 10, 2007 01:56PM

Some PHP Applications Don't Run Correctly with Wamp, but those load Correctly with Other Servers Like NetServer , So there is no problem with PHP Files.. Problem is with Wamp

Here is a Screenshot Example from PHPAuction GPL Edition :

[i18.tinypic.com]

I Tired of Changing PHP Configurations, but i failed, if you already fixed that problem please let me know the solution !

Regards.

Options: ReplyQuote
Re: Strang Problem with WAMP !
Posted by: yfastud (72.236.169.---)
Date: April 10, 2007 02:11PM

It seem like php tag problem. By default, short_open_tag in php.ini is off. Restart your server after any change. And I hope your php files are in the default document root too so php can be parsed by apache.

Have fun,

[www.jlbn.com] (testing WAMPS on Vista)
[test.jlbn.com] (testing codes on Vista)

Win Vista Business
Apache 2.2.4
MySQL 5.2.3 F-A
PHP 5.2.1
SSL 0.9.8D

phpMyAdmin 2.10.0.2

Options: ReplyQuote
Re: Strang Problem with WAMP !
Posted by: CyberSpatium (71.237.217.---)
Date: April 10, 2007 05:57PM

no, yfastud, this is not a short php tag issue. if this was a short tag issue, nothing would have been displayed on his webpage. since the php is getting outputted directly to the browser, this means the code is not being parsed by apache.

make sure you open files using your browsers address bar and type:
[localhost]

do not open the file directly with your browser using 'open' or 'open file'. if you open the file directly, the php code will not get parsed by apache, causing it to just show your php code on your webpage. using [localhost] to access it causes it to be parsed correctly by apache.


CyberSpatium
----------------------
WAMP English Forum Admin

Need help? Check out my WAMP User Manual/Guide here!


Please visit my latest website Clarify Loans:
clarifyloans.com

Options: ReplyQuote
Re: Strang Problem with WAMP !
Posted by: yfastud (72.236.169.---)
Date: April 10, 2007 06:28PM

It's been a while I didn't see this problem no more

Anyway, save all your files in default document root folder c:\wamp\www\your_folder and run your site like this

[locahost]

Have fun,

[www.jlbn.com] (testing WAMPS on Vista)
[test.jlbn.com] (testing codes on Vista)

Win Vista Business
Apache 2.2.4
MySQL 5.2.3 F-A
PHP 5.2.1
SSL 0.9.8D

phpMyAdmin 2.10.0.2

Options: ReplyQuote
Re: Strang Problem with WAMP !
Posted by: Alex (80.191.128.---)
Date: April 10, 2007 09:20PM

Thanks yFastud !

It was Short Tag Problem !

Options: ReplyQuote


Sorry, only registered users may post in this forum.