CBOX theme not working
- This topic has 5 replies, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
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?
@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.
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
What’s the actual error that’s reported?
The error log is above. The WordPress site itself simply displays a blank page.
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.