I have seen many posts regarding Opera not fully operational with phpopenchat version 3. For those who have an issue with Opera version 9 hanging with a white screen of death immediately after login, there is a simple solution that I have not seen posted here. If it has been, I apologize.
Locate the theme_config.inc.php file. Use your favorite editor to change the following:
session.use_trans_sid = 0
change that to
session.use_trans_sid = 1
Opera version 9.x now plays well with phpopenchat frames.
Hope this helps
eagle
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have seen many posts regarding Opera not fully operational with phpopenchat version 3. For those who have an issue with Opera version 9 hanging with a white screen of death immediately after login, there is a simple solution that I have not seen posted here. If it has been, I apologize.
Locate the theme_config.inc.php file. Use your favorite editor to change the following:
session.use_trans_sid = 0
change that to
session.use_trans_sid = 1
Opera version 9.x now plays well with phpopenchat frames.
Hope this helps
eagle