Hi Steve,

Originally Posted by
conor
Please do send login details so I can debug the server environment.. may as well have Ceon URI Mapping cope with such broken servers, can only be good to be as compatible as possible!
If you don't want to send login details to help with this then please instead add
phpinfo(); to the source, just after:
PHP Code:
function CeonURIMappingHandlerBase()
{
global $PHP_SELF, $messageStack;
so that it becomes:
PHP Code:
function CeonURIMappingHandlerBase()
{
global $PHP_SELF, $messageStack;
phpinfo();
And send me the output via http://dev.ceon.net/contact-us
I should then be able to work out how to cope with servers like yours without you needing to do anything yourself.
Your support would be greatly appreciated.
Thanks!
All the best...
Conor
ceon
Bookmarks