So I've got some 4.4 sites and some 4.2.x sites running on the same box. The 4.4 sites are setting good-looking PHPSESSID cookies which should be valid for three weeks, yet if I quit my browser and reload I get no automagic login love.
I've verefied this with Firefox, Safari and IE(on winXP). I've looked at both sites phpinfo(), and the pertinent results seem to be good:
session.cache_expire 200000
session.cache_limiter no value
session.cookie_domain no value
session.cookie_lifetime 2000000
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_divisor 1000
session.gc_maxlifetime 200000
I've just u/g to 4.4 and it's working well. I am still defining and completing my site locally.
I have the default avatar showing for comments and nodes, but cannot get avatars to work with each account. Every time I browse and choose one, it is created in the correct /files/avatars subfolders, but as soon as I save the settings , the box goes blank and the default avatar is not replaced. If i remove the default avatar, I just get a text link to 'edit account'
I recently installed drupal 4.4.0 on my local server (UniServer 3.0). The install did went in smoothly (i think) but i havent been able to add any content either as admin or as a user even tho the options are checked. When i click on the add content link and then say the page or story link all i get is a blank page
A reboot seems to help, but then the segfaults starting getting more and more frequent. This only affects database-backed code (i.e. all my Drupal installs). I'm on a dedicated RH 7.2 server with Apache-FP, PHP 4.3.4, and MySQL. All the Drupal sites are name-based virtual hosts running 4.4. Here is my phpinfo output, and here's an example of some recent segfaults.
I'm also getting occasional out of memory errors (which I also got on my old, shared host as well, so I'm not too worried about that).
Any ideas? An upgrade from an earlier version of PHP helped a bit, but the only other hints I've seen while Googling seem to involve something to do with virtual hosts.
Is there a solution to the problem of drupal reverting to an unlogged-in cached page following login? I'm using 4.4. I log in, click on home and find myself logged out again; I refresh the browser and everything is OK for a while, but if I go away and make a cup of coffee, I often come back to find that I have been logged out again. It's the same for IE and Mozilla. The problem is not totally predictable but it's certainly getting frustrating. I also notice that the 'remember me' box has disappeared.
Is there a way that I can make a mobile phone-friendly theme in WML for my website, so people can use the site in a WAP browser? I still want to have a full HTML theme for visitors with normal browsers (IE, Mozilla, Opera, etc.), with all the nice images and stuff. People visiting with a mobile phone though would be directed to the WAP version.