Page 1 of 1

Blank page

Posted: Fri Apr 13, 2012 5:45 am
by miguelanjo
Hi,

After installing the WURLFL PHP Api on my website, the demo page jut shows nothing.
The source code is just

Code: Select all

<html>
<head>
	<title>WURFL PHP API Example</title>
</head>
<body>
You can see it at http://anjo.com.pt/wurlfl/examples/demo/index.php

Any idea?

Re: Blank page

Posted: Fri Apr 13, 2012 9:23 am
by kamermans
I'm not exactly sure what's going on there. I see you're running PHP 5.2, which should be fine. I did notice that the cache seems to be rebuilding each time I visit the page (or there is some other delay). Can you post your configuration? Also, can you put this at the top of the test page?:

Code: Select all

<?php
ini_set('display_errors', 'on');
error_reporting(E_ALL | E_STRICT);
?>