I'm working in a project where we are bringing the whole LAMP stack - renamed as PAMP as in Personal AMP - to the mobile phone (Nokia S60 devices to be precise).
Apache is version 2.2.4, MySQL is version 5.0.45 and PHP is version 5.2.2.
We've reached the point that Drupal can be installed pretty much off the shelf and now I'd like to get CMS working as well. So, I've done the following:
- Downloaded and installed CMS version 1.2.2.
- Created an empty file config.php.
- Created an empty database.
- Turned on error_reporting = E_ALL and display_errors = on in php.ini.
However, when I now browse to [url=http://.../cmsmadesimple]http://.../cmsmadesimple[/url] I'm correctly redirected to [url=http://.../cmsmadesimple/install/]http://.../cmsmadesimple/install/[/url], but shown a blank page.
So, how do I make cms tell me what the problem is?
Br,
Johan