sesson Einstellungen in der php.in geändert, dann massenweise Fehler, jetzt nur noch weiße Seite
![](http://www.drupalcenter.de/files/noavatar_mini.gif)
am 03.04.2008 - 23:56 Uhr in
Da habe ich mal eben für eine andere Anwendung die php.ini geändert genau diese waren es und danach hagelte es Fehlermeldungen aller Art, von ini_set() bis you have an error in mysql ...
session.use_only_cookies = 1
register_long_arrays = On
session.auto_start = 0
Es ist nicht mehr möglich auf den Admin Bereich zuzugreifen, nur noch weise Seiten sind zu sehen.
Was mache ich nur jetzt?
- Anmelden oder Registrieren um Kommentare zu schreiben
Die
am 04.04.2008 - 00:30 Uhr
Die Fehler:
------------
Notice: Trying to get property of non-object in /var/www/web22/web/includes/bootstrap.inc on line 466
Notice: Trying to get property of non-object in /var/www/web22/web/includes/theme.inc on line 45
Notice: Trying to get property of non-object in /var/www/web22/web/includes/bootstrap.inc on line 717
...
* warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/web22/web/modules/user/user.module on line 378.
* warning: array_fill() [function.array-fill]: Number of elements must be positive in /var/www/web22/web/modules/user/user.module on line 379.
* warning: implode() [function.implode]: Bad arguments. in /var/www/web22/web/modules/user/user.module on line 379.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1 query: SELECT DISTINCT(p.perm) FROM role r INNER JOIN permission p ON p.rid = r.rid WHERE r.rid IN () in /var/www/web22/web/includes/database.mysql.inc on line 172.
* warning: array_keys() [function.array-keys]: The first argument should be an array in /var/www/web22/web/modules/block/block.module on line 646.
* warning: array_fill() [function.array-fill]: Number of elements must be positive in /var/www/web22/web/modules/block/block.module on line 647.
* warning: implode() [function.implode]: Bad arguments. in /var/www/web22/web/modules/block/block.module on line 647.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in /var/www/web22/web/modules/block/block.module on line 648.
* user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module' at li query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta WHERE b.theme = '' AND b.status = 1 AND (r.rid IN () OR r.rid IS NULL) ORDER BY b.region, b.weight, b.module in /var/www/web22/web/includes/database.mysql.inc on line 172.