Clicky Dashboard Blank

Permalink Browser Info Environment
Hi,

After using Clicky for months with no issues, I just cannot seem to get it load via concrete5 - its just a blank screen.

My Online Account is OK, and the Chrome Plugin works fine. I tried it via IE, Firefox and Chrome - no joy. Uninstalled and re-installed still nothing.

The only thing that happen last night on my two PC's was a windows update. But would that affect this add-on?

Type: Pre-Sale
Status: In Progress
adminEasy
View Replies:
tbcrowe replied on at Permalink Reply
tbcrowe
I wouldn't think that a PC update would/could cause a problem list this. I suggest checking your PHP error log. If there is nothing there try enabling developer mode in you browser and checking for javascript errors. There is probably one type of error or another preventing the proper operation of the Clicky add-on.
adminEasy replied on at Permalink Reply
adminEasy
Great.

So I have been checking the logs, and each time I try to access Clicky i get:

[Thu Jun 11 17:57:29 2015] [error] [client 2.98.156.24] PHP Warning: chmod(): Operation not permitted in /var/www/vhosts/easyroomlets.com/httpdocs/hide_config_files.php on line 16, referer:http://easyroomlets.com/dashboard/tc_clicky/dashboard/...

My hide_config_files.php is below with Line 16 highlighted:

<?php

// Hides specified config files from the world

// Put a list of the config file(s) to be hidden from world readable below

$hidden_config_files = array(
"hide_config_files.php",
"config/site.php",
"concrete/single_pages/install.php",
"concrete/config/base.php"
);

foreach ($hidden_config_files as $x) {
if (@is_file($x)) {
chmod($x, 0666); ---- Line 16
}
}
?>

This is baffling. :-(
tbcrowe replied on at Permalink Reply
tbcrowe
I can't explain that warning as that code is unrelated to the Clicky add-on. It's probably not causing the blank Clicky page, though. What about javascript errors?
adminEasy replied on at Permalink Reply
adminEasy
Hi,

I see 1 error:

Refused to display 'https://clicky.com/stats/?&site_id=100796147&iframe=1' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'

Does this mean anything to you?
tbcrowe replied on at Permalink Reply
tbcrowe
It sounds like Clicky has started sending an X-Frame-Options header that disallows the viewing of their pages within an iframe, which what the c5 Clicky add-on does. There's not anything I can do about this in the add-on.

Depending the browser you use you may be able to circumvent the check. Search "disable x-frame-options chrome", for example.
tbcrowe replied on at Permalink Reply
tbcrowe
Please upgrade to version 1.3.3 of the add-on. Clicky has provided a new page that will work in the c5 dashboard.

concrete5 Environment Information

# concrete5 Version
5.6.3.1

# concrete5 Packages
Accordion Content (1.1), Advanced Forms (1.13.1), Bootstrap Buttons (3.0.0.2), Cache Free Content (1.1.0.5.6.3.1), Clicky Web Analytics (1.3.2), Concrete Bricks Game (1.1.1), Dae Marquee (2.0.4), Data Display (2.7.1.4), Dojo Testimonial (1.0), Eloquent (1.0.2), FlexJob Scheduler (1.0.4), Force SSL (2.6), Form Tableless Layout (1.2.1), Free Cookies Disclosure (1.0.3), Internationalization (1.3), Konami Easter Egg (1.0), Lerteco Membership (2.2.2.1), Load jQuery UI (1.4.2), Login (1.1.1), Magic Data (2.9.8), Magic Data Forms (1.2), Magic Data Forms CSV (1.0.1), Magic Data Symbols1 (2.7.6), Magic Data Templates1 (2.1), Mailing List (2.54), OWL Carousel (2.1.1), Page Selector Attribute (1.1), Parallax Slider (1.3.0), Registrant Group (1.1), Reviews (1.4.1), Search Experience Optimization (5.5.0.0.1.8), SEO Analyzer (1.2), Site Notifications (1.0.1), Skyline (0.9.6), Slate Theme (1.5.3.1), Social Icons (1.2), Social Icons Reloaded (2.0), Tell A Friend Form (1.0), Ticker (1.0.1), Tweetcrete (1.7), Tweeter (1.0.13).

# concrete5 Overrides
blocks/video, blocks/search, blocks/view.css, blocks/dashboard_featured_addon, blocks/page_list, blocks/form, blocks/date_archive, blocks/autonav, blocks/core_stack_display, blocks/survey, blocks/dashboard_site_activity, blocks/tags, blocks/dashboard_newsflow_latest, blocks/content, blocks/date_nav, blocks/image, blocks/file, blocks/guestbook, blocks/youtube, blocks/slideshow, blocks/library_file, blocks/dashboard_app_status, blocks/html, blocks/core_scrapbook_display, blocks/dashboard_featured_theme, blocks/google_map, blocks/external_form, blocks/rss_displayer, blocks/flash_content, blocks/next_previous, controllers/single_pages, elements/header_required.php, elements/profile, css/style.css, languages/el_GR, languages/ru_RU, languages/sv_SE, languages/es_AR, languages/nl_NL, languages/de_DE, languages/ro_RO, languages/sl_SI, languages/fa_IR, languages/zh_TW, languages/nb_NO, languages/pt_PT, languages/tr_TR, languages/fr_FR, languages/sk_SK, languages/he_IL, languages/cs_CZ, languages/es_MX, languages/da_DK, languages/es_ES, languages/vi_VN, languages/fi_FI, languages/es_PE, languages/ja_JP, languages/ar, languages/it_IT, languages/zh_CN, mail/user_register_approval_required.php, mail/mail_importer_error.php, mail/forgot_password.php, mail/spam_detected.php, mail/basic_workflow_notification.php, mail/block_form_submission.php, mail/private_message_response_enabled.php, mail/private_message.php, mail/user_register.php, mail/private_message_admin_warning.php, mail/block_guestbook_notification.php, mail/user_registered_approval_complete.php, mail/validate_user_email.php, single_pages/profile, single_pages/register.php, single_pages/login.php, single_pages/members.php, themes/default, themes/greensalad, themes/greek_yogurt, themes/dashboard, themes/dark_chocolate, themes/core

# concrete5 Cache Settings
Block Cache - On
Overrides Cache - On
Full Page Caching - Off

# Server Software
Apache

# Server API
apache2handler

# PHP Version
5.3.3

# PHP Extensions
apache2handler, bz2, calendar, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, ionCube Loader, json, libxml, mbstring, mysql, mysqli, openssl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, Reflection, session, shmop, SimpleXML, sockets, SPL, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, zip, zlib.

# PHP Settings
max_execution_time - 60
log_errors_max_len - 1024
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 - 128M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 100000
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

Browser User-Agent String

Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/43.0.2357.124 Safari/537.36

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.