cematesh Posted February 28, 2020 Share Posted February 28, 2020 (edited) Deprecated: array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead in /home/hosting/webapps/outleto/src/Adapter/EntityMapper.php on line 99 and Unknown error on line 318 in file /home/hosting/webapps/outleto/classes/module/Module.php [8192] array_key_exists(): Using array_key_exists() on objects is deprecated. Use isset() or property_exists() instead After getting the debug mode, I cannot reach to performance page. I have noticed the problem when trying to translate some words on localization. The buttons were not clickable and the options were readable. So wanted to change to debug mode to see what's going on and the error is below.. PS. I am trying to upgrade my theme from 1.6 to 1.7 if it does help 😕 Any solution for that? Thanks in advance! Edited February 28, 2020 by cematesh (see edit history) Link to comment Share on other sites More sharing options...
Kristophersson Posted May 19, 2020 Share Posted May 19, 2020 Did you manage to find a solution? I just started out with PrestaShop and I'm getting the same error message when I try to switch to debug mode Link to comment Share on other sites More sharing options...
Kristophersson Posted May 19, 2020 Share Posted May 19, 2020 (edited) For me changing PHP Versions worked. Check this page to see which php version should be used with which prest shop version: https://devdocs.prestashop.com/1.7/basics/installation/system-requirements/ Edited May 19, 2020 by Kristophersson (see edit history) Link to comment Share on other sites More sharing options...
Mr S Posted June 8, 2020 Share Posted June 8, 2020 Edit file: /config/config.inc.php From: @error_reporting(E_ALL | E_STRICT); To: @error_reporting(E_ERROR | E_WARNING | E_PARSE); For more info: https://www.php.net/manual/en/function.error-reporting.php Link to comment Share on other sites More sharing options...
[email protected] Posted July 2, 2020 Share Posted July 2, 2020 https://truemapal.com/admin123 I have and error when upgrade to 1.7.6.6 Link to comment Share on other sites More sharing options...
AiDevTool Posted August 15, 2020 Share Posted August 15, 2020 I think you need to change your php version to 7.2 2 Link to comment Share on other sites More sharing options...
immergente Posted September 27, 2020 Share Posted September 27, 2020 (edited) On 8/15/2020 at 11:14 AM, AiDevTool said: I think you need to change your php version to 7.2 Thanks @AiDevTool That worked for me. Edited September 27, 2020 by immergente mispelling (see edit history) Link to comment Share on other sites More sharing options...
banger25 Posted October 18, 2020 Share Posted October 18, 2020 On 8/15/2020 at 5:14 AM, AiDevTool said: I think you need to change your php version to 7.2 i had 7.4, and changed a 7.2 version of php.. work perfect, thank 1 Link to comment Share on other sites More sharing options...
Tirppis Posted October 31, 2020 Share Posted October 31, 2020 Thanks @AiDevTool that worked for me too! Link to comment Share on other sites More sharing options...
tuhingr Posted January 12, 2021 Share Posted January 12, 2021 Yes worked fine when change php ver 7.4 to 7.2 Thanks 1 Link to comment Share on other sites More sharing options...
Nicolas R Posted August 13, 2021 Share Posted August 13, 2021 Worked for me too, many thanks ! My pages loading time had gone from 2-3 secs to 40-50 secs, it is back to normal now. Link to comment Share on other sites More sharing options...
SmartDataSoft Posted August 13, 2021 Share Posted August 13, 2021 @Nicolas R Did you enable cache and combine js and css. When this value is set load time will decrease. Thank you Link to comment Share on other sites More sharing options...
pette Posted November 3, 2021 Share Posted November 3, 2021 So, how can we fixed this? change the php version is not the right solution. 1 Link to comment Share on other sites More sharing options...
Sue Posted April 18, 2022 Share Posted April 18, 2022 On 11/3/2021 at 1:40 PM, pette said: So, how can we fixed this? change the php version is not the right solution. I'm also asking how can we fix this? Have a white page and this error: Runtime Exception. failed to start the session because headers have already been sent by...at line 99 Change php to 7.2 is not an option as the provider does not support less than 7.4 :((( and will soon go to 8.0 Website in online but to backend...getting a white page. Any idea what I can do? Thx!!!! Link to comment Share on other sites More sharing options...
Sue Posted April 24, 2022 Share Posted April 24, 2022 (edited) Hello again. Is there any chance to fix this problem without going back to php 7.2 ? My provider does not support php 7.2 anymore, only 7.4 and it was working fine on 7.4 before. I think when I wanted to upgrade a module it happened, maybe the model wasn't well maintained...? I deleted it with file manager but still get no access to the backend. Please is there anybody with an idea because we soon facing php 8.0 and I'm sure some will get into trouble with presta... Appreciate any input regarding this issue...!!!! Thx Edited April 24, 2022 by Sue (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now