Upgraded to recent version and editing toolbar is gone? And no google Analytics tracking?

Permalink
Any guesses as to why my friends?

If I manually type in index.php/dashboard I can get to the dashboard but debugging, clearing cache, etc, none of it helped?

Thanks so much for any help!

Here's the environement info:

# concrete5 Version
5.6.0.2
# concrete5 Packages
Blank HTML5 Boilerplate (2.1), blogga (1.0.), Boldy (2.0), Column Cruiser (1.1), Content Around Image (1.23), Cu3er Slideshow (1.1.7), Eloquent (1.0.2), Equation (1.0), Expander (1.0.1), Facebook Like Button (1.1), Galleria image gallery (2.0), Google Docs Viewer (1.0), Google Gadget (1.0), Google Plus One (1.0), Iframe (1.0), LoadFooV2 (1.0), Login (1.1), Page Auto Redirect (2.0), Page Properties (1.0.1), Rigid Light - Theme (2.0), SCALA IT Browser Update Notification (1.0), Simple Blue (1.1), Social Icons (1.2), Syntax Highlighter (1.0), Textile (1.0.1), Text Morph (1.1), Theme Options Lite (1.1), Thumbview Template (1.1.1), tnSpacer (1.3).
# concrete5 Overrides
themes/autumn_pref.php, themes/touch_of_grey_pref.gif, themes/autumn_pref.gif, themes/default_pref.php, themes/basic_admin.php, themes/touch_of_grey_pref.php, themes/default_pref.gif, themes/spring_pref.gif, themes/basic_admin.gif, themes/spring_pref.php, themes/default_admin.php, themes/theme_inc.php, tools/send_reminders.php, tools/check_translation.pl, tools/palm_datebook.pl, tools/convert_passwords.php, tools/summary.txt, tools/reload_remotes.php, tools/upgrade_to_0.9.7.pl, tools/translation_summary.pl, tools/update_all.pl, tools/update_translation.pl
# Server Software
Apache
# Server API
cgi-fcgi
# PHP Version
5.2.17
# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, ctype, curl, date, dba, dbase, dom, exif, filter, ftp, gd, gettext, gmp, hash, iconv, imap, ionCube Loader, json, ldap, libxml, mbstring, mcrypt, mhash, mime_magic, mysql, mysqli, ncurses, odbc, openssl, pcntl, pcre, PDO, pdo_dblib, pdo_mysql, PDO_ODBC, pdo_pgsql, pdo_sqlite, pgsql, posix, pspell, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SourceGuardian, SPL, SQLite, standard, sysvmsg, sysvsem, sysvshm, tidy, tokenizer, wddx, xml, xmlreader, xmlrpc, xmlwriter, xsl, Zend Optimizer, zip, zlib.
# PHP Settings
max_execution_time - 30
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 64M
post_max_size - 100M
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 - 100M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
odbc.max_links - Unlimited
odbc.max_persistent - Unlimited
pcre.backtrack_limit - 200000
pcre.recursion_limit - 200000
pgsql.max_links - Unlimited
pgsql.max_persistent - Unlimited
session.cache_limiter - nocache
session.gc_maxlifetime - 7200
soap.wsdl_cache_limit - 5
safe_mode_allowed_env_vars - PHP_
safe_mode_protected_env_vars - LD_LIBRARY_PATH

pdxscott
 
Steevb replied on at Permalink Reply
Steevb
In footer.php make sure you have:
<?php   Loader::element('footer_required'); ?>
legend4games replied on at Permalink Reply
i was having this issue too, oddly enough it ONLY showed using I.E. on a pc.

i had no issues at all with safari on a mac and ipad, or chrome on a pc.
ScottSandbakken replied on at Permalink Reply
ScottSandbakken
Check for a javascript error or a console.log(). IE can not process console.log() unless the console is enabled, so it treats them like a javascript error.