In advance, I apologize for my English...

I came across two php fatal errors:

Theme settins page php fatal error:
Info about Drupal website: Drupal 7.14 Clean installation (more system informations below):
1. Download file "sigmaone-7.x-1.0-alpha1.tar.gz"
2. Extract tar.gz to /sites/all/themes/
3. Enable and set as default theme "Sigma One 7.x-1.0-alpha1"
4. Go to settings page (?q=admin/appearance/settings/sigmaone) from page Appereace (?q=admin/appearance)
5. PHP error... I get this in log: PHP Fatal error: Call to undefined function vtcore_form_load_includes() in <my site>/sites/all/themes/sigmaone/theme-settings.php on line 35, referer: http://<my site>/?q=admin/appearance

Website front page php fatal error:
Info about Drupal website: Drupal 7.14 Non-clean installation but without affecting the drupal core... only a few modules as views, chaos tools, devel etc. are installed and enabled (more system informations below)
1. Download file "sigmaone-7.x-1.0-alpha1.tar.gz"
2. Extract tar.gz to /sites/all/themes/
3. Enable and set as default theme "Sigma One 7.x-1.0-alpha1"
4. Clean all cache and go to website frontpage
5. PHP erro... Apache error log: PHP Fatal error: Call to undefined function _contact_personal_tab_access() in <my site>/sites/all/themes/sigmaone/vtcore/plugins/blocks/blocks.plugin on line 192

System informations:
- OS: Ubuntu 12.04 LTS 32-bit
- Apache/2.2.22 (Ubuntu)
- PHP Version 5.3.10-1ubuntu3.2
- MySQL Version 5.5.24-0ubuntu0.12.04.1 (Ubuntu)

Comments

mmcmmc’s picture

Installation
============
Sigmaone doesn't need any special installation procedure, you can install it as a normal
Drupal theme installation would be.
After installation, it is REQUIRED that you set sigmaone as the administration theme.
Otherwise sigmaone / subthemes configuration setting page will not display properly, especially
for regionarea plugin and color module.
Next step after sigmaone theme is installed properly and set as administration theme,
you will need to create a subtheme for sigmaone. Eventhough sigmaone it self can act as the front
end theme, it is not adviseable to edit sigmaone directly. You will lose all the customization
and custom files whenever you upgrade sigmaone.

duckzland’s picture

mkolar : did setting sigma one as administration theme fix your problems?

EDIT: fixed in the latest release

duckzland’s picture

Status: Active » Fixed
mkolar’s picture

As admin theme it´s ok. I can´t find information about it is only for administration.

duckzland’s picture

no its not only for admin theme, you can use it for front end as well, although it is recommended that you create a subtheme for it.

Sorry that the documentation for creating a subtheme is not ready yet.

duckzland’s picture

Status: Fixed » Closed (fixed)