When I update a block on a page Concrete5 gets hung up on the loading gif and I have to refresh the page before I can edit another block or do anything else. Clearing the cache does not resolve this. Any suggestions?
# ezCMS Version
5.4.2
# ezCMS Packages
Automatic Email Obfuscator (1.2.3), ezEVENTS (1.4), ezFAQ (1.0.0), ezFORM (1.5), ezSEO (1.1), ezWeather (1.0.2), Galleria image gallery (2.0), Gallery (1.7.0).
# ezCMS Overrides
themes/silverspur
# Server Software
Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 PHP/5.3.10
# Server API
apache2handler
# PHP Version
5.3.10
# PHP Extensions
apache2handler, apc, bcmath, calendar, Core, ctype, curl, date, dom, ereg, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, json, libxml, mbstring, mcrypt, memcache, mhash, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, sockets, SPL, SQLite, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, zlib.
# PHP Settings
# ezCMS Version
5.4.2
# ezCMS Packages
Automatic Email Obfuscator (1.2.3), ezEVENTS (1.4), ezFAQ (1.0.0), ezFORM (1.5), ezSEO (1.1), ezWeather (1.0.2), Galleria image gallery (2.0), Gallery (1.7.0).
# ezCMS Overrides
themes/silverspur
# Server Software
Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 PHP/5.3.10
# Server API
apache2handler
# PHP Version
5.3.10
# PHP Extensions
apache2handler, apc, bcmath, calendar, Core, ctype, curl, date, dom, ereg, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, json, libxml, mbstring, mcrypt, memcache, mhash, mysql, mysqli, mysqlnd, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, posix, Reflection, session, SimpleXML, sockets, SPL, SQLite, sqlite3, standard, tokenizer, xml, xmlreader, xmlwriter, zlib.
# PHP Settings
apc.max_file_size - 1M
log_errors_max_len - 1024
max_execution_time - 5
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 128M
post_max_size - 8M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - <i>no value</i>
sql.safe_mode - Off
upload_max_filesize - 2M
memcache.max_failover_attempts - 20
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH
Any way you can look at the response from the post using your browser's developer tools?
Also you may want to check with your host and make sure they don't have mod security enabled. That frequently interprets posts containing allot of html as a security risk and would cause this behavior.