Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Mon Mar 12, 2007 9:59 am
Quetsion:
When I point to
Only registered users can see links on this board! Get registered or login to the forums!
, It changes it to
Only registered users can see links on this board! Get registered or login to the forums!
, and gives the 400 error.
Answer:
This can be caused by your PHP setup not allowing Short Tags. PHP scripts must begin with either <? or <?php. If you just use <?, that's referred to as a Short Tag. There is a setting in your php.ini file called short_open_tag. This must be set to 1 (ON). If it not, then you will receive an error and it will cause other issues too.
If you have access to your php.ini, make sure that you have this setting: short_open_tag = 1;
If you do not have access to php.ini, then make sure this setting is in your RavenNuke(tm) root folder .htaccess: PHP_FLAG short_open_tag 1.
If you are not able to do either of the above, you will need to contact your host for assistance.
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum