I've got this warning on my website anyone has a solution to solve this problem? or any site that can give me the solution. thanks in advance.
You need to work out which bit of your code is causing this... a fun debug job Then once you've found it you need to do a rewrite... I hope it's your code to start with and that you won't be unravelling someone else's coding efforts!
so bad i'm not a coder so i dont know how to find the problem and debug.T_T I guess I have to find solution from other source. thanks for your answer.
geeezz, there will be no rewrite on this one go to your php.ini file find this line session.bug_compat_warn then set it to off, then restart your localhost.. ive experienced this warning.. its caused by your session variables.. so if you plan to recode this one, check your session variable names.
if it's on a local server. If it's using a shared host then a reboot won't be possible. tradeya - Where is the page throwing the error?
then execute it with ini_set(); probably if the site is live, you mustnt restart.. but the main thing here is the warning.. change the .ini configuration and youll see.. even withouth restarting the host
I'm on the shared hosting and dont know how to change the php.ini. the page that show the error is the main page everytime I open the site only for the first time. after refresh or go to other page, it will disappear.