Site cache doesnt work for the following modules (maybe more)
multidomain.module
singlesignon.module
persistent_login.module
Instead of paching every module, can we just patch the cache module?
Error:
Notice: Undefined index: HTTPS in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 277
Notice: Undefined index: http://www.allensworld.org in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 278
Notice: Undefined index: persistent_login_check in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\persistent_login\persistent_login.module on line 260
Notice: Undefined index: HTTPS in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 301
Fatal error: Call to undefined function t() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\singlesignon\singlesignon.module on line 119
Notice: Undefined property: stdClass::$cache in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\includes\session.inc on line 77
Can some one please help me
Comments
Comment #1
allen commentedDrupal 5.0
Configuration file Protected
Cron maintenance tasks Last run 42 sec ago
You can run cron manually.
Database schema Up to date
File system Writable (public download method)
GD library bundled (2.0.28 compatible)
MySQL database 5.0.24
PHP 5.1.5
Unicode library PHP Mbstring Extension
Web server Apache/2.2.3 (Win32) PHP/5.1.6
Comment #2
drummEach module is responsible for their own compatibility with Drupal 5.x.
Comment #3
allen commentedWell even by itself usually if i go to a site twice and thos other three modules are disabled ill just get a blank screen with no error or content. sometimes i get this error too
Notice: Undefined property: stdClass::$cache in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\includes\session.inc on line 77
Comment #4
moshe weitzman commentedyou need to lower your error_reporting level in php or set display_errors to off. you are seeing minor notices which are harmless. this is not a drupal problem.