I'm receiving the following errors:

Notice: date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID '0' is invalid in drupal_session_initialize() (line 262 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/session.inc).
Notice: Undefined index: danland in drupal_theme_initialize() (line 101 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Notice: Undefined index: include_file in menu_execute_active_handler() (line 498 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/menu.inc).
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'disabled' in 'where clause': SELECT nt.* FROM {node_type} nt WHERE (disabled = :db_condition_placeholder_0) ORDER BY nt.type ASC; Array ( [:db_condition_placeholder_0] => 0 ) in _node_types_build() (line 706 of /home/content/p/b/a/pbailey55/html/ChoiceTales/modules/node/node.module).
Notice: Trying to get property of non-object in _theme_load_registry() (line 284 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Notice: Undefined index: danland in theme_get_setting() (line 1153 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Notice: Undefined index: danland in template_preprocess_maintenance_page() (line 2423 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Notice: Trying to get property of non-object in template_preprocess_maintenance_page() (line 2423 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Warning: array_keys() [function.array-keys]: The first argument should be an array in template_preprocess_maintenance_page() (line 2426 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).
Warning: Invalid argument supplied for foreach() in template_preprocess_maintenance_page() (line 2426 of /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.inc).

Is there a solution that I can upload instead of the 7.x 1.0 version?

Thanks in advance!

Comments

JaclynMcKewan’s picture

The same thing is happening to me, right after upgrading from 6.19 to 7. Here are the messages I'm getting when I try to go to my site:

* Notice: Undefined index: highlighted in include() (line 121 of /home/content/j/m/c/jmckewan/html/recipes/modules/system/page.tpl.php).
* Notice: Undefined index: sidebar_first in include() (line 133 of /home/content/j/m/c/jmckewan/html/recipes/modules/system/page.tpl.php).
* Notice: Undefined index: sidebar_second in include() (line 139 of /home/content/j/m/c/jmckewan/html/recipes/modules/system/page.tpl.php).
* Notice: Undefined index: deco in drupal_theme_initialize() (line 101 of /home/content/j/m/c/jmckewan/html/recipes/includes/theme.inc).
* Notice: Trying to get property of non-object in _drupal_theme_initialize() (line 146 of /home/content/j/m/c/jmckewan/html/recipes/includes/theme.inc).
* Notice: Trying to get property of non-object in _theme_load_registry() (line 284 of /home/content/j/m/c/jmckewan/html/recipes/includes/theme.inc).
* Notice: Undefined index: deco in theme_get_setting() (line 1153 of /home/content/j/m/c/jmckewan/html/recipes/includes/theme.inc).

Any suggestions from anyone?

danpros’s picture

Hi,

Can you clear the cache?

Dan

PamelaBailey’s picture

I sent in the first response above. I decided to go back to 6.x temporarily. It worked fine for about a week. Now I have the following error:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.maintenance.inc on line 220

Warning: Invalid argument supplied for foreach() in /home/content/p/b/a/pbailey55/html/ChoiceTales/includes/theme.maintenance.inc on line 220

If this also involves clearing cache, please let me know what field specifically in the database.

Thanks,

Pam

danpros’s picture

Hi,

Yes, clearing the cache should fix the problems.

PamelaBailey’s picture

Thanks for the information!

I'm sorry but I am just a beginner with Drupal and Mysql. I've spent a couple of hours trying to figure it out myself, but could not. How do I clear cache? I've tried editing the cache-install.inc but it didn't do any good. The documentation also says that you should not delete individual records in the database. You should use the cache_clear_all function. I could not figure out how to make that run. Please help!

BTW, I think that your them is great!

Thanks again

Pamela

PamelaBailey’s picture

I'm sorry to ask such a basic question! I was very proud that I was able to easily use your theme with minor changes to set up my site! I changed the superfish to show 9 diagrams that I created myself and to set up the site and post data. My thoughts about people is that you never know when that easy question that someone asks will allow that person that you may term as inadequate or dumb to create great possibility. Therefore, I've always answered the simple questions that my direct reports asked of me. I gave them the same instructions and it work greatly for me.

Thanks in advance!

Pamela

danpros’s picture

Status: Active » Closed (fixed)

Hi,

I will close this :)

Dan