@Zac G. : Yes, enginehosting does offer support for this problem, but no solution until now. I will try your code this weekend, thx
@Derek Allard :
At first I thought it had something to do with the following warning I get on all servers:
Severity: Warning --> fopen(Zend/Validate/Hostname/Com.php) [<a href="http://function.fopen">function.fopen</a>]: failed to open stream: No such file or directory /www/eh8971/public_html/ci/system/application/libraries/Zend/Loader.php 160
But then I found this reply on a post about this warning:
“The Zend_Validate_Hostname code is capable of having per-top-level-domain validation. It looks like this is primarily intended for international domain names, so there is no separate logic for ‘.com’ extensions. The Zend_Validate_Hostname code is checking to see whether a file with the name Zend/Validate/Hostname/Com.php is readable by calling Zend_Loader::isReadable($filename), which is in turn checking whether fopen succeeds.”
To be sure that this warning is not the cause of my problem I am going to try my code on the enginehosting server under an other domain than a .com domain >> com.php is missing.
I will keep you updated
I attached the controller I use.
You will need to add the Zend libraries to CI: http://www.beyondcoding.com/2008/02/21/using-zend-framework-with-codeigniter/
thank you,
Jorgen