Hello,
I have issue with running PHP inside my skin.
I have php version 5.2 and ZEND Multibyte Support is not installed. OS is FreeBSD 8.2.
The interesting part is, that when I activate default theme and try the same thing, it works. What am I missing here.
thank you!
I have issue with running PHP inside my skin.
Code:
|$/usr/local/bin/php
<?
echo "Hello world!";
?>
DONE|
I have php version 5.2 and ZEND Multibyte Support is not installed. OS is FreeBSD 8.2.
The interesting part is, that when I activate default theme and try the same thing, it works. What am I missing here.
thank you!