Hi,
Any known issues with NetworkSolutions. Gravity forms working on staging site (Bluehost) perfectly, but when I moved to live server (NetworkSolutions) it stopped sending notification/confirmation emails.
Staging: http://creativecollab.net/wescap/contact-us/
Live: http://www.wescapgroup.com/contact-us/
Form entries are being captured - I see them under "Entries" in the admin, but confirmation/notification emails aren't being sent.
Here is the php.ini file they have on server - which I'm guessing is the culprit:
;
; Including file: /data/templates/web/user/domain.com/cgi-bin/php.default.ini
;
upload_tmp_dir = /data/tmp
asp_tags = On
register_globals = On
safe_mode = Off
upload_max_filesize = 25M
post_max_size = 25M
output_buffering = 1024
mime_magic.magicfile = /usr/share/misc/file/magic.mime
memory_limit = 32M
include_path = .:/usr/services/vux/lib/php
disable_functions = shell_exec,passthru,exec,system,pcntl_exec
allow_url_include = 0
allow_url_fopen = 0
sendmail path = /usr/sbin/sendmail
extension_dir = /usr/services/vux/php5/lib/php/extensions
zend_extension = /usr/services/vux/php5/lib/php/extensions/ioncube_loader_lin_5.2_real.so
zend_extension = /usr/services/vux/php5/lib/php/extensions/ZendOptimizer_real.so
realpath_cache_size = 64K
realpath_cache_ttl = 600
;
; Suhosin Configuration
;
; Disable suhosin for now
;extension = suhosin.so
;suhosin.simulation = On
;suhosin.executor.disable_eval = On
;suhosin.executor.eval.blacklist = popen
session.gc_probability = 1
session.gc_divisor = 100
session.gc_maxlifetime = 3600
date.timezone = America/New_York
error_reporting = (E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_NOTICE)
;
; User-based Defaults
;
session.save_path=/data/12/1/71/113/1071928/user/1109442/cgi-bin/.php/sessions
;
; Including file: /data/templates/web/user/domain.com/cgi-bin/php.override.ini
;
error_reporting = (E_ALL & ~E_WARNING & ~E_DEPRECATED & ~E_NOTICE)