Welcome Guest, Not a member yet? Register   Sign In
many problems on real web server
#2

[eluser]Tominator[/eluser]
Hi,
You have bad coding style.

First: You should not use echo ... try to use view() or template parser.
Second: You should use spaces ...
Third: Enable showing error on your PHP via:
Code:
error_reporting(E_ALL);

Your first problem may be using constuctor in your "default" class. Default means default constructor class, it's default welcome.php.

In your second problem you should try: echo __FILE__;, to set your paths correctly.

Your second problem is unreadable Smile you should write: <scr.ipt></scr.ipt> (with dots).


Messages In This Thread
many problems on real web server - by El Forum - 04-16-2010, 12:52 PM
many problems on real web server - by El Forum - 04-17-2010, 09:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB