| Re: Problem in the Protector Module |
| by Mamba on 2023/2/3 6:17:49 I'm glad to hear that it's working now |
| Re: Problem in the Protector Module |
| by redentor on 2023/2/1 17:38:05 Mamba, according to your recommendation to update to version XOOPS 2.5.11 Beta2 I did, and the problem is over. Now I am going to update two more sites to this new version 2.5.11 and all the files in Spanish as well. May God continue to blessing you. |
| Re: Problem in the Protector Module |
| by redentor on 2023/2/1 15:00:26 Thank you Mamba for your quick answer. I check the xoopsconfig.php file and is correct on 'debugLevel' => 2, The PHP hosting version in radioredentor.cl is ea-php74 Current PHP version Native (8.1) current see the image bellow ![]() /**#@+ * Debug level for XOOPS * * Note: temporary solution only. Will be re-designed in XOOPS 3.0 * * <ul>Displaying debug information to different level(s) of users: * <li> 0 - To all users</li> * <li> 1 - To members</li> * <li> 2 - To admins only</li> * </ul> */ 'debugLevel' => 2, |
| Re: Problem in the Protector Module |
| by Mamba on 2023/2/1 8:33:19 What PHP version are you using? Normally you can ignore "deprecated" notices, as they are meant for developers. Also, you should make sure that the config value of "debugLevel" in your file \xoops_data\configs\xoopsconfig.php is 2: 'debugLevel' => 2 le="color: #000000"><?php /** * Debug level for XOOPS * * Displaying debug information to different level(s) of users: * 0 - To all users * 1 - To members * 2 - To admins only */ 'debugLevel' => 2, You might download and install the latest XOOPS 2.5.11 Beta2 code from GitHub |
| Problem in the Protector Module |
| by redentor on 2023/2/1 5:23:59 Hi, Please help me to solve the problem of the protector module, (I have installed the version xoop 2..5.10) Check the problem here Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/chileoramosporti/public_html/radioredentor.cl/class/file/folder.php on line 818 Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/chileoramosporti/public_html/radioredentor.cl/class/file/folder.php on line 834 Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/chileoramosporti/redentor/xoops_lib/modules/protector/class/protector.php on line 627 Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/chileoramosporti/redentor/xoops_lib/modules/protector/class/protector.php on line 627 Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/chileoramosporti/redentor/xoops_lib/modules/protector/class/protector.php on line 627 |