PHP 5.2.6 installation on IIS 6.0

Questions about how to install and problems installing - please read the documentation first!
Post Reply
paso
Posts: 1
Joined: Sun Oct 26, 2008 3:32 pm

PHP 5.2.6 installation on IIS 6.0

Post by paso » Mon Oct 27, 2008 11:11 am

Hi.

I have a Windows2003 R2 Server with IIS 6.0 and PHP 5.2.6.
CMSimple version 3.2

The two standard templates "default" and "subsilverlike" works fine. The phpinfo does also work fine.

The problem is that I have downloaded several templates from DotComWebDesign and when want to use one of them all images are gone.

The following extensions has been uncommented (in php.ini)

php_mssql.dll
php_msql.dll
php_mysql.dll
php_mysqli.dll
php_ldap.dll
php_iisfunc.dll
php_imap.dll
php_filepro.dll
php_gd2.dll
php_gettext.dll
php_dba.dll
php_dbase.dll
php_dbx.dll
php_mbstring.dll
php_pqsql.dll
php_sockets.dll
php_xmlrpc.dll
php_xls.dll
php_zip.dll

cgr.force_redirect is set to 0

and the IIS is confured to use php5isapi.dll

mvwd
Posts: 299
Joined: Tue Jun 17, 2008 10:35 pm
Location: Baden Württemberg / Germany
Contact:

Re: PHP 5.2.6 installation on IIS 6.0

Post by mvwd » Mon Nov 24, 2008 9:57 am

...and another good reason, for putting this in the FAQ.
I wrote down the solution here: http://cmsimpleforum.com/viewtopic.php? ... c004a3861a

To make it short: set in php.ini 'short_open_tag=On' or better replace all short-tags '<?' in template.htm with '<?php'.

mvwd.

Post Reply