asherinho Posted July 22, 2008 Share Posted July 22, 2008 Hi.I am using phpMyadmin 2.9.1.1,I have a login system which I am using sessions.But I get the following warning [b]Warning[/b]: 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 Please help me. Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/ Share on other sites More sharing options...
unkwntech Posted July 22, 2008 Share Posted July 22, 2008 This should be posted in the 3rd part scripts area. Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/#findComment-596397 Share on other sites More sharing options...
MadTechie Posted July 22, 2008 Share Posted July 22, 2008 just download phpMyadmin 2.11.7.1, see if that does it http://sourceforge.net/project/showfiles.php?group_id=23067 Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/#findComment-596398 Share on other sites More sharing options...
asherinho Posted July 22, 2008 Author Share Posted July 22, 2008 I didnt get u unkwntech,what do u mean? Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/#findComment-596494 Share on other sites More sharing options...
revraz Posted July 22, 2008 Share Posted July 22, 2008 Means since this isn't related to code you wrote, you posted in the wrong area. If it is code you wrote (login system), then post the related code, since it has nothing to do with phpMyAdmin. Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/#findComment-596513 Share on other sites More sharing options...
jonsjava Posted July 22, 2008 Share Posted July 22, 2008 after looking through Google, it looks like it may be a case of "www" vs. "no www". If you are setting your cookie for (for example) example.com/pma and access the site at www.example.com/pma, then you're going to have cookies issues. Quote Link to comment https://forums.phpfreaks.com/topic/115991-phpmyadmin-help/#findComment-596527 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.