al
|
| Posted: 04/10/2003, 3:35 AM |
|
I upgraded my PHP version from 4.1.1 to 4.3.0
I re-generated my CC project when I logged in a got this error
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
how do i over come this problem???
|
|
|
 |
RonB
|
| Posted: 04/10/2003, 6:46 AM |
|
edit the php.ini file on the server and set register globals to Yes
Ron
|
|
|
 |
Jan Hoeve
|
| Posted: 07/18/2003, 2:49 AM |
|
But that's not recommended by php.net (security issues).
Why is codecharge studio not being modified in order to work correctly with register_globals=no ??
|
|
|
 |
DaveRexel
|
| Posted: 07/18/2003, 3:35 AM |
|
For a detailed view of the security issues involved please read :
http://uk2.php.net/manual/en/security.registerglobals.php
There is a setting in the Properties Panel for the project which gives the option to use the new PHP SuperGlobals arrays $_SESSION etc. This setting is not in the main dialog panel (hopefully fixed in next version Yes??) for project settings and can easily be missed. Setting this to YES may help.
|
|
|
 |
Jan Hoeve
|
| Posted: 07/18/2003, 4:18 AM |
|
could you please explain in detail where i can find that option?
I'm using codecharge studio 1.0.7.0
tnx.
|
|
|
 |
DaveRexel
|
| Posted: 07/18/2003, 4:23 AM |
|
Jan
This option is in the current stable version of the product CCS 2.1.1.20
Dave
|
|
|
 |
glerma
|
| Posted: 07/18/2003, 7:49 PM |
|
Folks. I think the user was talking about regular CC, not CCS.
|
|
|
 |