After upload I get this:

Fatal error: Cannot access empty property in /home/www/mydomain.com/modules/field/field.module on line 972

and

-Warning: strtotime() expects parameter 1 to be string, array given in node_validate() (line 983 of /home/www/mydomain.com/modules/node/node.module).
-You have to specify a valid date.

thanks in advance

Comments

adcillc’s picture

Status: Active » Closed (cannot reproduce)

1) -Fatal error: Cannot access empty property ... on line 972
See http://drupal.org/node/1543464

2) -Warning: strtotime() expects parameter 1 to be string, array given in node_validate() (line 983 of /home/www/mydomain.com/modules/node/node.module).
-You have to specify a valid date.

String 983 from file "modules/node/node.module"
if (!empty($node->date) && strtotime($node->date) === FALSE) {

According to the error text and source file, the error apears bacause the array was in $node->date.
But i didn't touch the date property in our module. And I can't repeat this error.
It may be error on your side in another modules? Please, try get this error on clear site with "hotspots" module only.
If you get this error again, describe all steps what you made.

thanx

plastikkposen’s picture

thanks. will experiment a bit..

plastikkposen’s picture

Issue summary: View changes

update info