Welcome Guest, Not a member yet? Register   Sign In
Auto Login issues
#2

[eluser]bitist[/eluser]
It seem that php configuration short_open_tag is off.

There are 2 solution, activate it from .htaccess
php_value short_open_tag 1

Second is to change all
Code:
<?
to
Code:
<?php
on your PHP source code files.

I would choose the second for security reason.


Messages In This Thread
Auto Login issues - by El Forum - 02-06-2009, 02:26 PM
Auto Login issues - by El Forum - 02-07-2009, 01:43 AM
Auto Login issues - by El Forum - 02-07-2009, 11:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB