Show Sidebar Log in
Commons In A Box Logo
  • Home
  • About
    • Project Team
    • Logos and Graphics
  • Showcase
    • CBOX Classic Showcase
    • CBOX OpenLab Showcase
  • Demo
  • Get Started
  • Documentation
    • Technical Guide
    • CBOX Classic Guide
    • CBOX OpenLab Guide
  • Support Forums
    • CBOX Classic
    • CBOX OpenLab
    • Developers Forum
  • News

Group Admins

  • Profile picture of Scott Voth

CBOX Classic Support

Public Group active 3 months, 4 weeks ago

This group provides support for Commons In A Box Classic, our original software for community-building. Register for an account or log in to commonsinabox.org, then join the group and post your question here.

CBOX theme not working

  • This topic has 5 replies, 2 voices, and was last updated 10 years, 3 months ago by Christian Wach.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • February 5, 2015 at 4:15 am #5392
    Rónán Kennedy
    Participant

    I have installed Commons in a Box on my site and it has been working for some months.

    This morning I upgraded to WordPress 4.1 and the CBOX theme 1.0.9. The site home page went blank. After some experimentation, I figured out that the problem was a bug in the new theme.

    These are some of the error messages in the PHP error log:

    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] Stack trace:, referer: http://xxx.yyy.zzz/wp-admin/
    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] #0 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/utils/export.php(316): ICE_Export->write('/* ! The Reset?...'), referer: http://xx.yyy.zz/wp-admin/
    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] #1 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/schemes/scheme.php(614): ICE_Export->update(), referer: http://xx.yyy.zz/wp-admin/
    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] #2 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/schemes/scheme.php(588): ICE_Scheme->export_refresh(Object(ICE_Component_Style_Export)), referer: http://xx.yyy.zz/wp-admin/
    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] #3 [internal function]: ICE_Scheme->exports_refresh(''), referer: http://xx.yyy.zz/wp-admin/
    [Thu Feb 05 08:46:55 2015] [error] [client 84.203.8.58] #4 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-inc in /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/utils/export.php on line 262, referer: http://xx.yyy.zz/wp-admin/
    

    (I have taken the web site address out as it is not public.)

    Can you anyone help me resolve this?

    Alternatively, can anyone suggest an alternative theme to use that works well with Buddy Press?

    February 5, 2015 at 6:13 am #5393
    Christian Wach
    Participant

    @ronank It sounds to me like CBOX cannot overwrite the dynamic assets that it compiles from the various CSS and JS files. Try deleting ‘dynamic.css’ and ‘dynamic.js’ from ‘wp-content/uploads/exports/cbox-theme’ and make sure that the ‘cbox-theme’ directory is writable. CBOX should then regenerate those files for you.

    February 5, 2015 at 6:56 am #5394
    Rónán Kennedy
    Participant

    I deleted those files and they were re-created but I still have a blank site 🙁

    This is the error log:

    [Thu Feb 05 11:53:47 2015] [error] [client 84.203.8.58] Stack trace:, referer: http://xx.yy.zz/wp-admin/themes.php
    [Thu Feb 05 11:53:47 2015] [error] [client 84.203.8.58] #0 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/utils/export.php(316): ICE_Export->write('?div.icext-sect...'), referer: http://xx.yy.zz/wp-admin/themes.php
    [Thu Feb 05 11:53:47 2015] [error] [client 84.203.8.58] #1 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/utils/export.php(323): ICE_Export->update(), referer: http://xx.yy.zz/wp-admin/themes.php
    [Thu Feb 05 11:53:47 2015] [error] [client 84.203.8.58] #2 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/schemes/scheme.php(614): ICE_Export->update(), referer: http://xx.yy.zz/wp-admin/themes.php
    [Thu Feb 05 11:53:47 2015] [error] [client 84.203.8.58] #3 /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/schemes/scheme.php(596): ICE_Scheme->export_refresh(Object(I in /usr/local/pem/vhosts/132810/webspace/siteapps/WordPress-78000/htdocs/wp-content/themes/cbox-theme/engine/ICE/utils/export.php on line 262, referer: http://xx.yy.zz/wp-admin/themes.php
    February 5, 2015 at 7:26 am #5395
    Christian Wach
    Participant

    What’s the actual error that’s reported?

    February 6, 2015 at 2:14 am #5398
    Rónán Kennedy
    Participant

    The error log is above. The WordPress site itself simply displays a blank page.

    February 6, 2015 at 6:41 am #5399
    Christian Wach
    Participant

    Unfortunately the logs don’t contain the PHP error, only where it took place. Try putting the following in ‘wp-config.php’

    ini_set('display_startup_errors',1);
    ini_set('display_errors',1);
    error_reporting(-1);

    This should display the error itself.

  • Author
    Posts
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Log In
Group logo of CBOX Classic Support
  • Home
  • Forum
  • Announcements
  • Docs
  • Members 287
  • Send Invites

Groups

Newest | Active | Popular | Alphabetical
  • Group logo of CBOX Classic Support
    CBOX Classic Support
    287 members
  • Group logo of CBOX Pioneers
    CBOX Pioneers
    71 members
  • Group logo of CBOX Developers
    CBOX Developers
    40 members
  • Group logo of CBOX OpenLab Support
    CBOX OpenLab Support
    22 members
  • Group logo of CBOX-OL Testing Partners
    CBOX-OL Testing Partners
    12 members

CBOX has its roots in the CUNY Academic Commons, which in turn was made possible through funding from The City University of New York itself.

CUNY Logo

CUNY Academic Commons Logo

City Tech logo

The Commons In A Box was made possible through the generous support of the Alfred P. Sloan Foundation.

Alfred P. Sloan Foundation Logo

NEH Logo

The CUNY Graduate Center has directly contributed to the CUNY Academic Commons, housing the project since its inception, and has contributed to CBOX through its GC Digital Initiatives.

CUNY Graduate Center Logo

CUNY Graduate Center Digital Initiatives Logo

Powered by Commons In A Box
css.php
Skip to toolbar
  • About WordPress
    • WordPress.org
    • Documentation
    • Learn WordPress
    • Support
    • Feedback
  • Log In
  • Register