Quote:
Originally Posted by sv1cec
Nubian and Samir,
If you have some where warn_options, instead of warn_opts, that means that somewhere along your upgrades you haven't followed the instructions properly. The change to warn_opts was done back in version 2.2, when I moved the query for the options in the global.php file. It now resides in functions_warning.php, but the warn_opts parameter has not been changed, since then. If you check the upgrade instructions there, you will see that it says to replace all warn_options with warn_opts.
Check your member.php file There should be the following line somewhere:
require_once('./includes/functions_warning.php');
From there on, make sure that warn_options is replaced in the file, with warn_opts. That's the proper parameter and that is what should be checked wherever it is checked.
|
i finally got it to work.
there is nothing stating that i had to change all of my warn_options to warn_opts.
now the thing is that i initially started with 2.3.2 and upgraded to the latest insequential order
3.2 to 3.3 to 3.4 to 3.5
the only place from the 2.3.5 "UpgradeToLatestVersion.txt"t is where it starts from versions 2.1 to 2.2
but more enough...it's working now.
thank you for the great support