Posted by Bakidok on December 3, 2012 at 9:50am
I updated my site from 7.12 to 7.17 and the update has complete successfully, but now when I try to access to site I get a timeout error all the time:
Fatal error: Maximum execution time of 30 seconds exceeded in path\to\drupal\includes\database\database.inc on line 2139
What happens?
Thanks.
Comments
1.Please increase server
1.Please increase server execution time and memory size. (php.ini)
2.restart apache
3. Try again to upgrade.
Now the page loads fine, but
Now the page loads fine, but I get a lot of undefined property stdClass like this:
Notice: Undefined property: stdClass::$idname a my_module() (línia 848 de path\to\drupal\sites\all\modules\gescola\my_module\my_module.module).
In this line I have this code:
$id = $rowTableDatabase[0]->idname
This column in database is "idName", until now the name of columns sould be lowercase. I see that now must be the same as in the database U_U
Thanks.
What a mess
I also tried to update from 7.12 to 7.17. There are so many problems I don't know where to start. The two main ones are that something was changed in the themes because I can't even view the page properly. I also can't run update.php because it times out.