My site cache will not work with muti domain or single signon
| Project: | Multiple Domains |
| Version: | 5.x-1.x-dev |
| Component: | code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
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: 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
http://www.allensworld.org

#1
Can you give me any more information ?
IE: what version of php you are running. etc.
Have you tried the new version of singlesignon yet.
Also, a lot of the messages displayed there are actually notices. Drupal itself doesn't run with notices yet,
so I recommend you set your error_reporting setting in php.ini to E_ALL ~E_NOTICE
#2
Drupal 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
I have downloaded the latested modual, unless one just came out last week,, ill check.
I think the main problem though is it conflicts with drupal cache. when i run both an log off it dont work if i disable one it works. Same thing with three other modules signon, persistent signon
but i also have questions, how would i use differnt logos depending on the domain that they go to?
#3
it seems i do get a Fatal error bellow
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: HTTPS in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 301
Notice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 329
Notice: Undefined index: pages in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 306
Notice: Undefined index: types in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 327
Notice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 329
Notice: Undefined offset: 1 in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 329
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
#4
ok i disable cache till i can get more feed back
but another issue is that it works while im logged in but soon as i log out of the new domain i get page can not be displayed
#5
Yeah, except the error is related to single signon, not multidomain. I think it should probably be switched over to the singlesignon project.
Multidomain will not "work" with notices enabled, and there are no plans to do so until Drupal 6 is released, as Drupal itself still requires notices to be disabled.
#6
i disabled notices and cache, but now the page just times out when going to other domains like http://forums.cyfordtechnologies.com it works if i go to that site while already logged in, but it times out for anonomous users
#7
after optimizing my php.ini and setting.php it works now... well i havent tested itwith cache turned on but at least it doesnt time out when logging on as anonomous, but
my only problem now is when i log into the 2nd domain with my username an password it switches to the original domain
#8
ok, i figuired it out
In settings.php
$base_url = 'http://www.allensworld.org'; // NO trailing slash!
must be uncommented
when its uncommented my page doesnt time out, but it still switches to the defualt domain after logging in
#9
this is what it says when i click on the default domain in mutidomain
warning: Missing argument 1 for multidomain_default_domain_settings() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 69.
i get this error when i check make default domain:
warning: Missing argument 1 for multidomain_default_domain_settings() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 69.
warning: Missing argument 1 for multidomain_default_domain_settings() in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\allensworld\modules\addmodules\multidomain\multidomain.module on line 69.
#10
I'm closing this -- if anyone objects, please re-open it.