Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
I get this line on index
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is what I did follow the instruction in Openchat Homepage:
- upload the unzip package into /path/to/postnuke/modules
- rename this folder to fix with PN_MODULE_NAME in config.inc.php.
- install, activate it in Modules of PostNuke
I have forgotten 2 insert db.schema.
But now I realize that PostNuke Db and Openchat Db are not fixed with each other.
Exp: opchenchat has another "poc_user_account". PostNuke has "nuke_users"
So the users must register in Openchat too (besides register in PostNuke).
Too bad ?!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2003-10-01
Hi everyone,
Does PostNuke version .726 work with phpopenchat-3.0.0b3?
I can initialize the program in the modules section but can't see it in the blocks section.
I have looked thru the previous discussions but can't seem to make it work
Any advice is appreciated!!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Warning: Unknown(): Your script possibly relies on a session side-effect which existed until PHP 4.2.3. Please be advised that the session extension does not consider global variables as a source of data, unless register_globals is enabled. You can disable this functionality and this warning by setting session.bug_compat_42 or session.bug_compat_warn to off, respectively. in Unknown on line 0
I get this line on index
This is what I did follow the instruction in Openchat Homepage:
- upload the unzip package into /path/to/postnuke/modules
- rename this folder to fix with PN_MODULE_NAME in config.inc.php.
- install, activate it in Modules of PostNuke
But when I access
http://localhost/postnuke/modules.php?op=modload&name=phpopenchat&file=index
I have this Error below:
Fatal error: Call to a member function on a non-object in D:\www\postnuke\modules\phpopenchat\include\class.Chat.inc on line 1282
I have forgotten 2 insert db.schema.
But now I realize that PostNuke Db and Openchat Db are not fixed with each other.
Exp: opchenchat has another "poc_user_account". PostNuke has "nuke_users"
So the users must register in Openchat too (besides register in PostNuke).
Too bad ?!
Hi everyone,
Does PostNuke version .726 work with phpopenchat-3.0.0b3?
I can initialize the program in the modules section but can't see it in the blocks section.
I have looked thru the previous discussions but can't seem to make it work
Any advice is appreciated!!