Forums

forms not showing up, server setting?

peptobismol 07 Aug, 2014
Hi,
I don't have control of the server but have a feeling their settings is stopping chronoforms from showing up. This is a recent event. They might have changed something.

Here's a list of disabled functions. Would it affect chronoForm? Or can you think of anything else?

apache_child_terminate, apache_setenv, base64_decode, curl_multi_exec, define_syslog_variables, dl, escapeshellarg, escapeshellcmd, eval, exec, fp, fput, ftp_connect, ftp_exec, ftp_get, ftp_login, ftp_nb_fput, ftp_put, ftp_raw, ftp_rawlist, highlight_file, ini_alter, ini_get_all, ini_restore, inject_code, parse_ini_file, passthru, php_uname, phpAds_remoteInfo, phpAds_XmlRpc, phpAds_xmlrpcDecode, phpAds_xmlrpcEncode, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid, posix_setuid, posix_uname, proc_close, proc_get_status, proc_nice, proc_open, proc_terminate, shell_exec, show_source, symlink, system, xmlrpc_entity_decode, php_info


Only the form place holder shows up but not the actual form code
		<script type="text/javascript">
		if("undefined"==typeof window.jQuery){}else{
			var gcore_jQuery_bak = window.jQuery;
			var gcore_$_bak = window.$;
		}
		if("undefined"==typeof gcore_jQuery){}else{
			window.jQuery = gcore_jQuery;
			window.$ = gcore_$;
		}
		</script>
		
<script src="http://www.teambim.com/libraries/cegcore/assets/jquery/jquery.js" type="text/javascript"></script>
<script src="http://www.teambim.com/libraries/cegcore/assets/bootstrap/js/bootstrap.js" type="text/javascript"></script>

		<script type="text/javascript">
		if("undefined"==typeof gcore_jQuery){
			var gcore_jQuery = window.jQuery;
			var gcore_$ = window.$;
		}
		if("undefined"==typeof gcore_jQuery_bak){}else{
			window.jQuery = gcore_jQuery_bak;
			window.$ = gcore_$_bak;
		}
		</script>
		<div style="clear:both;"></div><div class="gbs3"><p class="chrono_credits"><a href="http://www.chronoengine.com" target="_blank">Powered by ChronoForms - ChronoEngine.com</a></p></div>
GreyHead 09 Aug, 2014
Hi peptobismol,

Do you have an HTML (render form) action in the On Load event in the Setup tab?

Bob
peptobismol 09 Aug, 2014
The setup tab is empty. A blank box.
I originally had v4. The forms stop showing up so I upgraded to v5 to see if that help but had the same result. My conclusion was the server somehow had restricted the form from rendering, even communicating to the chronoform table.

I gave up and hand coded a form using the sourcer extension.
This topic is locked and no more replies can be posted.