Using the following:
Windows XP Professional
IIS 5.1
PHP 5.0.5
mySQL 5.0
I get the following error trying to install:
Notice: Uninitialized string offset: 1 in
C:\IIS\TestSiteCMS\exponent-0.96.3\pathos.php on line 36
None of the installed Exponent Database Backends will
work with this server's version of PHP.
When accessing from Firefox or IE with the following URL:
http://192.168.0.4:8080/exponent-0.96.3/install/index.php
[The port 8080 designation is to evade a port 80 block
on cable ISP]
Logged In: YES
user_id=1303053
MySQL is no longer enabled by default in PHP5 (unlike PHP4).
Have you enabled php_mysql.dll in php.ini ?
(php_mysql.dll is in /ext folder so don't forget to make
sure extension_dir points there)