
if that doesnt work, use the file checked from the XOOPS package to see if you are missing any files.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
trabis wrote:
What is the value of $score in the beginning?
tom wrote:
Are you refering to XOOPSTools here, I opened the files up, and only saw use of the <?php tag
short_open_tag:
Tells whether the short form (<? ?> ) of PHP's open tag should be allowed. If you want to use PHP in combination with XML, you can disable this option in order to use <?xml ?> inline. Otherwise, you can print it with PHP, for example: <?php echo '<?xml version="1.0"'; ?> . Also if disabled, you must use the long form of the PHP open tag (<?php ?> ).