The Ajax requests do seem to finish, and content is being returned correctly, it just takes it's sweet time.
I'm using the 0.91 branch.
Platform: CentOS 5, Apache, MySQL 5.0.77, Suhosin PHP Patch 0.9.7
I'll PM you a link to the site's phpinfo() …
Heya,
Yeah, I've tried restarting both and I still get the same issue. Very weird. When I run LiveHTTPheaders, I see the initial back and forth, then a big pause, then the request goes out for the inner-pane, and the response comes back quite fas…
Yes, I did set the config value of "dev_email" in MY_config.php, so I don't think it has to do with that.
Thanks for the heads-up on the CI_Controller vs Controller in CI 2.0. Guess I'd better read something about the changes seeing as it's here al…
Aha! I answered my own question again... I logged out of the Admin and now it works. Must have been something interfering with the submission of the form when I was logged in as admin.
This is awesome! Thank you thank you!
Fixed it!
Changed line 2 to the following:
class Contact extends Controller {
(changed CI_Controller to Controller)
And now the form displays, but it doesn't seem to be accepting the post data correctly (perhaps session->flashdata isn't workin…
Awesome!
This was just what I was looking for, however I'm running into an error when trying to load the Contact page:
Fatal error: Class 'CI_Controller' not found in /home/fuel/application/controllers/Contact.php on line 2
Thanks in advance for…